Searched refs:max_bitpool (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | a2dp-codecs.h | 79 uint8_t max_bitpool; member 101 uint8_t max_bitpool; member
|
D | a2dp.h | 80 uint8_t max_bitpool; member 104 uint8_t max_bitpool; member
|
D | liba2dp.c | 359 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()
|
D | pcm_bluetooth.c | 531 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()
|
D | ipc.h | 202 uint8_t max_bitpool; member
|
D | a2dp.c | 469 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()
|
D | unix.c | 518 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()
|
D | gstavdtpsink.c | 404 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/ |
D | avinfo.c | 180 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/ |
D | ipctest.c | 472 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()
|