Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecDecoderTestCommon.cpp262 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()
DNativeCodecEncoderSurfaceTest.cpp42 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()
DNativeCodecTestBase.cpp386 mIsCodecInAsyncMode = false; in CodecTestBase()
470 mIsCodecInAsyncMode = isAsync; in resetContext()
515 if (mIsCodecInAsyncMode) { in doWork()
572 if (mIsCodecInAsyncMode) { in queueEOS()
625 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.h163 bool mIsCodecInAsyncMode; variable
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecEncoderSurfaceTestBase.java80 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()
DCodecDecoderTestBase.java300 if (mIsCodecInAsyncMode) { in doWork()
336 if (mIsCodecInAsyncMode) { in queueCodecConfig()
DCodecTestBase.java367 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/
DCodecTranscoderTestBase.java67 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()
DCodecTestBase.java212 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/
DCodecEncoderPerformanceTestBase.java55 private boolean mIsCodecInAsyncMode; field in CodecEncoderPerformanceTestBase
158 if (mIsCodecInAsyncMode) { in doWork()
323 mIsCodecInAsyncMode = isAsync; in resetContext()
/cts/tests/media/src/android/mediav2/cts/
DCodecDecoderSurfaceTest.java415 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()
DCodecDecoderTest.java329 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()
DCodecUnitTest.java622 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 …]
DEncodeDecodeAccuracyTest.java343 if (mIsCodecInAsyncMode) { in tryEncoderOutput()
375 if (mIsCodecInAsyncMode) { in waitForAllEncoderOutputs()
DCodecDecoderDetachedSurfaceTest.java192 if (mIsCodecInAsyncMode) { in doWork()