Home
last modified time | relevance | path

Searched refs:finishWork (Results 1 – 20 of 20) sorted by relevance

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h53 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
DC2SoftMpeg4Dec.cpp346 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() function in android::C2SoftMpeg4Dec
671 finishWork(workIndex, work); in process()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h64 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
DC2SoftGav1Dec.cpp369 void C2SoftGav1Dec::finishWork(uint64_t index, in finishWork() function in android::C2SoftGav1Dec
741 finishWork(buffer->user_private_data, work, std::move(block)); in outputBuffer()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h86 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work,
DC2SoftVpxDec.cpp501 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork() function in android::C2SoftVpxDec
881 finishWork(((c2_cntr64_t *)img->user_priv)->peekull(), work, std::move(block)); in outputBuffer()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h68 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
DC2SoftAomDec.cpp377 void C2SoftAomDec::finishWork(uint64_t index, in finishWork() function in android::C2SoftAomDec
730 finishWork(*(int64_t*)img->user_priv, work, std::move(block)); in outputBuffer()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.h107 void finishWork(const std::unique_ptr<C2Work>& work,
DC2SoftXaacDec.cpp347 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork() function in android::C2SoftXaacDec
601 finishWork(work, pool); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h91 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
DC2SoftHevcEnc.h108 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
DC2SoftHevcDec.cpp702 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() function in android::C2SoftHevcDec
947 finishWork(ps_decode_op->u4_ts, work); in process()
1006 finishWork(ps_decode_op->u4_ts, work); in drainInternal()
DC2SoftHevcEnc.cpp897 void C2SoftHevcEnc::finishWork(uint64_t index, in finishWork() function in android::C2SoftHevcEnc
973 finishWork(s_encode_op.u8_pts, work, pool, &s_encode_op); in drainInternal()
1129 finishWork(s_encode_op.u8_pts, work, pool, &s_encode_op); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h132 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
DC2SoftAvcEnc.h244 void finishWork(uint64_t workIndex,
DC2SoftAvcDec.cpp711 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() function in android::C2SoftAvcDec
958 finishWork(ps_decode_op->u4_ts, work); in process()
1009 finishWork(ps_decode_op->u4_ts, work); in drainInternal()
DC2SoftAvcEnc.cpp1616 void C2SoftAvcEnc::finishWork(uint64_t workIndex, const std::unique_ptr<C2Work> &work, in finishWork() function in android::C2SoftAvcEnc
1876 finishWork(workId, work, ps_encode_op); in process()
1945 finishWork(workId, work, ps_encode_op); in drainInternal()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h130 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
DC2SoftMpeg2Dec.cpp779 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork() function in android::C2SoftMpeg2Dec
1010 finishWork(s_decode_op.u4_ts, work); in process()
1064 finishWork(s_decode_op.u4_ts, work); in drainInternal()