/aosp12/frameworks/av/media/codec2/components/opus/ |
H A D | C2SoftOpusDec.cpp | 177 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 D | C2SoftFlacDec.cpp | 168 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 D | C2SoftFlacEnc.cpp | 191 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 D | C2SoftVorbisDec.cpp | 197 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 D | C2SoftAacDec.cpp | 498 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 D | C2SoftAmrNbEnc.cpp | 174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 271 fillEmptyWork(work); in process()
|
H A D | C2SoftAmrWbEnc.cpp | 256 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 D | C2SoftMpeg4Enc.cpp | 293 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 478 fillEmptyWork(work); in process() 598 fillEmptyWork(work); in process()
|
H A D | C2SoftMpeg4Dec.cpp | 334 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 D | C2SoftAomDec.cpp | 365 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 D | C2SoftGav1Dec.cpp | 357 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 D | C2SoftVpxDec.cpp | 489 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 D | C2SoftAvcDec.cpp | 699 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 D | C2SoftHevcDec.cpp | 690 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 965 fillEmptyWork(work); in process() 1008 fillEmptyWork(work); in drainInternal()
|
H A D | C2SoftHevcEnc.cpp | 548 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 D | C2SoftMpeg2Dec.cpp | 767 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 D | C2SoftXaacDec.cpp | 335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function 603 fillEmptyWork(work); in process()
|