Searched refs:fillWork (Results 1 – 9 of 9) sorted by relevance
/hardware/google/av/media/codecs/base/include/ |
D | SimpleC2Component.h | 122 void finish(uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork); 139 std::function<void(const std::unique_ptr<C2Work> &)> fillWork);
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 351 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in finish() argument 363 fillWork(work); in finish() 373 std::function<void(const std::unique_ptr<C2Work> &)> fillWork) { in cloneAndSend() argument 389 fillWork(work); in cloneAndSend()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 366 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork() local 380 fillWork(work); in finishWork() 382 finish(index, fillWork); in finishWork()
|
/hardware/google/av/media/codecs/vpx/ |
D | C2SoftVpxDec.cpp | 407 auto fillWork = [buffer, index, intf = this->mIntf]( in finishWork() local 444 fillWork(work); in finishWork() 446 finish(index, fillWork); in finishWork()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 464 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = in drainRingBuffer() local 513 fillWork(work); in drainRingBuffer() 515 finish(outInfo.frameIndex, fillWork); in drainRingBuffer()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 769 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local 777 fillWork(work); in finishWork() 779 finish(index, fillWork); in finishWork()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 689 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local 697 fillWork(work); in finishWork() 699 finish(index, fillWork); in finishWork()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 687 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork() local 695 fillWork(work); in finishWork() 697 finish(index, fillWork); in finishWork()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 373 auto fillWork = [buffer = createLinearBuffer(block)]( in finishWork() local 387 fillWork(work); in finishWork() 389 finish(mCurFrameIndex, fillWork); in finishWork()
|