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

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

Completed in 212 milliseconds