Home
last modified time | relevance | path

Searched refs:AC_RSVD50 (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Dchannelinfo.cpp138 if ( !(flags & (AC_USAC|AC_RSVD50)) ) { in IcsRead()
164 …if ( !(flags & (AC_ELD|AC_SCALABLE|AC_BSAC|AC_USAC|AC_RSVD50)) ) /* If not ELD nor Scalable nor BS… in IcsRead()
Daacdecoder.cpp1182 if ( ! (self->flags & (AC_USAC|AC_RSVD50)) ) { in CAacDecoder_DecodeFrame()
1220 if (! (self->flags & (AC_USAC|AC_RSVD50|AC_ELD|AC_SCALABLE|AC_ER))) in CAacDecoder_DecodeFrame()
1252 if ( !(self->flags & (AC_USAC|AC_RSVD50)) ) { in CAacDecoder_DecodeFrame()
1498 …if ( (bitCnt > 0) && (self->flags & AC_SBR_PRESENT) && (self->flags & (AC_USAC|AC_RSVD50|AC_ELD|AC… in CAacDecoder_DecodeFrame()
1543 if ( ! (self->flags & (AC_USAC|AC_RSVD50|AC_DRM)) ) in CAacDecoder_DecodeFrame()
Dblock.cpp202 if (flags & (AC_MPS_RES|AC_USAC|AC_RSVD50)) { in CBlock_ReadScaleFactorData()
640 if ( !(flags & (AC_USAC|AC_RSVD50|AC_MPS_RES)) ) { in ApplyTools()
Daacdecoder_lib.cpp210 if ( self->flags & (AC_USAC|AC_RSVD50|AC_LD|AC_ELD) in aacDecoder_ConfigCallback()
Dconceal.cpp938 if ( !(flags & (AC_USAC|AC_RSVD50)) in CConcealment_ApplyNoise()
/external/aac/libSYS/include/
DFDK_audio.h301 #define AC_RSVD50 0x001000 /*!< Rsvd50 */ macro