Home
last modified time | relevance | path

Searched refs:m_channelConfiguration (Results 1 – 7 of 7) sorted by relevance

/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1238 if (asc->m_channelConfiguration == 0) { in GaSpecificConfig_Parse()
1286 const int channelConfiguration = asc->m_channelConfiguration; in ld_sbr_header()
1361 switch (asc->m_channelConfiguration) { in EldSpecificConfig_Parse()
1704 usc->m_channelConfigurationIndex = asc->m_channelConfiguration; in UsacRsv60DecoderConfig_Parse()
1969 asc->m_channelConfiguration = channelConfigurationIndex; in UsacConfig_Parse()
2140 self->m_channelConfiguration = FDKreadBits(bs, 4); in AudioSpecificConfig_Parse()
2415 asc->m_channelConfiguration = (audioMode) ? 2 : 1; in Drm_xHEAACStaticConfig()
2540 self->m_channelConfiguration = 1; in DrmRawSdcAudioConfig_Parse()
2543 self->m_channelConfiguration = 2; in DrmRawSdcAudioConfig_Parse()
2556 self->m_channelConfiguration = 1; in DrmRawSdcAudioConfig_Parse()
[all …]
Dtpdec_adts.cpp311 pAsc->m_channelConfiguration = bs.channel_config; in adtsRead_DecodeHeader()
Dtpdec_latm.cpp262 pAsc[TPDEC_TRACKINDEX(0, 0)].m_channelConfiguration * 32; in CLatmDemux_Read()
Dtpdec_lib.cpp1477 hTp->asc[0].m_channelConfiguration = 0; in transportDec_ReadAccessUnit()
/external/aac/libAACdec/src/
Daacdecoder.cpp1524 if (CProgramConfig_IsValid(&self->pce) && (asc->m_channelConfiguration > 0)) { in CAacDecoder_Init()
1531 CProgramConfig_GetDefault(tmpPce, asc->m_channelConfiguration); in CAacDecoder_Init()
1544 switch (asc->m_channelConfiguration) { in CAacDecoder_Init()
1585 ascChannels = asc->m_channelConfiguration; in CAacDecoder_Init()
1637 (asc->m_channelConfiguration > AACDEC_MAX_CH_CONF)) { in CAacDecoder_Init()
1645 if ((asc->m_channelConfiguration > 0) || IS_USAC(asc->m_aot)) { in CAacDecoder_Init()
1735 self->elements[i] = elementsTab[asc->m_channelConfiguration - 1][i]; in CAacDecoder_Init()
1753 self->chMapIndex = asc->m_channelConfiguration; in CAacDecoder_Init()
1764 self->streamInfo.channelConfig = asc->m_channelConfiguration; in CAacDecoder_Init()
1899 if ((asc->m_epConfig >= 0) && (asc->m_channelConfiguration <= 0)) { in CAacDecoder_Init()
/external/aac/libMpegTPDec/include/
Dtp_data.h315 SCHAR m_channelConfiguration; /**< Channel configuration index */ member
/external/aac/libMpegTPEnc/include/
Dtp_data.h315 SCHAR m_channelConfiguration; /**< Channel configuration index */ member