Home
last modified time | relevance | path

Searched refs:framesToDecode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/
H A DVtsHalMediaC2V1_0TargetAudioDecTest.cpp1009 int framesToDecode = numCsds; in TEST_P() local
1012 framesToDecode, false)); in TEST_P()
1031 int offset = framesToDecode; in TEST_P()
1033 framesToDecode = c2_min(FLUSH_INTERVAL, (int)Info.size() - offset); in TEST_P()
1034 if (framesToDecode < FLUSH_INTERVAL) signalEOS = true; in TEST_P()
1037 offset, framesToDecode, signalEOS)); in TEST_P()
1038 offset += framesToDecode; in TEST_P()
/aosp_15_r20/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp1070 int framesToDecode = numCsds; in TEST_P() local
1073 framesToDecode, false)); in TEST_P()
1091 int offset = framesToDecode; in TEST_P()
1102 framesToDecode = c2_min(FLUSH_INTERVAL, (int)Info.size() - offset); in TEST_P()
1103 if (framesToDecode < FLUSH_INTERVAL) signalEOS = true; in TEST_P()
1106 mLinearPool, eleStream, &Info, offset, framesToDecode, signalEOS)); in TEST_P()
1107 offset += framesToDecode; in TEST_P()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp125 void FrameProcessor::bufferFrames(int framesToDecode) in bufferFrames() argument
147 if (decodedFrames >= framesToDecode) in bufferFrames()
151 TCU_CHECK_MSG(cachedParams.size() >= framesToDecode, "Unknown decoder failure"); in bufferFrames()
H A DvktVideoBaseDecodeUtils.hpp1011 void bufferFrames(int framesToDecode);