Home
last modified time | relevance | path

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

/external/aac/libMpegTPDec/src/
Dtpdec_latm.cpp135 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()
Dtpdec_lib.cpp274 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 …]
Dtpdec_drm.h200 const UCHAR configChanged);
Dtpdec_latm.h179 int *pfConfigFound, UCHAR configMode, UCHAR configChanged);
Dtpdec_asc.cpp2116 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/
Dtp_data.h365 const UCHAR configMode, UCHAR *configChanged);
373 const UCHAR configMode, UCHAR *configChanged);
381 const UCHAR configMode, UCHAR *configChanged,
/external/aac/libMpegTPDec/include/
Dtp_data.h365 const UCHAR configMode, UCHAR *configChanged);
373 const UCHAR configMode, UCHAR *configChanged);
381 const UCHAR configMode, UCHAR *configChanged,
Dtpdec_lib.h316 UCHAR configChanged, AUDIO_OBJECT_TYPE m_aot);
371 const UCHAR buildUpStatus, UCHAR *configChanged, const UINT layer,
/external/aac/libSBRdec/include/
Dsbrdecoder.h234 const UCHAR configMode, UCHAR *configChanged, const INT downscaleFactor);
264 const UCHAR configMode, UCHAR *configChanged,
/external/aac/libSACdec/src/
Dsac_calcM1andM2.h122 int configChanged);
Dsac_calcM1andM2.cpp753 int configChanged) { in initM1andM2() argument
756 self->bOverwriteM1M2prev = (configChanged && !initStatesFlag) ? 1 : 0; in initM1andM2()
Dsac_dec_lib.cpp704 const UCHAR configMode, UCHAR *configChanged) { in mpegSurroundDecoder_Config() argument
761 if (*configChanged) { in mpegSurroundDecoder_Config()
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp179 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()
Daacdecoder.cpp665 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 …]
Daacdecoder.h415 UCHAR *configChanged);
/external/aac/libSACdec/include/
Dsac_dec_lib.h320 const UCHAR configMode, UCHAR *configChanged);
/external/aac/libSBRdec/src/
Dsbrdecoder.cpp534 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/
Daacenc_lib.cpp1208 const UCHAR configMode, UCHAR *configChanged, in aacenc_SbrCallback() argument
1222 const UCHAR configMode, UCHAR *configChanged) { in aacenc_SscCallback() argument