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

  /external/bluetooth/bluez/audio/
a2dp-codecs.h 67 #define MAX_BITPOOL 64
79 uint8_t max_bitpool; member in struct:__anon1910
101 uint8_t max_bitpool; member in struct:__anon1912
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
liba2dp.c 80 #define MAX_BITPOOL 64
359 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);
ipc.h 202 uint8_t max_bitpool; member in struct:__anon1932
pcm_bluetooth.c 81 #define MAX_BITPOOL 64
531 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;
    [all...]
unix.c 518 sbc->min_bitpool, sbc->max_bitpool);
560 sbc->max_bitpool = sbc_cap->max_bitpool;
    [all...]
a2dp.c 469 sbc_cap->max_bitpool > MAX_BITPOOL) {
532 sbc_cap.max_bitpool = MAX_BITPOOL;
1778 unsigned int max_bitpool, min_bitpool; local
    [all...]
gstavdtpsink.c 404 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));
    [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);
  /external/bluetooth/bluez/test/
ipctest.c 72 #define MAX_BITPOOL 64
472 cap->max_bitpool = (uint8_t) MIN(
474 cap->max_bitpool);
566 a2dp->sbc.bitpool = active_capabilities->max_bitpool;

Completed in 258 milliseconds