HomeSort by relevance Sort by last modified time
    Searched refs:mIsCodecInitialized (Results 1 - 4 of 4) sorted by null

  /hardware/google/av/media/codecs/xaac/
C2SoftXaacDec.h 76 bool mIsCodecInitialized;
C2SoftXaacDec.cpp 158 mIsCodecInitialized = false;
180 mIsCodecInitialized = false;
415 if (!mIsCodecInitialized) {
453 if (mIsCodecInitialized) {
466 if ((0 != errorCode) && (0 == mNumOutBytes) && mIsCodecInitialized)
550 mIsCodecInitialized = false;
552 mIsCodecInitialized = true;
557 if (mIsCodecInitialized) configflushDecode();
821 mIsCodecInitialized = false; /* Codec needs to be Reinitialized after flush */
    [all...]
  /frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.h 117 bool mIsCodecInitialized;
SoftXAAC.cpp 106 mIsCodecInitialized(false),
122 mIsCodecInitialized = false;
548 if (mIsCodecInitialized) {
684 if (!mIsCodecInitialized) {
715 if (mIsCodecInitialized) {
729 if ((0 != errorCode) && (0 == numOutBytes) && mIsCodecInitialized) {
831 if (mIsCodecInitialized) {
    [all...]

Completed in 167 milliseconds