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()
529 isGainmap ? mGainmapCodecInputBuffers.push_back(index) : mCodecInputBuffers.push_back(index); in onHeicInputFrameAvailable()977 it != mPendingInputFrames.end() && mCodecInputBuffers.size() > 0; it++) { in compilePendingInputLocked()982 size_t newInputTiles = std::min(mCodecInputBuffers.size(), in compilePendingInputLocked()986 { mCodecInputBuffers[0], mGridTimestampUs++, inputFrame.codecInputCounter }; in compilePendingInputLocked()989 mCodecInputBuffers.erase(mCodecInputBuffers.begin()); in compilePendingInputLocked()
309 std::vector<int32_t> mCodecInputBuffers, mGainmapCodecInputBuffers; variable