Searched refs:channel_mode (Results 1 – 3 of 3) sorted by relevance
165 int channel_mode = selectChannelMode(config_id); in testBluetoothCodecConfig_valid_get_methods() local173 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()
182 int channel_mode = (header >> 6) & 3; in parseHeader() local184 *out_channels = (channel_mode == 3) ? 1 : 2; in parseHeader()
764 int channel_mode = (header >> 6) & 3; in GetMPEGAudioFrameSize() local766 *out_channels = (channel_mode == 3) ? 1 : 2; in GetMPEGAudioFrameSize()