Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp330 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp381 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp537 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp871 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in finish()
893 std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in cloneAndSend()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp365 auto fillWork = [buffer = createLinearBuffer(block, 0, mOutputDrainBufferWritePos)]( in finishWork() local
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp742 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
DC2SoftHevcEnc.cpp1042 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() local
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp543 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp749 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
DC2SoftAvcEnc.cpp1632 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp503 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = in drainRingBuffer() local
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp817 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local