Home
last modified time | relevance | path

Searched refs:mIsCodecInAsyncMode (Results 1 – 15 of 15) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java61 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()
DCodecTestBase.java202 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/
DNativeCodecEncoderSurfaceTest.cpp42 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()
DNativeCodecDecoderTestCommon.cpp260 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()
DNativeCodecTestBase.cpp367 mIsCodecInAsyncMode = false; in CodecTestBase()
451 mIsCodecInAsyncMode = isAsync; in resetContext()
496 if (mIsCodecInAsyncMode) { in doWork()
553 if (mIsCodecInAsyncMode) { in queueEOS()
606 if (mIsCodecInAsyncMode) { in waitForAllOutputs()
DNativeCodecUnitTest.cpp294 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()
DNativeCodecTestBase.h161 bool mIsCodecInAsyncMode; variable
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java573 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 …]
DCodecEncoderSurfaceTest.java126 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()
DCodecDecoderSurfaceTest.java312 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()
DCodecDecoderTest.java328 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()
DEncodeDecodeAccuracyTest.java343 if (mIsCodecInAsyncMode) { in tryEncoderOutput()
385 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java55 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/
DCodecTestBase.java342 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()
DCodecDecoderTestBase.java274 if (mIsCodecInAsyncMode) { in doWork()
310 if (mIsCodecInAsyncMode) { in queueCodecConfig()