Home
last modified time | relevance | path

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

/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()