Searched refs:channel_config (Results 1 - 8 of 8) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.cpp196 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 */
H A Dtpdec_adts.h119 UCHAR channel_config; member in struct:__anon168
H A Dtpdec_lib.cpp353 bufferFullness = hTp->parser.adts.bs.frame_length*8 + hTp->parser.adts.bs.adts_fullness * 32 * getNumberOfEffectiveChannels(hTp->parser.adts.bs.channel_config);
/external/chromium_org/media/mp4/
H A Daac.cc22 static ChannelLayout ConvertChannelConfigToLayout(uint8 channel_config) { argument
23 switch (channel_config) {
/external/chromium_org/remoting/protocol/
H A Dcontent_description.cc199 ChannelConfig channel_config; local
200 if (ParseChannelConfig(child, codec_required, &channel_config)) {
201 configs->push_back(channel_config);
/external/chromium_org/content/browser/renderer_host/media/
H A Daudio_input_device_manager_unittest.cc178 int channel_config(0);
180 stream_type, device_name, device_id, sample_rate, channel_config, 2048);
/external/chromium_org/media/audio/win/
H A Dcore_audio_util_win.cc621 ChannelConfig channel_config = mix_format.dwChannelMask;
624 ChannelLayout channel_layout = ChannelConfigToChannelLayout(channel_config);
630 << std::hex << channel_config
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc549 uint8 channel_config = 0; local
559 if (!reader.ReadBits(4, &channel_config)) {
565 channel_config > 7) {
572 csd[1] = (frequency_index & 0x01) << 7 | channel_config << 3;

Completed in 218 milliseconds