Searched refs:mCbInputQueue (Results 1 – 1 of 1) sorted by relevance
36 private final LinkedList<Pair<Integer, MediaCodec.BufferInfo>> mCbInputQueue; field in CodecAsyncHandler41 mCbInputQueue = new LinkedList<>(); in CodecAsyncHandler()48 mCbInputQueue.clear(); in clearQueues()61 mCbInputQueue.add(new Pair<>(bufferIndex, (MediaCodec.BufferInfo) null)); in onInputBufferAvailable()114 if (mCbInputQueue.isEmpty() && mCbOutputQueue.isEmpty()) { in getWork()121 if (!mCbInputQueue.isEmpty()) { in getWork()122 element = mCbInputQueue.remove(0); in getWork()