/frameworks/base/media/libstagefright/codecs/aacdec/ |
get_audio_specific_config.cpp | 54 used, and pVars->mc_info, pVars->prog_config, 70 pVars->mc_info contents are updated with channel information. 156 MODIFYING (pVars->mc_info,channel_config,pInputStream) 323 pVars->mc_info.upsamplingFactor = 1; /* default to regular AAC */ 330 * MC_Info, rather than first setting the values in pVars->prog_config 331 * and then copy these values to MC_Info by calling set_mc_info. 340 pVars->mc_info.ExtendedAudioObjectType = audioObjectType; /* default */ 384 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; 385 pVars->mc_info.sbrPresentFlag = 1; 389 pVars->mc_info.psPresentFlag = 1 [all...] |
pvmp4setaudioconfig.cpp | 250 pVars->mc_info.sbrPresentFlag = 0; 251 pVars->mc_info.psPresentFlag = 0; 253 pVars->mc_info.bDownSampledSbr = 0; 255 pVars->mc_info.implicit_channeling = 0; 256 pVars->mc_info.nch = num_ch; 257 pVars->mc_info.upsamplingFactor = upsamplingFactor; 289 status = set_mc_info(&(pVars->mc_info), 303 status = set_mc_info(&(pVars->mc_info), 311 pVars->mc_info.sbrPresentFlag = 1; 314 pVars->mc_info.psPresentFlag = 1 [all...] |
pvmp4audiodecoderinitlibrary.cpp | 141 pVars->mc_info.sampling_rate_idx = Fs_44 151 samp_rate_indx = pVars->mc_info.sampling_rate_idx, 285 pVars->mc_info.sampling_rate_idx = Fs_44; /* Fs_44 = 4, 44.1kHz */ 308 pVars->mc_info.sampling_rate_idx, 403 pVars->mc_info.upsamplingFactor = 1; 404 pVars->mc_info.psPresentFlag = 0; 405 pVars->mc_info.sbrPresentFlag = 0;
|
sbr_applied.cpp | 204 pVars->mc_info.psPresentFlag = sbrEnablePS; 208 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_PS; 219 if (pVars->mc_info.ExtendedAudioObjectType != MP4AUDIO_PS) 221 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; 223 if (pVars->mc_info.nch > 1) 235 pVars->mc_info.psPresentFlag = sbrEnablePS; 241 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; 243 if (pVars->mc_info.nch > 1) 254 pVars->mc_info.ExtendedAudioObjectType = MP4AUDIO_SBR; 266 if (pVars->mc_info.ExtendedAudioObjectType == MP4AUDIO_AAC_LC [all...] |
get_adif_header.cpp | 424 pVars->mc_info.audioObjectType == MP4AUDIO_AAC_LC) 426 pVars->mc_info.upsamplingFactor = 2; 428 pVars->mc_info.sbrPresentFlag = 1;
|
get_ga_specific_config.cpp | 48 pVars->mc_info, pVars->pWinSeqInfo, pVars->SFBWidth128 74 pVars->mc_info contents are updated with channel information. 156 pMC_Info = &(pVars->mc_info), 358 pVars->mc_info.implicit_channeling = 1; 371 pVars->mc_info.nch = 1; 389 &(pVars->mc_info),
|
sbr_dec.cpp | 411 if ((pVars->mc_info.psPresentFlag) && (applyProcessing) && 543 if (pVars->mc_info.bDownSampledSbr) 601 if (pVars->mc_info.bDownSampledSbr) 607 pVars->mc_info.bDownSampledSbr); 615 pVars->mc_info.bDownSampledSbr); 650 if (pVars->mc_info.bDownSampledSbr) 667 if (pVars->mc_info.bDownSampledSbr) 674 pVars->mc_info.bDownSampledSbr); 682 pVars->mc_info.bDownSampledSbr); 687 if (pVars->mc_info.bDownSampledSbr [all...] |
get_adts_header.cpp | 221 &(pVars->mc_info), 226 MODIFYING pVars->mc_info = multi-channel configuration information 231 &(pVars->mc_info), 237 &(pVars->mc_info), 240 MODIFYING pVars->savedMCInfo = pVars->mc_info 509 /* enter configuration into MC_Info structure */ 515 &(pVars->mc_info), 535 pVars->mc_info.upsamplingFactor = 2; 537 pVars->mc_info.sbrPresentFlag = 1; 554 * &(pVars->mc_info), [all...] |
huffdecode.cpp | 196 pMcInfo = &pVars->mc_info; 222 audioObjectType = pVars->mc_info.audioObjectType, 388 MC_Info *pMcInfo; 410 pMcInfo = &pVars->mc_info; 419 if (pVars->mc_info.implicit_channeling) /* check done only once */ 452 (tMP4AudioObjectType) pVars->mc_info.audioObjectType,
|
pvmp4audiodecoderconfig.cpp | 244 // pExt->encodedChannels = pVars->mc_info.nch; 250 pExt->aacPlusUpsamplingFactor = pVars->mc_info.upsamplingFactor;
|
s_tdec_int_file.h | 177 MC_Info mc_info; member in struct:__anon9272
|
getics.cpp | 192 pVars->mc_info.audioObjectType, 469 pVars->mc_info.audioObjectType, 623 &pVars->mc_info,
|
pvmp4audiodecoderframe.cpp | 516 MC_Info *pMC_Info; /* Helper pointer */ 541 pMC_Info = &pVars->mc_info; 784 if ((pVars->mc_info.ExtendedAudioObjectType == MP4AUDIO_AAC_LC) && [all...] |
get_prog_config.cpp | 57 used, and pVars->mc_info, pVars->prog_config, pVars->winmap, 73 pVars->mc_info contents are updated with channel information. 362 pMC_Info = &pVars->mc_info, 369 MODIFYING( pVars->mc_info ) 376 MODIFY( pVars->mc_info ) 724 /* enter configuration into MC_Info structure */ 727 &pVars->mc_info,
|
pvmp4audiodecoderresetbuffer.cpp | 317 else if (pVars->mc_info.psPresentFlag == 1)
|