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.cpp390 c2_status_t C2SoftMpeg4Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg4Dec
600 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/mpeg2/
DC2SoftMpeg2Dec.h129 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
DC2SoftMpeg2Dec.cpp834 c2_status_t C2SoftMpeg2Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg2Dec
900 if (C2_OK != ensureDecoderState(pool)) { in process()
1036 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.cpp764 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftAvcDec
828 if (C2_OK != ensureDecoderState(pool)) { in process()
974 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()