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.c329 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
341 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
378 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_init()
379 cap->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in bluetooth_a2dp_init()
459 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_setup()
549 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in bluetooth_a2dp_hw_params()
Dgstavdtpsink.c311 cfg->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in gst_avdtp_sink_init_sbc_pkt_conf()
468 if (sbc->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) { in gst_avdtp_sink_parse_sbc_caps()
584 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_sbc_caps()
709 BT_A2DP_CHANNEL_MODE_JOINT_STEREO)) in gst_avdtp_sink_parse_mpeg_caps()
810 return BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in gst_avdtp_sink_get_channel_mode()
Dpcm_bluetooth.c500 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
512 case BT_A2DP_CHANNEL_MODE_JOINT_STEREO: in default_bitpool()
556 if (cap->channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_init()
557 cap->channel_mode = BT_A2DP_CHANNEL_MODE_JOINT_STEREO; in bluetooth_a2dp_init()
651 if (active_capabilities.channel_mode & BT_A2DP_CHANNEL_MODE_JOINT_STEREO) in bluetooth_a2dp_setup()
1467 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()