Home
last modified time | relevance | path

Searched refs:inputIndex (Results 1 – 2 of 2) sorted by relevance

/hardware/google/av/codec2/hidl/client/
Dclient.cpp864 for (uint64_t inputIndex : inputDone) { in handleOnWorkDone() local
865 auto it = mInputBuffers.find(inputIndex); in handleOnWorkDone()
869 (long long)inputIndex); in handleOnWorkDone()
873 (long long)inputIndex, it->second.size()); in handleOnWorkDone()
875 mInputBufferCount.erase(inputIndex); in handleOnWorkDone()
939 uint64_t inputIndex = work->input.ordinal.frameIndex.peeku(); in queue() local
940 auto res = mInputBuffers.emplace(inputIndex, work->input.buffers); in queue()
946 (long long)inputIndex); in queue()
948 mInputBufferCount[inputIndex] = work->input.buffers.size(); in queue()
951 (long long)inputIndex, work->input.buffers.size()); in queue()
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp365 uint64_t inputIndex = work->input.ordinal.frameIndex.peeku(); in process() local
463 inputIndex, in process()