HomeSort by relevance Sort by last modified time
    Searched refs:channel_config (Results 1 - 7 of 7) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
get_ga_specific_config.h 85 UInt channel_config,
get_ga_specific_config.cpp 52 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) */
    [all...]
get_audio_specific_config.cpp 133 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...]
  /external/aac/libMpegTPDec/src/
tpdec_adts.cpp 196 bs.channel_config = FDKreadBits(hBs, Adts_Length_ChannelConfiguration);
271 cmp_buffer_fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.channel_config);
306 pAsc->m_channelConfiguration = bs.channel_config;
310 if (bs.channel_config == 0)
335 && (bs.channel_config == pAdts->bs.channel_config) /* == 0 */
tpdec_adts.h 119 UCHAR channel_config; member in struct:__anon1729
tpdec_lib.cpp 354 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 3046 channel_config_t channel_config; local
    [all...]

Completed in 133 milliseconds