Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dnetwork_WiFi_RegDomain.py243 def test_channel(self, wifi_context, channel_config): argument
256 channel_config['chnum'])
261 if channel_config['expect'] == 'passive-scan':
265 elif channel_config['expect'] == 'no-connect':
272 expect_connect=channel_config['expect'] in (
303 for channel_config in self.channel_infos:
305 self.test_channel(wifi_context, channel_config)
311 self.region_name, channel_config)
/external/aac/libMpegTPDec/src/
Dtpdec_adts.cpp196 bs.channel_config = FDKreadBits(hBs, Adts_Length_ChannelConfiguration); in adtsRead_DecodeHeader()
282 bs.adts_fullness * 32 * getNumberOfEffectiveChannels(bs.channel_config); in adtsRead_DecodeHeader()
311 pAsc->m_channelConfiguration = bs.channel_config; in adtsRead_DecodeHeader()
314 if (bs.channel_config == 0) { in adtsRead_DecodeHeader()
338 && (bs.channel_config == pAdts->bs.channel_config) /* == 0 */ in adtsRead_DecodeHeader()
Dtpdec_adts.h130 UCHAR channel_config; member
Dtpdec_lib.cpp694 hTp->parser.adts.bs.channel_config); in transportDec_GetBufferFullness()
/external/autotest/client/common_lib/cros/network/
Diw_runner.py440 channel_config = {}
447 channel_config['number'] = int(match.group(1))
448 channel_config['freq'] = int(match.group(2))
449 channel_config['width'] = int(match.group(3))
450 channel_config['center1_freq'] = int(match.group(4))
452 return channel_config
/external/libxaac/decoder/
Dixheaacd_latmdemux.h32 WORD32 channel_config; member
Dixheaacd_latmdemux.c222 layer_info->asc.channel_config = aac_state_struct->ch_config; in ixheaacd_latm_stream_mux_config()