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

/external/chromium_org/media/mp4/
H A Daac.cc22 static ChannelLayout ConvertChannelConfigToLayout(uint8 channel_config) { argument
23 switch (channel_config) {
/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.cc198 ChannelConfig channel_config; local
199 if (ParseChannelConfig(child, codec_required, &channel_config)) {
200 configs->push_back(channel_config);
/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge.cc320 uint8 channel_config = 0; local
330 if (!reader.ReadBits(4, &channel_config)) {
336 channel_config > 7) {
343 csd[1] = (frequency_index & 0x01) << 7 | channel_config << 3;

Completed in 194 milliseconds