Searched refs:eosType (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | CodecDecoderMultiAccessUnitDrmTest.java | 152 for (boolean eosType : boolStates) { in testSimpleDecode() 153 mOutputBuff = eosType ? testA : testB; in testSimpleDecode() 156 configureCodec(format, true, eosType, false); in testSimpleDecode()
|
D | CodecDecoderBlockModelMultiAccessUnitDrmTest.java | 156 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/ |
D | CodecEncoderMultiAccessUnitTest.java | 321 for (boolean eosType : boolStates) { in testSimpleEncode() 322 configureCodec(format, true, eosType, true); in testSimpleEncode() 323 mOutputBuff = eosType ? testA : testB; in testSimpleEncode()
|
D | CodecEncoderBlockModelMultiAccessUnitTest.java | 339 for (boolean eosType : boolStates) { in testSimpleEncode() 340 mOutputBuff = eosType ? testA : testB; in testSimpleEncode() 342 configureCodec(format, true, eosType, true); in testSimpleEncode()
|
D | CodecEncoderTest.java | 347 for (boolean eosType : boolStates) { in testSimpleEncode() 353 configureCodec(format, isAsync, eosType, true); in testSimpleEncode()
|
D | CodecDecoderTest.java | 387 for (boolean eosType : boolStates) { in testSimpleDecode() 393 configureCodec(format, isAsync, eosType, false); in testSimpleDecode()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTestCommon.cpp | 365 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()
|
D | NativeCodecEncoderTest.cpp | 403 for (auto eosType : boolStates) { in testSimpleEncode() local 419 if (!configureCodec(format, isAsync, eosType, true)) return false; in testSimpleEncode()
|