Home
last modified time | relevance | path

Searched defs:force_channel_mode (Results 1 – 4 of 4) sorted by relevance

/btstack/test/sbc/
H A Dsbc_encoder.py92 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 Dsbc_encoder_test.py103 …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 Dsbc.py161 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 Dsbc_decoder_test.py85 force_channel_mode = int(sys.argv[2]) variable