Searched defs:force_channel_mode (Results 1 – 4 of 4) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_encoder.py | 92 def sbc_encode(frame, force_channel_mode): argument 98 def sbc_quantization(frame, force_channel_mode): argument 164 force_channel_mode = int(sys.argv[6]) variable 176 force_channel_mode = 0 variable
|
H A D | sbc_encoder_test.py | 103 …cks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocation_method, force_channel_mode): argument 132 force_channel_mode = int(sys.argv[7]) variable
|
H A D | sbc.py | 161 def calculate_channel_mode_and_scale_factors(frame, force_channel_mode): argument 224 …r_channels=1, bitpool=31, sampling_frequency=44100, allocation_method = 0, force_channel_mode = 0): argument
|
H A D | sbc_decoder_test.py | 85 force_channel_mode = int(sys.argv[2]) variable
|