Searched defs:allocation_method (Results 1 – 10 of 10) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_encoder_test.py | 103 …, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocation_method, force_chann… argument 130 allocation_method = int(sys.argv[5]) variable
|
H A D | sbc.py | 27 def allocation_method_to_str(allocation_method): argument 206 allocation_method = 0 variable in SBCFrame 224 …nr_subbands=4, nr_channels=1, bitpool=31, sampling_frequency=44100, allocation_method = 0, force_c… argument
|
H A D | sbc_encoder.py | 162 allocation_method = int(sys.argv[5]) variable 175 allocation_method = 0 variable
|
H A D | sbc_decoder_test.py | 69 …fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocation_method): argument
|
/btstack/src/classic/ |
H A D | btstack_sbc_encoder_bluedroid.c | 76 … int blocks, int subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_init()
|
H A D | btstack_sbc_bluedroid.c | 54 … uint8_t blocks, uint8_t subbands, btstack_sbc_allocation_method_t allocation_method, in btstack_sbc_encoder_bluedroid_configure()
|
H A D | avdtp.c | 1551 avdtp_sbc_allocation_method_t allocation_method = AVDTP_SBC_ALLOCATION_METHOD_LOUDNESS; in avdtp_choose_sbc_allocation_method() local
|
H A D | avdtp.h | 328 avdtp_sbc_allocation_method_t allocation_method; member
|
/btstack/example/ |
H A D | a2dp_source_demo.c | 166 btstack_sbc_allocation_method_t allocation_method; member 598 uint8_t allocation_method; in a2dp_source_packet_handler() local
|
H A D | a2dp_sink_demo.c | 193 btstack_sbc_allocation_method_t allocation_method; member 1018 uint8_t allocation_method; in a2dp_sink_packet_handler() local
|