Home
last modified time | relevance | path

Searched refs:mIsCodecInitialized (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp106 mIsCodecInitialized(false), in SoftXAAC()
129 mIsCodecInitialized = false; in ~SoftXAAC()
535 if (mIsCodecInitialized) { in onQueueFilled()
668 if (!mIsCodecInitialized) { in onQueueFilled()
698 if (mIsCodecInitialized) { in onQueueFilled()
716 if ((0 != errorCode) && (0 == numOutBytes) && mIsCodecInitialized) { in onQueueFilled()
818 if (mIsCodecInitialized) { in onPortFlushCompleted()
859 mIsCodecInitialized = true; in configflushDecode()
1075 mIsCodecInitialized = false; /* Codec needs to be Reinitialized after flush */ in configXAACDecoder()
1103 mIsCodecInitialized = true; in configXAACDecoder()
DSoftXAAC.h116 bool mIsCodecInitialized; member
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp259 mIsCodecInitialized = false; in onInit()
517 if (!mIsCodecInitialized) { in process()
554 if (mIsCodecInitialized) { in process()
571 if ((IA_NO_ERROR != errorCode) && (0 == mNumOutBytes) && mIsCodecInitialized) in process()
657 mIsCodecInitialized = true; in configflushDecode()
663 if (mIsCodecInitialized) { in onFlush_sm()
955 mIsCodecInitialized = false; /* Codec needs to be Reinitialized after flush */ in configXAACDecoder()
991 mIsCodecInitialized = true; in configXAACDecoder()
DC2SoftXaacDec.h86 bool mIsCodecInitialized; member