Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Dliba2dp.c320 case BT_SBC_SAMPLING_FREQ_16000: in default_bitpool()
370 cap->frequency = BT_SBC_SAMPLING_FREQ_16000; in bluetooth_a2dp_init()
438 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_16000) in bluetooth_a2dp_setup()
557 case BT_SBC_SAMPLING_FREQ_16000: in bluetooth_a2dp_hw_params()
Dipc.h144 #define BT_SBC_SAMPLING_FREQ_16000 (1 << 3) macro
Dpcm_bluetooth.c491 case BT_SBC_SAMPLING_FREQ_16000: in default_bitpool()
546 cap->frequency = BT_SBC_SAMPLING_FREQ_16000; in bluetooth_a2dp_init()
630 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_16000) in bluetooth_a2dp_setup()
1343 BT_SBC_SAMPLING_FREQ_16000) { in bluetooth_a2dp_hw_constraint()
Dgstavdtpsink.c296 cfg->frequency = BT_SBC_SAMPLING_FREQ_16000; in gst_avdtp_sink_init_sbc_pkt_conf()
556 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_16000) { in gst_avdtp_sink_parse_sbc_caps()
/external/bluetooth/bluez/test/
Dipctest.c331 case BT_SBC_SAMPLING_FREQ_16000: in a2dp_default_bitpool()
382 { 16000U, BT_SBC_SAMPLING_FREQ_16000 }, in setup_a2dp()
494 case BT_SBC_SAMPLING_FREQ_16000: in setup_sbc()