Searched refs:channel_config (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dget_ga_specific_config.h85 UInt channel_config,
H A Dget_ga_specific_config.cpp52 channel_config = variable that indicates the channel configuration
88 This function takes the sampling_rate_idx, channel_config, and
142 IF (channel_config == 0)
151 channel_config--;
152 pVars->prog_config.front.ele_is_cpe[0] = channel_config;
304 UInt channel_config,
363 if (channel_config == 0)
383 channel_config--;
384 pVars->prog_config.front.ele_is_cpe[0] = channel_config;
397 } /* if (channel_config) */
301 get_GA_specific_config( tDec_Int_File * const pVars, BITS *pInputStream, UInt channel_config, const tMP4AudioObjectType audioObjectType ) argument
[all...]
H A Dget_audio_specific_config.cpp133 channel_config = CALL getbits(
137 RETURNING (channel_config)
139 IF (channel_config > 2)
153 channel_config = channel_config,
156 MODIFYING (pVars->mc_info,channel_config,pInputStream)
312 UInt channel_config; local
367 channel_config = get9_n_lessbits(LEN_CHAN_CONFIG,
370 if ((channel_config > 2) && (!pVars->aacConfigUtilityEnabled))
421 channel_config,
[all...]

Completed in 33 milliseconds