Home
last modified time | relevance | path

Searched refs:channel_config (Results 1 – 7 of 7) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
Dget_ga_specific_config.cpp304 UInt channel_config, in get_GA_specific_config() argument
363 if (channel_config == 0) in get_GA_specific_config()
383 channel_config--; in get_GA_specific_config()
384 pVars->prog_config.front.ele_is_cpe[0] = channel_config; in get_GA_specific_config()
Dget_audio_specific_config.cpp312 UInt channel_config; in get_audio_specific_config() local
367 channel_config = get9_n_lessbits(LEN_CHAN_CONFIG, in get_audio_specific_config()
370 if ((channel_config > 2) && (!pVars->aacConfigUtilityEnabled)) in get_audio_specific_config()
421 channel_config, in get_audio_specific_config()
/external/opencore/codecs_v2/audio/aac/dec/src/
Dget_ga_specific_config.cpp304 UInt channel_config, in get_GA_specific_config() argument
363 if (channel_config == 0) in get_GA_specific_config()
383 channel_config--; in get_GA_specific_config()
384 pVars->prog_config.front.ele_is_cpe[0] = channel_config; in get_GA_specific_config()
Dget_audio_specific_config.cpp312 UInt channel_config; in get_audio_specific_config() local
367 channel_config = get9_n_lessbits(LEN_CHAN_CONFIG, in get_audio_specific_config()
370 if ((channel_config > 2) && (!pVars->aacConfigUtilityEnabled)) in get_audio_specific_config()
421 channel_config, in get_audio_specific_config()
Dget_ga_specific_config.h85 UInt channel_config,
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_capability.cpp1056 Oscl_Vector<H324ChannelParameters, PVMFTscAlloc>* channel_config = in GetSupportedCodecCapabilityInfo() local
1058 if (channel_config == NULL) in GetSupportedCodecCapabilityInfo()
1064 for (unsigned n = 0; n < channel_config->size(); n++) in GetSupportedCodecCapabilityInfo()
1066 PV2WayMediaType channelMediaType = (*channel_config)[n].GetMediaType(); in GetSupportedCodecCapabilityInfo()
1071 … Oscl_Vector<FormatCapabilityInfo, OsclMemAllocator>* formats = (*channel_config)[n].GetCodecs(); in GetSupportedCodecCapabilityInfo()
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1388 uint8 channel_config = (uint8)(((iAACHeaderBuffer[2] & 0x01) << 2) | in getDecoderConfigHeader() local
1390 headerBuffer[1] |= (channel_config << 3); in getDecoderConfigHeader()