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.cpp387 c2_status_t C2SoftMpeg4Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg4Dec
597 c2_status_t err = ensureDecoderState(pool); in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h91 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftHevcDec.cpp760 c2_status_t C2SoftHevcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftHevcDec
826 if (C2_OK != ensureDecoderState(pool)) { in process()
978 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h132 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftAvcDec.cpp765 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftAvcDec
829 if (C2_OK != ensureDecoderState(pool)) { in process()
975 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h129 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftMpeg2Dec.cpp841 c2_status_t C2SoftMpeg2Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg2Dec
907 if (C2_OK != ensureDecoderState(pool)) { in process()
1043 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()