Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp126 CSTpCallBacks *pTpDecCallbacks, CSAudioSpecificConfig *pAsc, in CLatmDemux_ReadAudioMuxElement() argument
149 bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigFound, in CLatmDemux_ReadAudioMuxElement()
157 if (pAsc->m_sc.m_usacConfig.element[0] in CLatmDemux_ReadAudioMuxElement()
183 bs, pLatmDemux, pTpDecCallbacks, pAsc, pfConfigFound, in CLatmDemux_ReadAudioMuxElement()
189 if ((i == 0) && (pAsc->AacConfigChanged || pAsc->SbrConfigChanged || in CLatmDemux_ReadAudioMuxElement()
190 pAsc->SacConfigChanged)) { in CLatmDemux_ReadAudioMuxElement()
195 pAsc); in CLatmDemux_ReadAudioMuxElement()
239 CSAudioSpecificConfig *pAsc, in CLatmDemux_Read() argument
255 pTpDecCallbacks, pAsc, pfConfigFound))) in CLatmDemux_Read()
262 pAsc[TPDEC_TRACKINDEX(0, 0)].m_channelConfiguration * 32; in CLatmDemux_Read()
[all …]
Dtpdec_adts.cpp167 CSAudioSpecificConfig *pAsc, in adtsRead_DecodeHeader() argument
181 FDKmemcpy(&oldPce, &pAsc->m_progrConfigElement, sizeof(CProgramConfig)); in adtsRead_DecodeHeader()
307 AudioSpecificConfig_Init(pAsc); in adtsRead_DecodeHeader()
308 pAsc->m_aot = (AUDIO_OBJECT_TYPE)(bs.profile + 1); in adtsRead_DecodeHeader()
309 pAsc->m_samplingFrequencyIndex = bs.sample_freq_index; in adtsRead_DecodeHeader()
310 pAsc->m_samplingFrequency = SamplingRateTable[bs.sample_freq_index]; in adtsRead_DecodeHeader()
311 pAsc->m_channelConfiguration = bs.channel_config; in adtsRead_DecodeHeader()
312 pAsc->m_samplesPerFrame = 1024; in adtsRead_DecodeHeader()
322 CProgramConfig_Read(&pAsc->m_progrConfigElement, hBs, alignAnchor); in adtsRead_DecodeHeader()
342 FDKmemcpy(&pAsc->m_progrConfigElement, &oldPce, sizeof(CProgramConfig)); in adtsRead_DecodeHeader()
Dtpdec_latm.h159 CSAudioSpecificConfig *pAsc,
178 CSTpCallBacks *pTpDecCallbacks, CSAudioSpecificConfig *pAsc,
Dtpdec_drm.h196 TRANSPORTDEC_ERROR DrmRawSdcAudioConfig_Parse(CSAudioSpecificConfig *pAsc,
Dtpdec_adts.h217 CSAudioSpecificConfig *pAsc,
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h294 void AudioSpecificConfig_Init(CSAudioSpecificConfig *pAsc);
314 CSAudioSpecificConfig *pAsc, HANDLE_FDK_BITSTREAM hBs,