Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Daacdecoder_lib.cpp149 …AC_DECODER_ERROR aacDecoder_Config(HANDLE_AACDECODER self, const CSAudioSpecificConfig *pAscStruct) in aacDecoder_Config() argument
154 err = CAacDecoder_Init(self, pAscStruct); in aacDecoder_Config()
198 static INT aacDecoder_ConfigCallback(void *handle, const CSAudioSpecificConfig *pAscStruct) in aacDecoder_ConfigCallback() argument
206 err = aacDecoder_Config(self, pAscStruct); in aacDecoder_ConfigCallback()