HomeSort by relevance Sort by last modified time
    Searched defs:max_bitpool (Results 1 - 7 of 7) 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
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;
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;
ipc.h 202 uint8_t max_bitpool; member in struct:__anon1655
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);
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...]
  /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);

Completed in 2361 milliseconds