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.c323 case BT_SBC_SAMPLING_FREQ_16000: in default_bitpool()
373 cap->frequency = BT_SBC_SAMPLING_FREQ_16000; in bluetooth_a2dp_init()
441 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_16000) in bluetooth_a2dp_setup()
560 case BT_SBC_SAMPLING_FREQ_16000: in bluetooth_a2dp_hw_params()
Dipc.h144 #define BT_SBC_SAMPLING_FREQ_16000 (1 << 3) macro
Dpcm_bluetooth.c493 case BT_SBC_SAMPLING_FREQ_16000: in default_bitpool()
548 cap->frequency = BT_SBC_SAMPLING_FREQ_16000; in bluetooth_a2dp_init()
632 if (active_capabilities.frequency & BT_SBC_SAMPLING_FREQ_16000) in bluetooth_a2dp_setup()
1349 BT_SBC_SAMPLING_FREQ_16000) { in bluetooth_a2dp_hw_constraint()
Dgstavdtpsink.c345 cfg->frequency = BT_SBC_SAMPLING_FREQ_16000; in gst_avdtp_sink_init_sbc_pkt_conf()
612 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_16000) { in gst_avdtp_sink_parse_sbc_caps()
902 if (sbc->frequency & BT_SBC_SAMPLING_FREQ_16000) { in gst_avdtp_sink_parse_sbc_raw()
/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()