Searched refs:sawOutputEOS (Results 1 – 12 of 12) sorted by relevance
200 boolean sawOutputEOS = false; in decodeUpdateFormat()205 while (!sawOutputEOS && noOutputCounter < 50) { in decodeUpdateFormat()262 sawOutputEOS = true; in decodeUpdateFormat()
222 boolean[] sawOutputEOS = new boolean[numtracks]; in getDecodedData()265 if (!sawOutputEOS[tt]) { in getDecodedData()270 sawOutputEOS[tt] = true; in getDecodedData()
311 boolean sawOutputEOS = false; in doDecode()315 while (!sawOutputEOS) { in doDecode()366 sawOutputEOS = true; in doDecode()
618 boolean sawOutputEOS = false; in decodeToMemory()621 while (!sawOutputEOS && noOutputCounter < 50) { in decodeToMemory()689 sawOutputEOS = true; in decodeToMemory()
455 boolean sawOutputEOS = false; in decodeFramesToImage()457 while (!sawOutputEOS && outputFrameCount < NUM_FRAME_DECODED) { in decodeFramesToImage()512 sawOutputEOS = true; in decodeFramesToImage()
1384 boolean sawOutputEOS = false;1389 while (!sawOutputEOS && noOutputCounter < 50) {1459 sawOutputEOS = true;
1753 boolean sawOutputEOS = false;1756 while (!sawOutputEOS && noOutputCounter < 50) {1861 sawOutputEOS = true;2785 boolean sawOutputEOS = false;2801 while (!sawOutputEOS && deadDecoderCounter < 100) {2940 sawOutputEOS = true;2971 assertTrue("last frame didn't have EOS", sawOutputEOS);
307 std::unique_ptr<bool[]> sawOutputEOS(new bool[numtracks]); in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative() local334 sawOutputEOS[i] = false; in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative()395 if (!sawOutputEOS[tt]) { in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative()406 sawOutputEOS[tt] = true; in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative()
650 boolean sawOutputEOS = false; in decode()653 while (!sawOutputEOS) { in decode()743 sawOutputEOS = true; in decode()1487 boolean sawOutputEOS = false; in encode()1494 while (!sawOutputEOS) { in encode()1560 sawOutputEOS = true; in encode()1723 boolean[] sawOutputEOS = new boolean[numEncoders]; in encodeSimulcast()1856 if (sawOutputEOS[i]) { in encodeSimulcast()1866 sawOutputEOS[i] = true; in encodeSimulcast()1899 if (!bufferConsumed[i] && !sawOutputEOS[i]) { in encodeSimulcast()[all …]
237 boolean sawOutputEOS = false; in decodeMp4ToYuv()243 while (!sawOutputEOS) { in decodeMp4ToYuv()290 sawOutputEOS = true; in decodeMp4ToYuv()
870 boolean sawOutputEOS = false; in runDecoder()878 while (!sawOutputEOS) { in runDecoder()973 sawOutputEOS = true; in runDecoder()
1274 boolean sawOutputEOS = false; in verifyDecoder()1280 while (!sawOutputEOS) { in verifyDecoder()1326 sawOutputEOS = true; in verifyDecoder()