Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/base/
H A DSimpleC2Component.cpp395 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in finish()
417 std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in cloneAndSend()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp350 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp495 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = in drainRingBuffer() local
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp382 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp747 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
H A DC2SoftAvcEnc.cpp1627 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp374 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp738 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
H A DC2SoftHevcEnc.cpp935 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork() local
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp815 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp365 auto fillWork = [buffer = createLinearBuffer(block, 0, mOutputDrainBufferWritePos)]( in finishWork() local
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp505 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local