Searched defs:fillWork (Results 1 - 8 of 8) sorted by relevance

/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp302 uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) {
314 fillWork(work);
301 finish( uint64_t frameIndex, std::function<void(const std::unique_ptr<C2Work> &)> fillWork) argument
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.cpp297 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { local
311 fillWork(work);
313 finish(index, fillWork);
/hardware/google/av/media/codecs/aac/
H A DC2SoftAacDec.cpp374 std::function<void(const std::unique_ptr<C2Work>&)> fillWork = local
424 fillWork(work);
426 finish(outInfo.frameIndex, fillWork);
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp298 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { local
312 fillWork(work);
314 finish(index, fillWork);
/hardware/google/av/media/codecs/xaac/
H A DC2SoftXaacDec.cpp269 auto fillWork = [buffer = createLinearBuffer(block)]( local
283 fillWork(work);
285 finish(mCurFrameIndex, fillWork);
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp717 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { local
731 fillWork(work);
733 finish(index, fillWork);
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.cpp679 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { local
693 fillWork(work);
695 finish(index, fillWork);
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.cpp730 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { local
744 fillWork(work);
746 finish(index, fillWork);

Completed in 172 milliseconds