Home
last modified time | relevance | path

Searched refs:SBC_CHANNEL_MODE_STEREO (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-sbc.c65 …_mode & (SBC_CHANNEL_MODE_MONO | SBC_CHANNEL_MODE_DUAL_CHANNEL | SBC_CHANNEL_MODE_STEREO | SBC_CHA… in can_accept_capabilities()
99 …s->channel_mode = SBC_CHANNEL_MODE_MONO | SBC_CHANNEL_MODE_DUAL_CHANNEL | SBC_CHANNEL_MODE_STEREO | in fill_capabilities()
127 …config->channel_mode != SBC_CHANNEL_MODE_STEREO && config->channel_mode != SBC_CHANNEL_MODE_JOINT_… in is_configuration_valid()
164 case SBC_CHANNEL_MODE_STEREO: in default_bitpool()
176 case SBC_CHANNEL_MODE_STEREO: in default_bitpool()
188 case SBC_CHANNEL_MODE_STEREO: in default_bitpool()
248 else if (capabilities->channel_mode & SBC_CHANNEL_MODE_STEREO) in fill_preferred_configuration()
249 config->channel_mode = SBC_CHANNEL_MODE_STEREO; in fill_preferred_configuration()
259 else if (capabilities->channel_mode & SBC_CHANNEL_MODE_STEREO) in fill_preferred_configuration()
260 config->channel_mode = SBC_CHANNEL_MODE_STEREO; in fill_preferred_configuration()
[all …]
Da2dp-codecs.h42 #define SBC_CHANNEL_MODE_STEREO (1 << 1) macro
/third_party/gstreamer/gstplugins_bad/sys/bluez/
Da2dp-codecs.h43 #define SBC_CHANNEL_MODE_STEREO (1 << 1) macro
Dgstavdtputil.c266 if (sbc->channel_mode & SBC_CHANNEL_MODE_STEREO) { in gst_avdtp_util_parse_sbc_raw()
387 if ((sbc->channel_mode & SBC_CHANNEL_MODE_STEREO) || in gst_avdtp_util_parse_sbc_raw()
Dgstavdtpsink.c193 return SBC_CHANNEL_MODE_STEREO; in gst_avdtp_sink_get_channel_mode()