Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp177 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
236 fillEmptyWork(work); in process()
358 fillEmptyWork(work); in process()
368 fillEmptyWork(work); in process()
430 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp197 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
253 fillEmptyWork(work); in process()
334 fillEmptyWork(work); in process()
430 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
209 fillEmptyWork(work); in process()
233 fillEmptyWork(work); in process()
DC2SoftFlacEnc.cpp191 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
310 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp494 auto fillEmptyWork = []( in drainRingBuffer() local
507 return std::bind(fillEmptyWork, _1, C2_OK); in drainRingBuffer()
516 return std::bind(fillEmptyWork, _1, C2_NO_MEMORY); in drainRingBuffer()
525 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
954 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal() local
961 finish(mBuffersInfo.front().frameIndex, fillEmptyWork); in drainInternal()
965 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
271 fillEmptyWork(work); in process()
DC2SoftAmrWbEnc.cpp256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
346 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp352 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
422 fillEmptyWork(work); in process()
469 fillEmptyWork(work); in process()
738 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp293 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
464 fillEmptyWork(work); in process()
584 fillEmptyWork(work); in process()
DC2SoftMpeg4Dec.cpp351 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
531 fillEmptyWork(work); in process()
590 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp365 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
459 fillEmptyWork(work); in process()
504 fillEmptyWork(work); in process()
760 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp489 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
588 fillEmptyWork(work); in process()
629 fillEmptyWork(work); in process()
902 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp690 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
954 fillEmptyWork(work); in process()
997 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp685 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
959 fillEmptyWork(work); in process()
1000 fillEmptyWork(work); in drainInternal()
DC2SoftHevcEnc.cpp481 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
881 if (work->workletsProcessed != 1u) fillEmptyWork(work); in drainInternal()
1024 fillEmptyWork(work); in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp766 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
1024 fillEmptyWork(work); in process()
1065 fillEmptyWork(work); in drainInternal()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
601 fillEmptyWork(work); in process()