Lines Matching refs:mIsCodecInAsyncMode

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()
1290 if (mIsCodecInAsyncMode) { in testGetOutputBufferInRunningState()
1398 if (mIsCodecInAsyncMode) { in testGetOutputFormatInRunningState()
1733 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateVideo()
1765 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateAudio()
1842 if (mIsCodecInAsyncMode) { in testGetOutputImageInRunningState()
1943 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadSize()
1971 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadBuffInfo()
1999 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testQueueInputBufferWithBadOffset()
2400 if (mIsCodecInAsyncMode) { in testReleaseOutputBufferInRunningState()