/cts/tests/media/src/android/mediav2/cts/ |
D | CodecDecoderTest.java | 266 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testSimpleDecode() 270 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testSimpleDecode() 335 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 340 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 354 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 368 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 383 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testFlush() 387 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testFlush() 472 mIsCodecInAsyncMode ? mAsyncHandle.hasOutputFormatChanged() : in testReconfigure() 476 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : in testReconfigure() [all …]
|
D | CodecEncoderSurfaceTest.java | 67 private boolean mIsCodecInAsyncMode; field in CodecEncoderSurfaceTest 156 mIsCodecInAsyncMode = isAsync; in resetContext() 270 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 311 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 323 if (mIsCodecInAsyncMode) { in queueEOS() 350 if (mIsCodecInAsyncMode) { in queueEOS() 377 if (mIsCodecInAsyncMode) { in doWork()
|
D | CodecUnitTest.java | 542 if (mIsCodecInAsyncMode) mCodec.start(); in testConfigureInFlushState() 626 if (mIsCodecInAsyncMode) { in testDequeueInputBufferInRunningState() 695 if (mIsCodecInAsyncMode) { in testDequeueOutputBufferInRunningState() 877 mIsCodecInAsyncMode = isAsync; in testSetCallBackInUnInitState() 887 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInUnInitState() 908 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInInitState() 918 mIsCodecInAsyncMode = isAsync; in testSetCallBackInInitState() 939 mIsCodecInAsyncMode = !isAsync; in testSetCallBackInRunningState() 954 mIsCodecInAsyncMode = isAsync; in testSetCallBackInRunningState() 1027 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState() [all …]
|
D | CodecDecoderSurfaceTest.java | 238 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 243 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 254 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 273 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
D | EncodeDecodeAccuracyTest.java | 254 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 296 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
|
D | CodecEncoderTest.java | 352 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 362 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush() 385 if (mIsCodecInAsyncMode) mCodec.start(); in testFlush()
|
D | CodecTestBase.java | 533 boolean mIsCodecInAsyncMode; field in CodecTestBase 861 mIsCodecInAsyncMode = isAsync; in resetContext() 883 if (mIsCodecInAsyncMode) { in doWork() 921 if (mIsCodecInAsyncMode) { in queueEOS() 953 if (mIsCodecInAsyncMode) { in waitForAllOutputs() 1276 if (mIsCodecInAsyncMode) { in doWork() 1312 if (mIsCodecInAsyncMode) { in queueCodecConfig()
|
/cts/tests/media/jni/ |
D | NativeCodecDecoderTest.cpp | 236 mIsCodecInAsyncMode ? mAsyncHandle.getOutputFormat() : mOutFormat; in dequeueOutput() 256 if (mIsCodecInAsyncMode) { in queueCodecConfig() 371 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testSimpleDecode() 375 } else if (!isFormatSimilar(mInpDecFormat, mIsCodecInAsyncMode in testSimpleDecode() 461 if (mIsCodecInAsyncMode) { in testFlush() 468 if (mIsCodecInAsyncMode) { in testFlush() 480 if (mIsCodecInAsyncMode) { in testFlush() 497 if (mIsCodecInAsyncMode) { in testFlush() 513 if (mIsCodecInAsyncMode ? !mAsyncHandle.hasOutputFormatChanged() in testFlush() 517 } else if (!isFormatSimilar(mInpDecFormat, mIsCodecInAsyncMode in testFlush() [all …]
|
D | NativeCodecEncoderSurfaceTest.cpp | 41 bool mIsCodecInAsyncMode; member in CodecEncoderSurfaceTest 188 mIsCodecInAsyncMode = isAsync; in resetContext() 309 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 356 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 369 if (mIsCodecInAsyncMode) { in queueEOS() 406 if (mIsCodecInAsyncMode) { in queueEOS() 446 if (mIsCodecInAsyncMode) { in doWork() 547 if (!configureCodec(mIsCodecInAsyncMode, mSignalEOSWithLastFrame)) return false; in testSimpleEncode()
|
D | NativeCodecTestBase.cpp | 333 mIsCodecInAsyncMode = false; in CodecTestBase() 389 mIsCodecInAsyncMode = isAsync; in resetContext() 417 if (mIsCodecInAsyncMode) { in doWork() 466 if (mIsCodecInAsyncMode) { in queueEOS() 511 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|
D | NativeCodecUnitTest.cpp | 287 if (mIsCodecInAsyncMode) { in testConfigureInRunningState() 348 if (mIsCodecInAsyncMode) { in testDequeueInputBufferInRunningState() 410 if (mIsCodecInAsyncMode) { in testDequeueOutputBufferInRunningState() 595 mIsCodecInAsyncMode = true; in testSetAsyncNotifyCallbackInInitState() 700 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testGetInputBufferInRunningState() 853 if (mIsCodecInAsyncMode) { in testGetOutputBufferInRunningState() 1192 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadSize() 1220 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().bufferIndex in testQueueInputBufferWithBadBuffInfo() 1315 if (mIsCodecInAsyncMode) { in testReleaseOutputBufferInRunningState() 1420 if (mIsCodecInAsyncMode) { in testGetBufferFormatInRunningState()
|
D | NativeCodecTestBase.h | 130 bool mIsCodecInAsyncMode; variable
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | CodecTranscoderTestBase.java | 55 boolean mIsCodecInAsyncMode; field in CodecTranscoderTestBase 100 mIsCodecInAsyncMode = isAsync; in resetContext() 182 if (mIsCodecInAsyncMode) { in tryEncoderOutput() 223 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs() 235 if (mIsCodecInAsyncMode) { in queueEOS() 262 if (mIsCodecInAsyncMode) { in queueEOS() 289 if (mIsCodecInAsyncMode) { in doWork()
|
D | CodecTestBase.java | 187 boolean mIsCodecInAsyncMode; field in CodecTestBase 222 mIsCodecInAsyncMode = isAsync; in resetContext() 244 if (mIsCodecInAsyncMode) { in doWork() 282 if (mIsCodecInAsyncMode) { in queueEOS() 314 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
|