HomeSort by relevance Sort by last modified time
    Searched defs:finishWork (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/codec2/components/mpeg4_h263/
C2SoftMpeg4Dec.cpp 366 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) {
688 finishWork(workIndex, work);
  /frameworks/av/media/codec2/components/aom/
C2SoftAomDec.cpp 373 void C2SoftAomDec::finishWork(uint64_t index,
407 ALOGE("finishWork: Config update size failed");
729 finishWork(*(int64_t*)img->user_priv, work, std::move(block));
  /frameworks/av/media/codec2/components/avc/
C2SoftAvcDec.cpp 687 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) {
    [all...]
C2SoftAvcEnc.cpp     [all...]
  /frameworks/av/media/codec2/components/hevc/
C2SoftHevcDec.cpp 683 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) {
    [all...]
C2SoftHevcEnc.cpp 708 void C2SoftHevcEnc::finishWork(uint64_t index,
784 finishWork(s_encode_op.u8_pts, work, pool, &s_encode_op);
    [all...]
  /frameworks/av/media/codec2/components/vpx/
C2SoftVpxDec.cpp 500 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work,
533 ALOGE("finishWork: Config update size failed");
861 finishWork(*(int64_t *)img->user_priv, work, std::move(block));
    [all...]
  /frameworks/av/media/codec2/components/mpeg2/
C2SoftMpeg2Dec.cpp 761 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) {
    [all...]
  /frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.cpp 346 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work,
598 finishWork(work, pool);
    [all...]

Completed in 275 milliseconds