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

  /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
202 method = hdr.allocation_method;
  /external/bluetooth/bluez/audio/
a2dp-codecs.h 75 uint8_t allocation_method:2; member in struct:__anon1910
99 uint8_t allocation_method:2; member in struct:__anon1912
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
ipc.h 198 uint8_t allocation_method; member in struct:__anon1932
pcm_bluetooth.c 118 uint8_t allocation_method; /* A2DP only */ member in struct:bluetooth_alsa_config
601 cap->allocation_method = cfg->allocation_method;
602 if (cap->allocation_method & BT_A2DP_ALLOCATION_LOUDNESS)
603 cap->allocation_method = BT_A2DP_ALLOCATION_LOUDNESS;
604 else if (cap->allocation_method & BT_A2DP_ALLOCATION_SNR)
605 cap->allocation_method = BT_A2DP_ALLOCATION_SNR;
656 a2dp->sbc.allocation = active_capabilities.allocation_method
    [all...]
  /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)

Completed in 350 milliseconds