Searched refs:channel_config (Results 1 – 7 of 7) sorted by relevance
196 bs.channel_config = FDKreadBits(hBs, Adts_Length_ChannelConfiguration); in adtsRead_DecodeHeader()271 …fullness = bs.frame_length*8 + bs.adts_fullness*32*getNumberOfEffectiveChannels(bs.channel_config); in adtsRead_DecodeHeader()306 pAsc->m_channelConfiguration = bs.channel_config; in adtsRead_DecodeHeader()310 if (bs.channel_config == 0) in adtsRead_DecodeHeader()335 && (bs.channel_config == pAdts->bs.channel_config) /* == 0 */ in adtsRead_DecodeHeader()
119 UCHAR channel_config; member
353 …rser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config); in transportDec_GetBufferFullness()
199 ChannelConfig channel_config; in ParseChannelConfigs() local200 if (ParseChannelConfig(child, codec_required, &channel_config)) { in ParseChannelConfigs()201 configs->push_back(channel_config); in ParseChannelConfigs()
183 int channel_config(0); in TEST_F() local185 stream_type, device_name, device_id, sample_rate, channel_config, 2048); in TEST_F()
596 uint8 channel_config = 0; in ConfigureMediaFormat() local606 if (!reader.ReadBits(4, &channel_config)) { in ConfigureMediaFormat()612 channel_config > 7) { in ConfigureMediaFormat()619 csd[1] = (frequency_index & 0x01) << 7 | channel_config << 3; in ConfigureMediaFormat()
639 ChannelConfig channel_config = mix_format.dwChannelMask; in GetPreferredAudioParameters() local642 ChannelLayout channel_layout = ChannelConfigToChannelLayout(channel_config); in GetPreferredAudioParameters()648 << std::hex << channel_config in GetPreferredAudioParameters()