Home
last modified time | relevance | path

Searched defs:isAsync (Results 1 – 9 of 9) sorted by relevance

/cts/tests/media/jni/
DNativeCodecUnitTest.cpp256 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 …]
DNativeCodecDecoderTest.cpp151 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
DNativeCodecEncoderSurfaceTest.cpp163 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
DNativeCodecEncoderTest.cpp200 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
DNativeCodecTestBase.cpp367 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/
DCodecEncoderSurfaceTest.java197 private void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
210 private void configureCodec(MediaFormat decFormat, MediaFormat encFormat, boolean isAsync, in configureCodec()
DCodecTestBase.java595 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()
DCodecEncoderTest.java75 void resetContext(boolean isAsync, boolean signalEOSWithLastFrame) { in resetContext()
DCodecUnitTest.java160 void tryConfigureCodecInInvalidState(MediaFormat format, boolean isAsync, String msg) { in tryConfigureCodecInInvalidState()