Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp392 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in finish()
414 std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in cloneAndSend()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp370 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp451 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = in drainRingBuffer() local
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp746 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() local
DC2SoftHevcDec.cpp719 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp723 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
DC2SoftAvcEnc.cpp1385 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp378 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp797 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp365 auto fillWork = [buffer = createLinearBuffer(block)]( in finishWork() local
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp504 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local