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.c324 case BT_SBC_SAMPLING_FREQ_32000: in default_bitpool()
370 cap->frequency = BT_SBC_SAMPLING_FREQ_32000; in bluetooth_a2dp_init()
444 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_32000) in bluetooth_a2dp_setup()
563 case BT_SBC_SAMPLING_FREQ_32000: in bluetooth_a2dp_hw_params()
Dipc.h145 #define BT_SBC_SAMPLING_FREQ_32000 (1 << 2) macro
Dpcm_bluetooth.c494 case BT_SBC_SAMPLING_FREQ_32000: in default_bitpool()
545 cap->frequency = BT_SBC_SAMPLING_FREQ_32000; in bluetooth_a2dp_init()
635 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_32000) in bluetooth_a2dp_setup()
1355 BT_SBC_SAMPLING_FREQ_32000) { in bluetooth_a2dp_hw_constraint()
Dgstavdtpsink.c343 cfg->frequency = BT_SBC_SAMPLING_FREQ_32000; in gst_avdtp_sink_init_sbc_pkt_conf()
608 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_32000) { in gst_avdtp_sink_parse_sbc_caps()
898 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_32000) { in gst_avdtp_sink_parse_sbc_raw()
/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()