/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | get_audio_specific_config.cpp | 323 pVars->mc_info.upsamplingFactor = 1; /* default to regular AAC */ in get_audio_specific_config() 340 pVars->mc_info.ExtendedAudioObjectType = audioObjectType; /* default */ in get_audio_specific_config() 384 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; in get_audio_specific_config() 385 pVars->mc_info.sbrPresentFlag = 1; in get_audio_specific_config() 389 pVars->mc_info.psPresentFlag = 1; in get_audio_specific_config() 390 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_PS; in get_audio_specific_config() 428 if ((pVars->mc_info.audioObjectType != MP4AUDIO_AAC_LC) && in get_audio_specific_config() 429 (pVars->mc_info.audioObjectType != MP4AUDIO_LTP)) in get_audio_specific_config() 455 pVars->mc_info.sbrPresentFlag = get1bits(pInputStream); /* sbrPresentFlag */ in get_audio_specific_config() 456 if (pVars->mc_info.sbrPresentFlag == 1) in get_audio_specific_config() [all …]
|
D | sbr_applied.cpp | 204 pVars->mc_info.psPresentFlag = sbrEnablePS; in sbr_applied() 208 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_PS; in sbr_applied() 219 if (pVars->mc_info.ExtendedAudioObjectType != MP4AUDIO_PS) in sbr_applied() 221 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; in sbr_applied() 223 if (pVars->mc_info.nch > 1) in sbr_applied() 235 pVars->mc_info.psPresentFlag = sbrEnablePS; in sbr_applied() 241 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; in sbr_applied() 243 if (pVars->mc_info.nch > 1) in sbr_applied() 254 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; in sbr_applied() 266 if (pVars->mc_info.ExtendedAudioObjectType == MP4AUDIO_AAC_LC) in sbr_applied() [all …]
|
D | pvmp4setaudioconfig.cpp | 250 pVars->mc_info.sbrPresentFlag = 0; in PVMP4SetAudioConfig() 251 pVars->mc_info.psPresentFlag = 0; in PVMP4SetAudioConfig() 253 pVars->mc_info.bDownSampledSbr = 0; in PVMP4SetAudioConfig() 255 pVars->mc_info.implicit_channeling = 0; in PVMP4SetAudioConfig() 256 pVars->mc_info.nch = num_ch; in PVMP4SetAudioConfig() 257 pVars->mc_info.upsamplingFactor = upsamplingFactor; in PVMP4SetAudioConfig() 289 status = set_mc_info(&(pVars->mc_info), in PVMP4SetAudioConfig() 303 status = set_mc_info(&(pVars->mc_info), in PVMP4SetAudioConfig() 311 pVars->mc_info.sbrPresentFlag = 1; in PVMP4SetAudioConfig() 314 pVars->mc_info.psPresentFlag = 1; in PVMP4SetAudioConfig() [all …]
|
D | sbr_dec.cpp | 411 if ((pVars->mc_info.psPresentFlag) && (applyProcessing) && in sbr_dec() 543 if (pVars->mc_info.bDownSampledSbr) in sbr_dec() 601 if (pVars->mc_info.bDownSampledSbr) in sbr_dec() 607 pVars->mc_info.bDownSampledSbr); in sbr_dec() 615 pVars->mc_info.bDownSampledSbr); in sbr_dec() 650 if (pVars->mc_info.bDownSampledSbr) in sbr_dec() 667 if (pVars->mc_info.bDownSampledSbr) in sbr_dec() 674 pVars->mc_info.bDownSampledSbr); in sbr_dec() 682 pVars->mc_info.bDownSampledSbr); in sbr_dec() 687 if (pVars->mc_info.bDownSampledSbr) in sbr_dec() [all …]
|
D | pvmp4audiodecoderinitlibrary.cpp | 285 pVars->mc_info.sampling_rate_idx = Fs_44; /* Fs_44 = 4, 44.1kHz */ in PVMP4AudioDecoderInitLibrary() 308 pVars->mc_info.sampling_rate_idx, in PVMP4AudioDecoderInitLibrary() 403 pVars->mc_info.upsamplingFactor = 1; in PVMP4AudioDecoderDisableAacPlus() 404 pVars->mc_info.psPresentFlag = 0; in PVMP4AudioDecoderDisableAacPlus() 405 pVars->mc_info.sbrPresentFlag = 0; in PVMP4AudioDecoderDisableAacPlus()
|
D | get_ga_specific_config.cpp | 358 pVars->mc_info.implicit_channeling = 1; in get_GA_specific_config() 371 pVars->mc_info.nch = 1; in get_GA_specific_config() 389 &(pVars->mc_info), in get_GA_specific_config()
|
D | get_adif_header.cpp | 424 pVars->mc_info.audioObjectType == MP4AUDIO_AAC_LC) in get_adif_header() 426 pVars->mc_info.upsamplingFactor = 2; in get_adif_header() 428 pVars->mc_info.sbrPresentFlag = 1; in get_adif_header()
|
D | get_adts_header.cpp | 515 &(pVars->mc_info), in get_adts_header() 535 pVars->mc_info.upsamplingFactor = 2; in get_adts_header() 537 pVars->mc_info.sbrPresentFlag = 1; in get_adts_header()
|
D | huffdecode.cpp | 410 pMcInfo = &pVars->mc_info; in huffdecode() 419 if (pVars->mc_info.implicit_channeling) /* check done only once */ in huffdecode() 452 (tMP4AudioObjectType) pVars->mc_info.audioObjectType, in huffdecode()
|
D | pvmp4audiodecoderframe.cpp | 541 pMC_Info = &pVars->mc_info; in PVMP4AudioDecodeFrame() 784 if ((pVars->mc_info.ExtendedAudioObjectType == MP4AUDIO_AAC_LC) && in PVMP4AudioDecodeFrame() 1058 if (pVars->mc_info.audioObjectType == MP4AUDIO_LTP) in PVMP4AudioDecodeFrame() 1104 if (pVars->mc_info.audioObjectType == MP4AUDIO_LTP) in PVMP4AudioDecodeFrame() 1160 sbr_open(samp_rate_info[pVars->mc_info.sampling_rate_idx].samp_rate, in PVMP4AudioDecodeFrame() 1163 pVars->mc_info.bDownSampledSbr); in PVMP4AudioDecodeFrame() 1363 samp_rate_info[pVars->mc_info.sampling_rate_idx].samp_rate; in PVMP4AudioDecodeFrame() 1365 pVars->mc_info.implicit_channeling = 0; /* disable flag, as this is allowed in PVMP4AudioDecodeFrame()
|
D | getics.cpp | 469 pVars->mc_info.audioObjectType, in getics() 623 &pVars->mc_info, in getics()
|
D | s_tdec_int_file.h | 177 MC_Info mc_info; member
|
D | pvmp4audiodecoderconfig.cpp | 250 pExt->aacPlusUpsamplingFactor = pVars->mc_info.upsamplingFactor; in PVMP4AudioDecoderConfig()
|
D | get_prog_config.cpp | 727 &pVars->mc_info, in get_prog_config()
|
D | pvmp4audiodecoderresetbuffer.cpp | 317 else if (pVars->mc_info.psPresentFlag == 1) in PVMP4AudioDecoderResetBuffer()
|
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/ |
D | get_audio_specific_config.cpp | 323 pVars->mc_info.upsamplingFactor = 1; /* default to regular AAC */ in get_audio_specific_config() 340 pVars->mc_info.ExtendedAudioObjectType = audioObjectType; /* default */ in get_audio_specific_config() 384 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; in get_audio_specific_config() 385 pVars->mc_info.sbrPresentFlag = 1; in get_audio_specific_config() 389 pVars->mc_info.psPresentFlag = 1; in get_audio_specific_config() 390 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_PS; in get_audio_specific_config() 428 if ((pVars->mc_info.audioObjectType != MP4AUDIO_AAC_LC) && in get_audio_specific_config() 429 (pVars->mc_info.audioObjectType != MP4AUDIO_LTP)) in get_audio_specific_config() 455 pVars->mc_info.sbrPresentFlag = get1bits(pInputStream); /* sbrPresentFlag */ in get_audio_specific_config() 456 if (pVars->mc_info.sbrPresentFlag == 1) in get_audio_specific_config() [all …]
|
D | getactualaacconfig.cpp | 229 pMC_Info = &pVars->mc_info; in OSCL_DLL_ENTRY_POINT_DEFAULT() 273 *NumChannels = pVars->mc_info.nch; in OSCL_DLL_ENTRY_POINT_DEFAULT() 279 if (pVars->mc_info.audioObjectType != pVars->mc_info.ExtendedAudioObjectType) in OSCL_DLL_ENTRY_POINT_DEFAULT() 281 *aAudioObjectType = pVars->mc_info.ExtendedAudioObjectType; in OSCL_DLL_ENTRY_POINT_DEFAULT() 285 *aAudioObjectType = pVars->mc_info.audioObjectType; in OSCL_DLL_ENTRY_POINT_DEFAULT() 293 if (pVars->mc_info.sbrPresentFlag) in OSCL_DLL_ENTRY_POINT_DEFAULT() 295 if (pVars->mc_info.psPresentFlag) in OSCL_DLL_ENTRY_POINT_DEFAULT()
|
D | pvmp4audiodecoderinitlibrary.cpp | 285 pVars->mc_info.sampling_rate_idx = Fs_44; /* Fs_44 = 4, 44.1kHz */ in PVMP4AudioDecoderInitLibrary() 308 pVars->mc_info.sampling_rate_idx, in PVMP4AudioDecoderInitLibrary() 403 pVars->mc_info.upsamplingFactor = 1; in PVMP4AudioDecoderDisableAacPlus() 404 pVars->mc_info.psPresentFlag = 0; in PVMP4AudioDecoderDisableAacPlus() 405 pVars->mc_info.sbrPresentFlag = 0; in PVMP4AudioDecoderDisableAacPlus()
|
D | get_ga_specific_config.cpp | 358 pVars->mc_info.implicit_channeling = 1; in get_GA_specific_config() 371 pVars->mc_info.nch = 1; in get_GA_specific_config() 389 &(pVars->mc_info), in get_GA_specific_config()
|
D | get_prog_config.cpp | 727 &pVars->mc_info, in get_prog_config()
|