Searched defs:channel_config (Results 1 - 3 of 3) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_adts.h119 UCHAR channel_config; member in struct:__anon168
/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/media/base/android/
H A Dmedia_codec_bridge.cc596 uint8 channel_config = 0; local
606 if (!reader.ReadBits(4, &channel_config)) {
612 channel_config > 7) {
619 csd[1] = (frequency_index & 0x01) << 7 | channel_config << 3;

Completed in 1016 milliseconds