Home
last modified time | relevance | path

Searched refs:mInputBuffers (Results 1 – 4 of 4) sorted by relevance

/hardware/google/av/codec2/hidl/client/
Dclient.cpp865 auto it = mInputBuffers.find(inputIndex); in handleOnWorkDone()
866 if (it == mInputBuffers.end()) { in handleOnWorkDone()
874 mInputBuffers.erase(it); in handleOnWorkDone()
899 auto it = mInputBuffers.find(frameIndex); in freeInputBuffer()
900 if (it == mInputBuffers.end()) { in freeInputBuffer()
920 mInputBuffers.erase(it); in freeInputBuffer()
940 auto res = mInputBuffers.emplace(inputIndex, work->input.buffers); in queue()
1014 auto it = mInputBuffers.find(flushedIndex); in flush()
1015 if (it == mInputBuffers.end()) { in flush()
1023 mInputBuffers.erase(it); in flush()
[all …]
/hardware/google/av/media/sfplugin/
DCCodecBufferChannel.cpp1583 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in CCodecBufferChannel()
1645 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in queueInputBufferInternal()
1685 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in queueInputBufferInternal()
1835 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in feedInputBufferIfAvailableInternal()
2015 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in discardBuffer()
2040 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in getInputBufferArray()
2165 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in start()
2421 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in requestInitialInputBuffers()
2511 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in flush()
2535 Mutexed<std::unique_ptr<InputBuffers>>::Locked buffers(mInputBuffers); in onInputBufferDone()
DCCodecBufferChannel.h235 Mutexed<std::unique_ptr<InputBuffers>> mInputBuffers; variable
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h398 mInputBuffers; member