Searched defs:isAsync (Results 1 – 9 of 9) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecUnitTest.cpp | 256 for (auto isAsync : boolStates) { in testConfigureInInitState() local 273 for (auto isAsync : boolStates) { in testConfigureInRunningState() local 312 for (auto isAsync : boolStates) { in testConfigureInUnInitState() local 328 for (auto isAsync : boolStates) { in testDequeueInputBufferInInitState() local 345 for (auto isAsync : boolStates) { in testDequeueInputBufferInRunningState() local 367 for (auto isAsync : boolStates) { in testDequeueInputBufferInUnInitState() local 389 for (auto isAsync : boolStates) { in testDequeueOutputBufferInInitState() local 407 for (auto isAsync : boolStates) { in testDequeueOutputBufferInRunningState() local 430 for (auto isAsync : boolStates) { in testDequeueOutputBufferInUnInitState() local 454 for (auto isAsync : boolStates) { in testFlushInInitState() local [all …]
|
D | NativeCodecDecoderTest.cpp | 151 bool CodecDecoderTest::configureCodec(AMediaFormat* format, bool isAsync, in configureCodec() 297 for (auto isAsync : boolStates) { in testSimpleDecode() local 406 for (auto isAsync : boolStates) { in testFlush() local 508 for (auto isAsync : boolStates) { in testOnlyEos() local 570 for (auto isAsync : boolStates) { in testSimpleDecodeQueueCSD() local
|
D | NativeCodecEncoderSurfaceTest.cpp | 163 bool CodecEncoderSurfaceTest::configureCodec(bool isAsync, bool signalEOSWithLastFrame) { in configureCodec() 179 void CodecEncoderSurfaceTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext() 473 for (bool isAsync : boolStates) { in testSimpleEncode() local
|
D | NativeCodecEncoderTest.cpp | 200 void CodecEncoderTest::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext() 404 for (auto isAsync : boolStates) { in testSimpleEncode() local 471 for (auto isAsync : boolStates) { in testFlush() local 580 for (auto isAsync : boolStates) { in testReconfigure() local 675 bool isAsync = boolStates[k]; in testOnlyEos() local 728 for (auto isAsync : boolStates) { in testSetForceSyncFrame() local 805 for (auto isAsync : boolStates) { in testAdaptiveBitRate() local
|
D | NativeCodecTestBase.cpp | 367 bool CodecTestBase::configureCodec(AMediaFormat* format, bool isAsync, bool signalEOSWithLastFrame, in configureCodec() 390 bool CodecTestBase::reConfigureCodec(AMediaFormat* format, bool isAsync, in reConfigureCodec() 396 void CodecTestBase::resetContext(bool isAsync, bool signalEOSWithLastFrame) { in resetContext()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderSurfaceTest.java | 197 private void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext() 210 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
|
D | CodecTestBase.java | 595 void configureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in configureCodec() 627 void reConfigureCodec(MediaFormat format, boolean isAsync, boolean signalEOSWithLastFrame, in reConfigureCodec() 635 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext() 1139 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
|
D | CodecEncoderTest.java | 75 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
|
D | CodecUnitTest.java | 160 void tryConfigureCodecInInvalidState(MediaFormat format, boolean isAsync, String msg) { in tryConfigureCodecInInvalidState()
|