/external/aac/libMpegTPDec/src/ |
D | tpdec_latm.cpp | 135 UCHAR configChanged = 0; in CLatmDemux_ReadAudioMuxElement() local 150 configMode, configChanged))) { in CLatmDemux_ReadAudioMuxElement() 184 configMode, configChanged))) { in CLatmDemux_ReadAudioMuxElement() 193 configChanged = 1; in CLatmDemux_ReadAudioMuxElement() 286 int *pfConfigFound, UCHAR configMode, UCHAR configChanged) { in CLatmDemux_ReadStreamMuxConfig() argument 386 pTpDecCallbacks, configMode, configChanged, in CLatmDemux_ReadStreamMuxConfig() 393 configChanged, AOT_NULL_OBJECT))) in CLatmDemux_ReadStreamMuxConfig() 409 configChanged, AOT_NULL_OBJECT))) in CLatmDemux_ReadStreamMuxConfig() 415 configChanged, AOT_NULL_OBJECT))) in CLatmDemux_ReadStreamMuxConfig()
|
D | tpdec_lib.cpp | 274 UCHAR configChanged = 0; in transportDec_OutOfBandConfig() local 301 configMode, configChanged); in transportDec_OutOfBandConfig() 310 configChanged, AOT_NULL_OBJECT); in transportDec_OutOfBandConfig() 326 configMode, configChanged); in transportDec_OutOfBandConfig() 346 configChanged = 1; in transportDec_OutOfBandConfig() 367 UCHAR *configChanged, UINT layer, in transportDec_InBandConfig() argument 399 *configChanged = 0; in transportDec_InBandConfig() 480 *configChanged = 0; in transportDec_InBandConfig() 491 *configChanged, hTp->asc[layer].m_aot); in transportDec_InBandConfig() 506 *configChanged = 1; in transportDec_InBandConfig() [all …]
|
D | tpdec_drm.h | 200 const UCHAR configChanged);
|
D | tpdec_latm.h | 179 int *pfConfigFound, UCHAR configMode, UCHAR configChanged);
|
D | tpdec_asc.cpp | 2116 UCHAR configChanged, AUDIO_OBJECT_TYPE m_aot) { in AudioSpecificConfig_Parse() argument 2124 self->AacConfigChanged = configChanged; in AudioSpecificConfig_Parse() 2125 self->SbrConfigChanged = configChanged; in AudioSpecificConfig_Parse() 2126 self->SacConfigChanged = configChanged; in AudioSpecificConfig_Parse() 2440 UCHAR configMode, UCHAR configChanged) { in DrmRawSdcAudioConfig_Parse() argument 2464 self->AacConfigChanged = configChanged; in DrmRawSdcAudioConfig_Parse() 2465 self->SbrConfigChanged = configChanged; in DrmRawSdcAudioConfig_Parse() 2466 self->SacConfigChanged = configChanged; in DrmRawSdcAudioConfig_Parse()
|
/external/aac/libMpegTPEnc/include/ |
D | tp_data.h | 365 const UCHAR configMode, UCHAR *configChanged); 373 const UCHAR configMode, UCHAR *configChanged); 381 const UCHAR configMode, UCHAR *configChanged,
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 365 const UCHAR configMode, UCHAR *configChanged); 373 const UCHAR configMode, UCHAR *configChanged); 381 const UCHAR configMode, UCHAR *configChanged,
|
D | tpdec_lib.h | 316 UCHAR configChanged, AUDIO_OBJECT_TYPE m_aot); 371 const UCHAR buildUpStatus, UCHAR *configChanged, const UINT layer,
|
/external/aac/libSBRdec/include/ |
D | sbrdecoder.h | 234 const UCHAR configMode, UCHAR *configChanged, const INT downscaleFactor); 264 const UCHAR configMode, UCHAR *configChanged,
|
/external/aac/libSACdec/src/ |
D | sac_calcM1andM2.h | 122 int configChanged);
|
D | sac_calcM1andM2.cpp | 753 int configChanged) { in initM1andM2() argument 756 self->bOverwriteM1M2prev = (configChanged && !initStatesFlag) ? 1 : 0; in initM1andM2()
|
D | sac_dec_lib.cpp | 704 const UCHAR configMode, UCHAR *configChanged) { in mpegSurroundDecoder_Config() argument 761 if (*configChanged) { in mpegSurroundDecoder_Config()
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 179 UCHAR configMode, UCHAR *configChanged) { in aacDecoder_Config() argument 183 err = CAacDecoder_Init(self, pAscStruct, configMode, configChanged); in aacDecoder_Config() 275 UCHAR configMode, UCHAR *configChanged) { in aacDecoder_ConfigCallback() argument 282 { err = aacDecoder_Config(self, pAscStruct, configMode, configChanged); } in aacDecoder_ConfigCallback() 376 const UCHAR stereoConfigIndex, const UCHAR configMode, UCHAR *configChanged, in aacDecoder_SbrCallback() argument 383 configMode, configChanged, downscaleFactor); in aacDecoder_SbrCallback() 394 UCHAR *configChanged) { in aacDecoder_SscCallback() argument 402 configBytes, configMode, configChanged); in aacDecoder_SscCallback()
|
D | aacdecoder.cpp | 665 UCHAR configChanged = 0; in CAacDecoder_PreRollExtensionPayloadParse() local 729 self->buildUpStatus, &configChanged, 0, in CAacDecoder_PreRollExtensionPayloadParse() 941 UCHAR configChanged = 0; in CAacDecoder_ExtPayloadParse() local 954 0, configMode, &configChanged, self->downscaleFactor); in CAacDecoder_ExtPayloadParse() 1478 UCHAR configMode, UCHAR *configChanged) { in CAacDecoder_Init() argument 1942 *configChanged = 1; in CAacDecoder_Init() 1980 if (*configChanged) { in CAacDecoder_Init() 2296 if (*configChanged) { in CAacDecoder_Init() 2347 if (*configChanged) { in CAacDecoder_Init() 2642 UCHAR configChanged = 0; in CAacDecoder_DecodeFrame() local [all …]
|
D | aacdecoder.h | 415 UCHAR *configChanged);
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 320 const UCHAR configMode, UCHAR *configChanged);
|
/external/aac/libSBRdec/src/ |
D | sbrdecoder.cpp | 534 const UCHAR configMode, UCHAR *configChanged, const INT downscaleFactor) { in sbrDecoder_InitElement() argument 573 *configChanged = 1; in sbrDecoder_InitElement() 806 const UCHAR configMode, UCHAR *configChanged, in sbrDecoder_Header() argument 830 elementIndex, harmonicSBR, stereoConfigIndex, configMode, configChanged, in sbrDecoder_Header()
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1208 const UCHAR configMode, UCHAR *configChanged, in aacenc_SbrCallback() argument 1222 const UCHAR configMode, UCHAR *configChanged) { in aacenc_SscCallback() argument
|