Home
last modified time | relevance | path

Searched refs:eosType (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
DCodecDecoderMultiAccessUnitDrmTest.java152 for (boolean eosType : boolStates) { in testSimpleDecode()
153 mOutputBuff = eosType ? testA : testB; in testSimpleDecode()
156 configureCodec(format, true, eosType, false); in testSimpleDecode()
DCodecDecoderBlockModelMultiAccessUnitDrmTest.java156 for (boolean eosType : boolStates) { in testSimpleDecode()
157 mOutputBuff = eosType ? testA : testB; in testSimpleDecode()
160 configureCodec(format, true, eosType, false); in testSimpleDecode()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderMultiAccessUnitTest.java321 for (boolean eosType : boolStates) { in testSimpleEncode()
322 configureCodec(format, true, eosType, true); in testSimpleEncode()
323 mOutputBuff = eosType ? testA : testB; in testSimpleEncode()
DCodecEncoderBlockModelMultiAccessUnitTest.java339 for (boolean eosType : boolStates) { in testSimpleEncode()
340 mOutputBuff = eosType ? testA : testB; in testSimpleEncode()
342 configureCodec(format, true, eosType, true); in testSimpleEncode()
DCodecEncoderTest.java347 for (boolean eosType : boolStates) { in testSimpleEncode()
353 configureCodec(format, isAsync, eosType, true); in testSimpleEncode()
DCodecDecoderTest.java387 for (boolean eosType : boolStates) { in testSimpleDecode()
393 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp365 for (auto eosType : boolStates) { in testSimpleDecode() local
382 if (!configureCodec(mInpDecFormat, isAsync, eosType, false)) return false; in testSimpleDecode()
575 for (auto eosType : boolStates) { in testSimpleDecodeQueueCSD() local
586 if (!configureCodec(fmt, isAsync, eosType, false)) return false; in testSimpleDecodeQueueCSD()
DNativeCodecEncoderTest.cpp403 for (auto eosType : boolStates) { in testSimpleEncode() local
419 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()