Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/client/
Dclient.cpp815 for (uint64_t inputIndex : inputDone) { in handleOnWorkDone() local
816 auto it = mInputBuffers.find(inputIndex); in handleOnWorkDone()
818 ALOGI("unknown input index %llu in onWorkDone", (long long)inputIndex); in handleOnWorkDone()
821 (long long)inputIndex, it->second.size()); in handleOnWorkDone()
849 uint64_t inputIndex = work->input.ordinal.frameIndex.peeku(); in queue() local
850 auto res = mInputBuffers.emplace(inputIndex, work->input.buffers); in queue()
852 ALOGI("duplicate input index %llu in queue", (long long)inputIndex); in queue()
857 (long long)inputIndex, work->input.buffers.size()); in queue()