Home
last modified time | relevance | path

Searched refs:ensureDecoderState (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.h52 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftMpeg4Dec.cpp350 c2_status_t C2SoftMpeg4Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg4Dec
525 c2_status_t err = ensureDecoderState(pool); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h87 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftHevcDec.cpp773 c2_status_t C2SoftHevcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftHevcDec
839 if (C2_OK != ensureDecoderState(pool)) { in process()
992 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h125 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftMpeg2Dec.cpp849 c2_status_t C2SoftMpeg2Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg2Dec
915 if (C2_OK != ensureDecoderState(pool)) { in process()
1049 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h128 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftAvcDec.cpp780 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftAvcDec
844 if (C2_OK != ensureDecoderState(pool)) { in process()
992 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()