/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.h | 53 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
|
D | C2SoftMpeg4Dec.cpp | 346 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/ |
D | C2SoftGav1Dec.h | 64 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
|
D | C2SoftGav1Dec.cpp | 369 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/ |
D | C2SoftVpxDec.h | 86 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work,
|
D | C2SoftVpxDec.cpp | 501 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/ |
D | C2SoftAomDec.h | 68 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
|
D | C2SoftAomDec.cpp | 377 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/ |
D | C2SoftXaacDec.h | 107 void finishWork(const std::unique_ptr<C2Work>& work,
|
D | C2SoftXaacDec.cpp | 347 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/ |
D | C2SoftHevcDec.h | 91 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
|
D | C2SoftHevcEnc.h | 108 void finishWork(uint64_t index, const std::unique_ptr<C2Work>& work,
|
D | C2SoftHevcDec.cpp | 702 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()
|
D | C2SoftHevcEnc.cpp | 897 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/ |
D | C2SoftAvcDec.h | 132 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
|
D | C2SoftAvcEnc.h | 244 void finishWork(uint64_t workIndex,
|
D | C2SoftAvcDec.cpp | 711 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()
|
D | C2SoftAvcEnc.cpp | 1616 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/ |
D | C2SoftMpeg2Dec.h | 130 void finishWork(uint64_t index, const std::unique_ptr<C2Work> &work);
|
D | C2SoftMpeg2Dec.cpp | 779 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()
|