Home
last modified time | relevance | path

Searched refs:loopCounter (Results 1 – 7 of 7) sorted by relevance

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp364 int loopCounter = 0; in testSimpleDecode() local
368 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
396 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testSimpleDecode()
407 loopCounter++; in testSimpleDecode()
524 int loopCounter = 0; in testOnlyEos() local
526 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
540 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testOnlyEos()
543 loopCounter++; in testOnlyEos()
572 int loopCounter = 0; in testSimpleDecodeQueueCSD() local
578 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
[all …]
DNativeCodecEncoderTest.cpp402 int loopCounter = 0; in testSimpleEncode()
405 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode()
427 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testSimpleEncode()
430 loopCounter++; in testSimpleEncode()
532 int loopCounter = 0; in testOnlyEos()
534 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
548 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testOnlyEos()
551 loopCounter++; in testOnlyEos()
DNativeCodecEncoderSurfaceTest.cpp572 int loopCounter = 0; in testSimpleEncode() local
576 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode()
587 if (muxOutput && loopCounter == 0) { in testSimpleEncode()
640 RETURN_IF_TRUE((loopCounter != 0 && !ref->equals(test)), in testSimpleEncode()
644 loopCounter++; in testSimpleEncode()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderTest.java386 int loopCounter = 0; in testSimpleDecode() local
390 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode()
407 if (loopCounter != 0 && !ref.equals(test)) { in testSimpleDecode()
414 loopCounter++; in testSimpleDecode()
753 int loopCounter = 0; in testOnlyEos() local
756 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
762 if (loopCounter != 0 && !ref.equals(test)) { in testOnlyEos()
766 loopCounter++; in testOnlyEos()
824 int loopCounter = 0; in testSimpleDecodeQueueCSD() local
830 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD()
[all …]
DCodecEncoderTest.java346 int loopCounter = 0; in testSimpleEncode() local
349 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode()
363 if (loopCounter != 0 && !ref.equals(test)) { in testSimpleEncode()
367 loopCounter++; in testSimpleEncode()
566 int loopCounter = 0; in testOnlyEos() local
570 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos()
579 if (loopCounter != 0 && !ref.equals(test)) { in testOnlyEos()
583 loopCounter++; in testOnlyEos()
DCodecDecoderValidationTest.java814 int loopCounter = 0; in testDecodeAndValidate() local
816 mOutputBuff = loopCounter == 0 ? ref : test; in testDecodeAndValidate()
846 loopCounter++; in testDecodeAndValidate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNativeAnalyzerThread.java184 int loopCounter = 0;