Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/include/
Dtp_data.h263 …SCHAR m_epConfig; /**< Error protection index … member
/external/aac/libMpegTPEnc/include/
Dtp_data.h263 …SCHAR m_epConfig; /**< Error protection index … member
/external/aac/libAACdec/src/
Daacdecoder.cpp979 self->flags |= (asc->m_epConfig >= 0) ? AC_ER : 0; in CAacDecoder_Init()
990 if ( (asc->m_epConfig >= 0) in CAacDecoder_Init()
996 self->streamInfo.epConfig = asc->m_epConfig; in CAacDecoder_Init()
999 if (asc->m_epConfig > 1) in CAacDecoder_Init()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1230 asc->m_epConfig = -1; in AudioSpecificConfig_Init()
1358 self->m_epConfig = FDKreadBits(bs,2); in AudioSpecificConfig_Parse()
1360 if (self->m_epConfig > 1) { in AudioSpecificConfig_Parse()