Home
last modified time | relevance | path

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

/external/bluetooth/bluez/audio/
Da2dp-codecs.h78 uint8_t min_bitpool; member
100 uint8_t min_bitpool; member
Da2dp.h79 uint8_t min_bitpool; member
103 uint8_t min_bitpool; member
Dliba2dp.c359 unsigned int max_bitpool, min_bitpool; in bluetooth_a2dp_init() local
424 min_bitpool = MAX(MIN_BITPOOL, cap->min_bitpool); in bluetooth_a2dp_init()
429 cap->min_bitpool = min_bitpool; in bluetooth_a2dp_init()
615 DBG("\tmin_bitpool: %d\n", data->sbc_capabilities.min_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()
610 min_bitpool = MAX(MIN_BITPOOL, cap->min_bitpool); in bluetooth_a2dp_init()
616 cap->min_bitpool = min_bitpool; in bluetooth_a2dp_init()
Dipc.h201 uint8_t min_bitpool; member
Da2dp.c468 if (sbc_cap->min_bitpool < MIN_BITPOOL || in sbc_setconf_ind()
531 sbc_cap.min_bitpool = MIN_BITPOOL; in sbc_getcap_ind()
1778 unsigned int max_bitpool, min_bitpool; in select_sbc_params() local
1838 min_bitpool = MAX(MIN_BITPOOL, supported->min_bitpool); in select_sbc_params()
1842 cap->min_bitpool = min_bitpool; in select_sbc_params()
Dunix.c518 sbc->min_bitpool, sbc->max_bitpool); in print_sbc()
559 sbc->min_bitpool = sbc_cap->min_bitpool; in a2dp_append_codec()
1539 sbc_cap.min_bitpool = sbc->min_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()
626 MIN(sbc->min_bitpool, TEMPLATE_MAX_BITPOOL), in gst_avdtp_sink_parse_sbc_caps()
916 MIN(sbc->min_bitpool, TEMPLATE_MAX_BITPOOL), in gst_avdtp_sink_parse_sbc_raw()
/external/bluetooth/bluez/tools/
Davinfo.c179 uint8_t min_bitpool; member
233 uint8_t min_bitpool; member
384 sbc->min_bitpool, sbc->max_bitpool); in print_sbc()
/external/bluetooth/bluez/test/
Dipctest.c471 cap->min_bitpool = (uint8_t) MAX(MIN_BITPOOL, cap->min_bitpool); in setup_a2dp()