| /cts/tests/mediapc/src/android/mediapc/cts/ |
| D | CodecTranscoderTestBase.java | 61 boolean mIsCodecInAsyncMode; field in CodecTranscoderTestBase 108 mIsCodecInAsyncMode = isAsync; in resetContext() 190 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 231 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 243 if (mIsCodecInAsyncMode) { in queueEOS() 270 if (mIsCodecInAsyncMode) { in queueEOS() 297 if (mIsCodecInAsyncMode) { in doWork()
|
| D | CodecTestBase.java | 202 boolean mIsCodecInAsyncMode; field in CodecTestBase 279 mIsCodecInAsyncMode = isAsync; in resetContext() 301 if (mIsCodecInAsyncMode) { in doWork() 339 if (mIsCodecInAsyncMode) { in queueEOS() 371 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
| /cts/tests/media/jni/ |
| D | NativeCodecEncoderSurfaceTest.cpp | 42 bool mIsCodecInAsyncMode; member in CodecEncoderSurfaceTest 248 mIsCodecInAsyncMode = isAsync; in resetContext() 347 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 396 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 409 if (mIsCodecInAsyncMode) { in queueEOS() 450 if (mIsCodecInAsyncMode) { in queueEOS() 492 if (mIsCodecInAsyncMode) { in doWork()
|
| D | NativeCodecDecoderTestCommon.cpp | 260 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in dequeueOutput() 291 RETURN_IF_TRUE(mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in isOutputFormatOk() 296 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() in isOutputFormatOk() 302 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat)) in isOutputFormatOk() 308 if (mIsCodecInAsyncMode) { in queueCodecConfig() 459 if (mIsCodecInAsyncMode) { in testFlush() 466 if (mIsCodecInAsyncMode) { in testFlush() 479 if (mIsCodecInAsyncMode) { in testFlush() 494 if (mIsCodecInAsyncMode) { in testFlush()
|
| D | NativeCodecTestBase.cpp | 367 mIsCodecInAsyncMode = false; in CodecTestBase() 451 mIsCodecInAsyncMode = isAsync; in resetContext() 496 if (mIsCodecInAsyncMode) { in doWork() 553 if (mIsCodecInAsyncMode) { in queueEOS() 606 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
| D | NativeCodecUnitTest.cpp | 294 if (mIsCodecInAsyncMode) { in testConfigureInRunningState() 357 if (mIsCodecInAsyncMode) { in testDequeueInputBufferInRunningState() 419 if (mIsCodecInAsyncMode) { in testDequeueOutputBufferInRunningState() 604 mIsCodecInAsyncMode = true; in testSetAsyncNotifyCallbackInInitState() 709 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState() 862 if (mIsCodecInAsyncMode) { in testGetOutputBufferInRunningState() 1203 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize() 1232 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo() 1331 if (mIsCodecInAsyncMode) { in testReleaseOutputBufferInRunningState() 1436 if (mIsCodecInAsyncMode) { in testGetBufferFormatInRunningState()
|
| D | NativeCodecTestBase.h | 161 bool mIsCodecInAsyncMode; variable
|
| /cts/tests/media/src/android/mediav2/cts/ |
| D | CodecUnitTest.java | 573 if (mIsCodecInAsyncMode) mCodec.start(); in testConfigureInFlushState() 662 if (mIsCodecInAsyncMode) { in testDequeueInputBufferInRunningState() 735 if (mIsCodecInAsyncMode) { in testDequeueOutputBufferInRunningState() 939 mIsCodecInAsyncMode = isAsync; in testSetCallBackInUnInitState() 949 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInUnInitState() 971 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInInitState() 981 mIsCodecInAsyncMode = isAsync; in testSetCallBackInInitState() 1003 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInRunningState() 1018 mIsCodecInAsyncMode = isAsync; in testSetCallBackInRunningState() 1095 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState() [all …]
|
| D | CodecEncoderSurfaceTest.java | 126 private boolean mIsCodecInAsyncMode; field in CodecEncoderSurfaceTest 454 mIsCodecInAsyncMode = isAsync; in resetContext() 583 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 624 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 636 if (mIsCodecInAsyncMode) { in queueEOS() 663 if (mIsCodecInAsyncMode) { in queueEOS() 690 if (mIsCodecInAsyncMode) { in doWork()
|
| D | CodecDecoderSurfaceTest.java | 312 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 317 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 330 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 343 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
| D | CodecDecoderTest.java | 328 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in doOutputFormatChecks() 331 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in doOutputFormatChecks() 491 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 496 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 512 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 526 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
| D | EncodeDecodeAccuracyTest.java | 343 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 385 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
|
| /cts/tests/video/src/android/video/cts/ |
| D | CodecEncoderPerformanceTestBase.java | 55 private boolean mIsCodecInAsyncMode; field in CodecEncoderPerformanceTestBase 158 if (mIsCodecInAsyncMode) { in doWork() 323 mIsCodecInAsyncMode = isAsync; in resetContext()
|
| /cts/tests/media/common/src/android/mediav2/common/cts/ |
| D | CodecTestBase.java | 342 protected boolean mIsCodecInAsyncMode; field in CodecTestBase 1083 return mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in getOutputFormat() 1114 mIsCodecInAsyncMode = isAsync; in resetContext() 1136 if (mIsCodecInAsyncMode) { in doWork() 1174 if (mIsCodecInAsyncMode) { in queueEOS() 1206 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
| D | CodecDecoderTestBase.java | 274 if (mIsCodecInAsyncMode) { in doWork() 310 if (mIsCodecInAsyncMode) { in queueCodecConfig()
|