Searched refs:eosType (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 295 for (auto eosType : boolStates) { in testSimpleDecode() local 303 (eosType ? "eos with last frame" : "eos separate")); in testSimpleDecode() 327 if (!configureCodec(mInpDecFormat, isAsync, eosType, false)) return false; in testSimpleDecode() 568 for (auto eosType : boolStates) { in testSimpleDecodeQueueCSD() local 576 (eosType ? "eos with last frame" : "eos separate")); in testSimpleDecodeQueueCSD() 588 if (!configureCodec(fmt, isAsync, eosType, false)) return false; in testSimpleDecodeQueueCSD()
|
D | NativeCodecEncoderTest.cpp | 402 for (auto eosType : boolStates) { in testSimpleEncode() local 411 (eosType ? "eos with last frame" : "eos separate")); in testSimpleEncode() 435 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 256 for (boolean eosType : boolStates) { in testSimpleDecode() 261 (eosType ? "eos with last frame" : "eos separate")); in testSimpleDecode() 265 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
|
D | CodecEncoderTest.java | 289 for (boolean eosType : boolStates) { in testSimpleEncode() 294 (eosType ? "eos with last frame" : "eos separate")); in testSimpleEncode() 298 configureCodec(format, isAsync, eosType, true); in testSimpleEncode()
|