HomeSort by relevance Sort by last modified time
    Searched refs:max_bitpool (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluez/audio/
a2dp.h 67 #define MAX_BITPOOL 64
80 uint8_t max_bitpool; member in struct:sbc_codec_cap
104 uint8_t max_bitpool; member in struct:sbc_codec_cap
source.c 352 unsigned int max_bitpool, min_bitpool; local
413 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode),
414 supported->max_bitpool);
417 cap->max_bitpool = max_bitpool;
liba2dp.c 80 #define MAX_BITPOOL 64
356 unsigned int max_bitpool, min_bitpool; local
422 max_bitpool = MIN(default_bitpool(cap->frequency,
424 cap->max_bitpool);
427 cap->max_bitpool = max_bitpool;
490 data->sbc.bitpool = active_capabilities.max_bitpool;
613 DBG("\tmax_bitpool: %d\n", data->sbc_capabilities.max_bitpool);
sink.c 385 unsigned int max_bitpool, min_bitpool; local
446 max_bitpool = MIN(default_bitpool(cap->frequency, cap->channel_mode),
447 supported->max_bitpool);
450 cap->max_bitpool = max_bitpool;
ipc.h 202 uint8_t max_bitpool; member in struct:__anon1488
pcm_bluetooth.c 81 #define MAX_BITPOOL 64
529 unsigned int max_bitpool, min_bitpool, rate, channels; local
606 min_bitpool = max_bitpool = cfg->bitpool;
609 max_bitpool = MIN(default_bitpool(cap->frequency,
611 cap->max_bitpool);
615 cap->max_bitpool = max_bitpool;
682 a2dp->sbc.bitpool = active_capabilities.max_bitpool;
    [all...]
unix.c 497 sbc->min_bitpool, sbc->max_bitpool);
539 sbc->max_bitpool = sbc_cap->max_bitpool;
    [all...]
gstavdtpsink.c 355 cfg->max_bitpool = cfg->min_bitpool = g_value_get_int(value);
571 MIN(sbc->max_bitpool, TEMPLATE_MAX_BITPOOL));
    [all...]
a2dp.c 331 sbc_cap->max_bitpool > MAX_BITPOOL) {
397 sbc_cap.max_bitpool = MAX_BITPOOL;
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 180 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);