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

  /external/bluetooth/bluez/audio/
a2dp.h 76 uint8_t allocation_method:2; member in struct:sbc_codec_cap
102 uint8_t allocation_method:2; member in struct:sbc_codec_cap
liba2dp.c 416 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
417 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
418 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
419 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
462 data->sbc.allocation = active_capabilities.allocation_method
573 switch (data->sbc_capabilities.allocation_method) {
582 data->sbc_capabilities.allocation_method);
source.c 407 if (supported->allocation_method & SBC_ALLOCATION_LOUDNESS)
408 cap->allocation_method = SBC_ALLOCATION_LOUDNESS;
409 else if (supported->allocation_method & SBC_ALLOCATION_SNR)
410 cap->allocation_method = SBC_ALLOCATION_SNR;
pcm_bluetooth.c 118 uint8_t allocation_method; /* A2DP only */ member in struct:bluetooth_alsa_config
599 cap->allocation_method = cfg->allocation_method;
600 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
601 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
602 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
603 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
654 a2dp->sbc.allocation = active_capabilities.allocation_method
    [all...]
ipc.h 198 uint8_t allocation_method; member in struct:__anon1488
sink.c 440 if (supported->allocation_method & SBC_ALLOCATION_LOUDNESS)
441 cap->allocation_method = SBC_ALLOCATION_LOUDNESS;
442 else if (supported->allocation_method & SBC_ALLOCATION_SNR)
443 cap->allocation_method = SBC_ALLOCATION_SNR;
gstavdtpsink.c 320 cfg->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
322 cfg->allocation_method = BT_A2DP_ALLOCATION_SNR;
526 if (sbc->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS) {
530 if (sbc->allocation_method & BT_A2DP_ALLOCATION_SNR) {
    [all...]
unix.c 535 sbc->allocation_method = sbc_cap->allocation_method;
    [all...]
a2dp.c 393 sbc_cap.allocation_method = ( SBC_ALLOCATION_LOUDNESS |
    [all...]
  /external/bluetooth/bluez/sbc/
sbcinfo.c 42 uint8_t allocation_method:1; /* Allocation method */ member in struct:sbc_frame_hdr
55 uint8_t allocation_method:1; /* Allocation method */ member in struct:sbc_frame_hdr
203 method = hdr.allocation_method;
  /external/bluetooth/bluez/tools/
avinfo.c 176 uint8_t allocation_method:2; member in struct:sbc_codec_cap
232 uint8_t allocation_method:2; member in struct:sbc_codec_cap
368 if (sbc->allocation_method & SBC_SUBBANDS_4)
370 if (sbc->allocation_method & SBC_SUBBANDS_8)
  /external/bluetooth/bluez/test/
ipctest.c 466 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
467 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
468 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
469 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
527 switch (active_capabilities->allocation_method) {

Completed in 376 milliseconds