Home
last modified time | relevance | path

Searched refs:max_bitpool (Results 1 – 10 of 10) sorted by relevance

/external/bluetooth/bluez/audio/
Da2dp-codecs.h79 uint8_t max_bitpool; member
101 uint8_t max_bitpool; member
Da2dp.h80 uint8_t max_bitpool; member
104 uint8_t max_bitpool; member
Dliba2dp.c359 unsigned int max_bitpool, min_bitpool; in bluetooth_a2dp_init() local
425 max_bitpool = MIN(default_bitpool(cap->frequency, in bluetooth_a2dp_init()
427 cap->max_bitpool); in bluetooth_a2dp_init()
430 cap->max_bitpool = max_bitpool; in bluetooth_a2dp_init()
493 data->sbc.bitpool = active_capabilities.max_bitpool; in bluetooth_a2dp_setup()
616 DBG("\tmax_bitpool: %d\n", data->sbc_capabilities.max_bitpool); in bluetooth_a2dp_hw_params()
Dpcm_bluetooth.c531 unsigned int max_bitpool, min_bitpool, rate, channels; in bluetooth_a2dp_init() local
608 min_bitpool = max_bitpool = cfg->bitpool; in bluetooth_a2dp_init()
611 max_bitpool = MIN(default_bitpool(cap->frequency, in bluetooth_a2dp_init()
613 cap->max_bitpool); in bluetooth_a2dp_init()
617 cap->max_bitpool = max_bitpool; in bluetooth_a2dp_init()
684 a2dp->sbc.bitpool = active_capabilities.max_bitpool; in bluetooth_a2dp_setup()
Dipc.h202 uint8_t max_bitpool; member
Da2dp.c469 sbc_cap->max_bitpool > MAX_BITPOOL) { in sbc_setconf_ind()
532 sbc_cap.max_bitpool = MAX_BITPOOL; in sbc_getcap_ind()
1778 unsigned int max_bitpool, min_bitpool; in select_sbc_params() local
1839 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode), in select_sbc_params()
1840 supported->max_bitpool); in select_sbc_params()
1843 cap->max_bitpool = max_bitpool; in select_sbc_params()
Dunix.c518 sbc->min_bitpool, sbc->max_bitpool); in print_sbc()
560 sbc->max_bitpool = sbc_cap->max_bitpool; in a2dp_append_codec()
1540 sbc_cap.max_bitpool = sbc->max_bitpool; in handle_a2dp_transport()
Dgstavdtpsink.c404 cfg->max_bitpool = cfg->min_bitpool = g_value_get_int(value); in gst_avdtp_sink_init_sbc_pkt_conf()
627 MIN(sbc->max_bitpool, TEMPLATE_MAX_BITPOOL)); in gst_avdtp_sink_parse_sbc_caps()
917 MIN(sbc->max_bitpool, TEMPLATE_MAX_BITPOOL)); in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/tools/
Davinfo.c180 uint8_t max_bitpool; member
234 uint8_t max_bitpool; member
384 sbc->min_bitpool, sbc->max_bitpool); in print_sbc()
/external/bluetooth/bluez/test/
Dipctest.c472 cap->max_bitpool = (uint8_t) MIN( in setup_a2dp()
474 cap->max_bitpool); in setup_a2dp()
566 a2dp->sbc.bitpool = active_capabilities->max_bitpool; in setup_sbc()