Home
last modified time | relevance | path

Searched refs:channel_mode (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/extractors/mp4/
DAC4Parser.cpp95 uint32_t channel_mode = mBitReader.getBits(5); in parseSubstreamDSI() local
100 ALOGV("%u.%u: channel_mode = %u (%s)\n", presentationID, substreamID, channel_mode, in parseSubstreamDSI()
101 channel_mode < NELEM(ChannelModes) ? ChannelModes[channel_mode] : "reserved"); in parseSubstreamDSI()
113 if (channel_mode >= 7 && channel_mode <= 10) { in parseSubstreamDSI()
132 mPresentations[presentationID].mChannelMode = channel_mode; in parseSubstreamDSI()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java165 int channel_mode = selectChannelMode(config_id); in testBluetoothCodecConfig_valid_get_methods() local
173 channel_mode, codec_specific1, in testBluetoothCodecConfig_valid_get_methods()
180 } else if (channel_mode == BluetoothCodecConfig.CHANNEL_MODE_NONE) { in testBluetoothCodecConfig_valid_get_methods()
219 assertEquals(channel_mode, bcc.getChannelMode()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/av/media/libstagefright/codecs/mp3dec/test/
Dmp3reader.cpp182 int channel_mode = (header >> 6) & 3; in parseHeader() local
184 *out_channels = (channel_mode == 3) ? 1 : 2; in parseHeader()
/frameworks/av/media/libstagefright/foundation/
Davc_utils.cpp764 int channel_mode = (header >> 6) & 3; in GetMPEGAudioFrameSize() local
766 *out_channels = (channel_mode == 3) ? 1 : 2; in GetMPEGAudioFrameSize()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp269 int channel_mode = (header >> 6) & 3; in parseMp3Header() local
271 *out_channels = (channel_mode == 3) ? 1 : 2; in parseMp3Header()
/frameworks/base/cmds/statsd/src/
Datoms.proto1738 optional int32 channel_mode = 6; field
1780 optional int32 channel_mode = 6; field