Searched refs:decOp (Results 1 – 2 of 2) sorted by relevance
419 Pair<Integer, MediaCodec.BufferInfo> decOp = mAsyncHandleDecoder.getOutput(); in queueEOS() local420 if (decOp != null) dequeueDecoderOutput(decOp.first, decOp.second); in queueEOS()
296 Pair<Integer, MediaCodec.BufferInfo> decOp = mAsyncHandleDecoder.getOutput(); in queueEOS() local297 if (decOp != null) dequeueDecoderOutput(decOp.first, decOp.second); in queueEOS()