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

  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 242 def test_channel(self, wifi_context, channel_config):
251 @param channel_config: A dict with 'chnum' and 'expect' keys.
255 channel_config['chnum'])
260 if channel_config['expect'] == 'passive-scan':
263 elif channel_config['expect'] == 'no-connect':
270 expect_connect=channel_config['expect'] in (
301 for channel_config in self.channel_infos:
303 self.test_channel(wifi_context, channel_config)
309 self.region_name, channel_config)
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 448 channel_config : 4, member in struct:audio_specific_config_s::__anon30325::__anon30326
460 channel_config : 4,
578 *channel = config.channel_config;
585 LOGV(" channel: %d, %s\n", config.channel_config,
586 channel_string[config.channel_config]);
612 config.channel_config = channel;
621 LOGV(" channel : %d, %s\n", config.channel_config,
622 channel_string[config.channel_config]);
  /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:__anon5453
tpdec_lib.cpp 370 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 887 channel_config_t *channel_config)
897 channel_config->main_channels,
898 channel_config->aux_channels);
914 config.inputCfg.channels = channel_config->aux_channels;
948 channel_config_t *channel_config,
987 channel_config_t channel_config; local
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c 1526 channel_config_t channel_config; local
    [all...]

Completed in 477 milliseconds