Home
last modified time | relevance | path

Searched defs:fillWork (Results 1 – 8 of 8) sorted by relevance

/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp351 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in finish()
373 std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in cloneAndSend()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp366 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp407 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp464 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = in drainRingBuffer() local
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp687 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp689 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp769 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp373 auto fillWork = [buffer = createLinearBuffer(block)]( in finishWork() local