OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocation_method
(Results
1 - 18
of
18
) sorted by null
/external/opencore/codecs_v2/audio/sbc/enc/src/
pvsbcencoder.cpp
52
iEncConfig->
allocation_method
= config->
allocation_method
;
sbc.h
65
UInt
allocation_method
;
member in struct:sbc_t
sbc_encoder.cpp
59
config->
allocation_method
= AM_SNR;
123
state->sbc.
allocation_method
= config->
allocation_method
;
sbcenc_bitstream.cpp
58
tmp0 |= (sbc->
allocation_method
& 0x01) << 1;
sbcenc_allocation.cpp
90
if (sbc->
allocation_method
== AM_SNR)
228
if (sbc->
allocation_method
== AM_SNR)
/external/opencore/codecs_v2/audio/sbc/enc/include/
pvsbcencoderinterface.h
77
* \param
allocation_method
- 0 for loudness and 1 for SNR.
92
uint
allocation_method
;
member in struct:TPvSbcEncConfig
/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
...]
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
) {
ipc.h
197
uint8_t
allocation_method
;
member in struct:__anon864
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
319
cfg->
allocation_method
= BT_A2DP_ALLOCATION_LOUDNESS;
321
cfg->
allocation_method
= BT_A2DP_ALLOCATION_SNR;
525
if (sbc->
allocation_method
& BT_A2DP_ALLOCATION_LOUDNESS) {
529
if (sbc->
allocation_method
& BT_A2DP_ALLOCATION_SNR) {
[
all
...]
unix.c
514
sbc->
allocation_method
= sbc_cap->
allocation_method
;
[
all
...]
a2dp.c
385
sbc_cap.
allocation_method
= ( SBC_ALLOCATION_LOUDNESS |
[
all
...]
/external/bluetooth/bluez/sbc/
sbcinfo.c
41
uint8_t
allocation_method
:1; /* Allocation method */
member in struct:sbc_frame_hdr
54
uint8_t
allocation_method
:1; /* Allocation method */
member in struct:sbc_frame_hdr
202
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)
Completed in 219 milliseconds