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