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 D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 1009 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 D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 1070 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 D | vktVideoDecodeTests.cpp | 125 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 D | vktVideoBaseDecodeUtils.hpp | 1011 void bufferFrames(int framesToDecode);
|