Searched refs:mCodecInputBuffers (Results 1 – 4 of 4) sorted by relevance
52 private ByteBuffer[] mCodecInputBuffers; field in DisplaySinkService147 mCodecInputBuffers = null; in updateSurfaceFromUi()199 if (mCodecInputBuffers == null) { in provideCodecInputLocked()200 mCodecInputBuffers = mCodec.getInputBuffers(); in provideCodecInputLocked()202 final ByteBuffer buffer = mCodecInputBuffers[index]; in provideCodecInputLocked()
50 private ByteBuffer[] mCodecInputBuffers; field in TrackDecoder86 mCodecInputBuffers = mMediaCodec.getInputBuffers(); in init()115 ByteBuffer destinationBuffer = mCodecInputBuffers[inputBufferIndex]; in feedInput()
414 mCodecInputBuffers.push_back(index); in onHeicInputFrameAvailable()756 it != mPendingInputFrames.end() && mCodecInputBuffers.size() > 0; it++) { in compilePendingInputLocked()761 size_t newInputTiles = std::min(mCodecInputBuffers.size(), in compilePendingInputLocked()765 { mCodecInputBuffers[0], mGridTimestampUs++, inputFrame.codecInputCounter }; in compilePendingInputLocked()768 mCodecInputBuffers.erase(mCodecInputBuffers.begin()); in compilePendingInputLocked()
267 std::vector<int32_t> mCodecInputBuffers; variable