/frameworks/av/media/codec2/components/opus/ |
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()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 197 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/ |
D | C2SoftFlacDec.cpp | 168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 209 fillEmptyWork(work); in process() 233 fillEmptyWork(work); in process()
|
D | C2SoftFlacEnc.cpp | 191 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 310 fillEmptyWork(work); in process()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 494 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/ |
D | C2SoftAmrNbEnc.cpp | 174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 271 fillEmptyWork(work); in process()
|
D | C2SoftAmrWbEnc.cpp | 256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 346 fillEmptyWork(work); in process()
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 352 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/ |
D | C2SoftMpeg4Enc.cpp | 293 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 464 fillEmptyWork(work); in process() 584 fillEmptyWork(work); in process()
|
D | C2SoftMpeg4Dec.cpp | 351 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/ |
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() 760 fillEmptyWork(work); in drainInternal()
|
/frameworks/av/media/codec2/components/vpx/ |
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() 902 fillEmptyWork(work); in drainInternal()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 690 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/ |
D | C2SoftHevcDec.cpp | 685 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork() function 959 fillEmptyWork(work); in process() 1000 fillEmptyWork(work); in drainInternal()
|
D | C2SoftHevcEnc.cpp | 481 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/ |
D | C2SoftMpeg2Dec.cpp | 766 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/ |
D | C2SoftXaacDec.cpp | 335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork() function 601 fillEmptyWork(work); in process()
|