Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c321 case BT_SBC_SAMPLING_FREQ_32000: in default_bitpool()
367 cap->frequency = BT_SBC_SAMPLING_FREQ_32000; in bluetooth_a2dp_init()
441 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_32000) in bluetooth_a2dp_setup()
560 case BT_SBC_SAMPLING_FREQ_32000: in bluetooth_a2dp_hw_params()
Dipc.h145 #define BT_SBC_SAMPLING_FREQ_32000 (1 << 2) macro
Dpcm_bluetooth.c492 case BT_SBC_SAMPLING_FREQ_32000: in default_bitpool()
543 cap->frequency = BT_SBC_SAMPLING_FREQ_32000; in bluetooth_a2dp_init()
633 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_32000) in bluetooth_a2dp_setup()
1349 BT_SBC_SAMPLING_FREQ_32000) { in bluetooth_a2dp_hw_constraint()
Dgstavdtpsink.c294 cfg->frequency = BT_SBC_SAMPLING_FREQ_32000; in gst_avdtp_sink_init_sbc_pkt_conf()
552 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_32000) { in gst_avdtp_sink_parse_sbc_caps()
/external/bluetooth/bluez/test/
Dipctest.c332 case BT_SBC_SAMPLING_FREQ_32000: in a2dp_default_bitpool()
383 { 32000U, BT_SBC_SAMPLING_FREQ_32000 }, in setup_a2dp()
497 case BT_SBC_SAMPLING_FREQ_32000: in setup_sbc()