Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Da2dp.h80 uint8_t max_bitpool; member
104 uint8_t max_bitpool; member
Dsource.c352 unsigned int max_bitpool, min_bitpool; in select_sbc_params() local
413 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode), in select_sbc_params()
414 supported->max_bitpool); in select_sbc_params()
417 cap->max_bitpool = max_bitpool; in select_sbc_params()
Dliba2dp.c356 unsigned int max_bitpool, min_bitpool; in bluetooth_a2dp_init() local
422 max_bitpool = MIN(default_bitpool(cap->frequency, in bluetooth_a2dp_init()
424 cap->max_bitpool); in bluetooth_a2dp_init()
427 cap->max_bitpool = max_bitpool; in bluetooth_a2dp_init()
490 data->sbc.bitpool = active_capabilities.max_bitpool; in bluetooth_a2dp_setup()
613 DBG("\tmax_bitpool: %d\n", data->sbc_capabilities.max_bitpool); in bluetooth_a2dp_hw_params()
Dsink.c385 unsigned int max_bitpool, min_bitpool; in select_sbc_params() local
446 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode), in select_sbc_params()
447 supported->max_bitpool); in select_sbc_params()
450 cap->max_bitpool = max_bitpool; in select_sbc_params()
Dpcm_bluetooth.c529 unsigned int max_bitpool, min_bitpool, rate, channels; in bluetooth_a2dp_init() local
606 min_bitpool = max_bitpool = cfg->bitpool; in bluetooth_a2dp_init()
609 max_bitpool = MIN(default_bitpool(cap->frequency, in bluetooth_a2dp_init()
611 cap->max_bitpool); in bluetooth_a2dp_init()
615 cap->max_bitpool = max_bitpool; in bluetooth_a2dp_init()
682 a2dp->sbc.bitpool = active_capabilities.max_bitpool; in bluetooth_a2dp_setup()
Dipc.h202 uint8_t max_bitpool; member
Dunix.c497 sbc->min_bitpool, sbc->max_bitpool); in print_sbc()
539 sbc->max_bitpool = sbc_cap->max_bitpool; in a2dp_append_codec()
1520 sbc_cap.max_bitpool = sbc->max_bitpool; in handle_a2dp_transport()
Dgstavdtpsink.c355 cfg->max_bitpool = cfg->min_bitpool = g_value_get_int(value); in gst_avdtp_sink_init_sbc_pkt_conf()
571 MIN(sbc->max_bitpool, TEMPLATE_MAX_BITPOOL)); in gst_avdtp_sink_parse_sbc_caps()
Da2dp.c331 sbc_cap->max_bitpool > MAX_BITPOOL) { in sbc_setconf_ind()
397 sbc_cap.max_bitpool = MAX_BITPOOL; in sbc_getcap_ind()
/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()