Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/opus/
H A 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()
/aosp12/frameworks/av/media/codec2/components/flac/
H A DC2SoftFlacDec.cpp168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
209 fillEmptyWork(work); in process()
226 fillEmptyWork(work); in process()
238 fillEmptyWork(work); in process()
H A DC2SoftFlacEnc.cpp191 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
311 fillEmptyWork(work); in process()
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.cpp197 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
253 fillEmptyWork(work); in process()
338 fillEmptyWork(work); in process()
434 fillEmptyWork(work); in process()
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp498 auto fillEmptyWork = []( in drainRingBuffer() local
511 return std::bind(fillEmptyWork, _1, C2_OK); in drainRingBuffer()
520 return std::bind(fillEmptyWork, _1, C2_NO_MEMORY); in drainRingBuffer()
529 return std::bind(fillEmptyWork, _1, C2_CORRUPTED); in drainRingBuffer()
985 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal() local
992 finish(mBuffersInfo.front().frameIndex, fillEmptyWork); in drainInternal()
996 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/amr_nb_wb/
H A DC2SoftAmrNbEnc.cpp174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
271 fillEmptyWork(work); in process()
H A DC2SoftAmrWbEnc.cpp256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
346 fillEmptyWork(work); in process()
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp293 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
478 fillEmptyWork(work); in process()
598 fillEmptyWork(work); in process()
H A DC2SoftMpeg4Dec.cpp334 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
514 fillEmptyWork(work); in process()
573 fillEmptyWork(work); in process()
/aosp12/frameworks/av/media/codec2/components/aom/
H A DC2SoftAomDec.cpp365 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
459 fillEmptyWork(work); in process()
504 fillEmptyWork(work); in process()
757 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/gav1/
H A DC2SoftGav1Dec.cpp357 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
427 fillEmptyWork(work); in process()
464 fillEmptyWork(work); in process()
769 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.cpp489 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
588 fillEmptyWork(work); in process()
629 fillEmptyWork(work); in process()
903 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.cpp699 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
966 fillEmptyWork(work); in process()
1011 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.cpp690 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
965 fillEmptyWork(work); in process()
1008 fillEmptyWork(work); in drainInternal()
H A DC2SoftHevcEnc.cpp548 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
975 if (work->workletsProcessed != 1u) fillEmptyWork(work); in drainInternal()
1118 fillEmptyWork(work); in process()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.cpp767 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function
1025 fillEmptyWork(work); in process()
1066 fillEmptyWork(work); in drainInternal()
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function
603 fillEmptyWork(work); in process()