Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c332 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
344 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
381 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_init()
382 cap->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in bluetooth_a2dp_init()
462 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_setup()
552 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in bluetooth_a2dp_hw_params()
Dgstavdtpsink.c360 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in gst_avdtp_sink_init_sbc_pkt_conf()
524 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) { in gst_avdtp_sink_parse_sbc_caps()
640 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_sbc_caps()
765 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_mpeg_caps()
814 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) { in gst_avdtp_sink_parse_sbc_raw()
930 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_sbc_raw()
1052 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_mpeg_raw()
1188 return BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in gst_avdtp_sink_get_channel_mode()
Dpcm_bluetooth.c502 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
514 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
558 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_init()
559 cap->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in bluetooth_a2dp_init()
653 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_setup()
1473 bt_config->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in bluetooth_parse_config()
Dipc.h152 #define BT_A2DP_CHANNEL_MODE_JOINT_STEREO 1 macro
/external/bluetooth/bluez/test/
Dipctest.c343 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in a2dp_default_bitpool()
359 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in a2dp_default_bitpool()
429 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in setup_a2dp()
430 cap->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in setup_a2dp()
520 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in setup_sbc()