Lines Matching refs:mAsyncHandle
87 assertFalse(mAsyncHandle.hasSeenError()); in hasSeenError()
95 mAsyncHandle = new CodecAsyncHandlerMultiAccessUnits(); in setUpMultipleAccessUnitsAsyncHandle()
96 Object asyncHandle = mAsyncHandle; in setUpMultipleAccessUnitsAsyncHandle()
856 mAsyncHandle.isInputQueueEmpty()); in testFlushInRunningState()
860 mAsyncHandle.isInputQueueEmpty()); in testFlushInRunningState()
987 mAsyncHandle.setCallBack(mCodec, isAsync); in testSetCallBackInUnInitState()
997 mAsyncHandle.setCallBack(mCodec, !isAsync); in testSetCallBackInUnInitState()
1019 mAsyncHandle.setCallBack(mCodec, !isAsync); in testSetCallBackInInitState()
1029 mAsyncHandle.setCallBack(mCodec, isAsync); in testSetCallBackInInitState()
1051 mAsyncHandle.setCallBack(mCodec, !isAsync); in testSetCallBackInRunningState()
1066 mAsyncHandle.setCallBack(mCodec, isAsync); in testSetCallBackInRunningState()
1087 mAsyncHandle.setCallBack(mCodec, false); in testSetCallBackInReleaseState()
1144 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputBufferInRunningState()
1291 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testGetOutputBufferInRunningState()
1399 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testGetOutputFormatInRunningState()
1733 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateVideo()
1765 int bufferIndex = mIsCodecInAsyncMode ? mAsyncHandle.getInput().first : in testGetInputImageInRunningStateAudio()
1843 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); 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()
2401 Pair<Integer, MediaCodec.BufferInfo> element = mAsyncHandle.getOutput(); in testReleaseOutputBufferInRunningState()