Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.h52 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
H A DC2SoftMpeg4Dec.cpp370 c2_status_t C2SoftMpeg4Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg4Dec
580 c2_status_t err = ensureDecoderState(pool); in process()
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcDec.h90 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
H A DC2SoftHevcDec.cpp765 c2_status_t C2SoftHevcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftHevcDec
831 if (C2_OK != ensureDecoderState(pool)) { in process()
984 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcDec.h131 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
H A DC2SoftAvcDec.cpp774 c2_status_t C2SoftAvcDec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftAvcDec
838 if (C2_OK != ensureDecoderState(pool)) { in process()
987 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()
/aosp12/frameworks/av/media/codec2/components/mpeg2/
H A DC2SoftMpeg2Dec.h129 c2_status_t ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool);
H A DC2SoftMpeg2Dec.cpp842 c2_status_t C2SoftMpeg2Dec::ensureDecoderState(const std::shared_ptr<C2BlockPool> &pool) { in ensureDecoderState() function in android::C2SoftMpeg2Dec
908 if (C2_OK != ensureDecoderState(pool)) { in process()
1044 if (C2_OK != ensureDecoderState(pool)) { in drainInternal()