/cts/tests/media/jni/ |
D | NativeCodecDecoderTestCommon.cpp | 262 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in dequeueOutput() 293 RETURN_IF_TRUE(mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in isOutputFormatOk() 298 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() in isOutputFormatOk() 304 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat)) in isOutputFormatOk() 310 if (mIsCodecInAsyncMode) { in queueCodecConfig() 461 if (mIsCodecInAsyncMode) { in testFlush() 468 if (mIsCodecInAsyncMode) { in testFlush() 481 if (mIsCodecInAsyncMode) { in testFlush() 496 if (mIsCodecInAsyncMode) { in testFlush()
|
D | NativeCodecEncoderSurfaceTest.cpp | 42 bool mIsCodecInAsyncMode; member in CodecEncoderSurfaceTest 257 mIsCodecInAsyncMode = isAsync; in resetContext() 360 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 406 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 419 if (mIsCodecInAsyncMode) { in queueEOS() 460 if (mIsCodecInAsyncMode) { in queueEOS() 502 if (mIsCodecInAsyncMode) { in doWork()
|
D | NativeCodecTestBase.cpp | 386 mIsCodecInAsyncMode = false; in CodecTestBase() 470 mIsCodecInAsyncMode = isAsync; in resetContext() 515 if (mIsCodecInAsyncMode) { in doWork() 572 if (mIsCodecInAsyncMode) { in queueEOS() 625 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 | 163 bool mIsCodecInAsyncMode; variable
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecEncoderSurfaceTestBase.java | 80 protected boolean mIsCodecInAsyncMode; field in CodecEncoderSurfaceTestBase 227 mIsCodecInAsyncMode = isAsync; in resetContext() 358 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 390 if (mIsCodecInAsyncMode) { in queueEOS() 417 if (mIsCodecInAsyncMode) { in queueEOS() 444 if (mIsCodecInAsyncMode) { in doWork() 493 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
|
D | CodecDecoderTestBase.java | 300 if (mIsCodecInAsyncMode) { in doWork() 336 if (mIsCodecInAsyncMode) { in queueCodecConfig()
|
D | CodecTestBase.java | 367 protected boolean mIsCodecInAsyncMode; field in CodecTestBase 1249 return mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in getOutputFormat() 1280 mIsCodecInAsyncMode = isAsync; in resetContext() 1302 if (mIsCodecInAsyncMode) { in doWork() 1340 if (mIsCodecInAsyncMode) { in queueEOS() 1372 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | CodecTranscoderTestBase.java | 67 boolean mIsCodecInAsyncMode; field in CodecTranscoderTestBase 114 mIsCodecInAsyncMode = isAsync; in resetContext() 214 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 255 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 267 if (mIsCodecInAsyncMode) { in queueEOS() 294 if (mIsCodecInAsyncMode) { in queueEOS() 321 if (mIsCodecInAsyncMode) { in doWork()
|
D | CodecTestBase.java | 212 boolean mIsCodecInAsyncMode; field in CodecTestBase 311 mIsCodecInAsyncMode = isAsync; in resetContext() 335 if (mIsCodecInAsyncMode) { in doWork() 373 if (mIsCodecInAsyncMode) { in queueEOS() 405 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
/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/src/android/mediav2/cts/ |
D | CodecDecoderSurfaceTest.java | 415 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 420 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 433 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 446 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
D | CodecDecoderTest.java | 329 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in doOutputFormatChecks() 332 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in doOutputFormatChecks() 507 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 512 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 528 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 542 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
D | CodecUnitTest.java | 622 if (mIsCodecInAsyncMode) mCodec.start(); in testConfigureInFlushState() 711 if (mIsCodecInAsyncMode) { in testDequeueInputBufferInRunningState() 784 if (mIsCodecInAsyncMode) { in testDequeueOutputBufferInRunningState() 988 mIsCodecInAsyncMode = isAsync; in testSetCallBackInUnInitState() 998 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInUnInitState() 1020 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInInitState() 1030 mIsCodecInAsyncMode = isAsync; in testSetCallBackInInitState() 1052 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInRunningState() 1067 mIsCodecInAsyncMode = isAsync; in testSetCallBackInRunningState() 1144 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState() [all …]
|
D | EncodeDecodeAccuracyTest.java | 343 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 375 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
|
D | CodecDecoderDetachedSurfaceTest.java | 192 if (mIsCodecInAsyncMode) { in doWork()
|