Searched refs:min_bitpool (Results 1 – 10 of 10) sorted by relevance
/external/bluetooth/bluez/audio/ |
D | a2dp-codecs.h | 78 uint8_t min_bitpool; member 100 uint8_t min_bitpool; member
|
D | a2dp.h | 79 uint8_t min_bitpool; member 103 uint8_t min_bitpool; member
|
D | liba2dp.c | 359 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()
|
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() 610 min_bitpool = MAX(MIN_BITPOOL, cap->min_bitpool); in bluetooth_a2dp_init() 616 cap->min_bitpool = min_bitpool; in bluetooth_a2dp_init()
|
D | ipc.h | 201 uint8_t min_bitpool; member
|
D | a2dp.c | 468 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()
|
D | unix.c | 518 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()
|
D | gstavdtpsink.c | 404 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/ |
D | avinfo.c | 179 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/ |
D | ipctest.c | 471 cap->min_bitpool = (uint8_t) MAX(MIN_BITPOOL, cap->min_bitpool); in setup_a2dp()
|