Home
last modified time | relevance | path

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

/btstack/test/sbc/
H A Dsbc.py140 def calculate_max_subbandsample(nr_blocks, nr_channels, nr_subbands, sb_sample): argument
151 def calculate_scalefactors(nr_blocks, nr_channels, nr_subbands, sb_sample): argument
205 nr_channels = 0 variable in SBCFrame
224 …def __init__(self, nr_blocks=16, nr_subbands=4, nr_channels=1, bitpool=31, sampling_frequency=4410… argument
235 def init(self, nr_blocks, nr_subbands, nr_channels): argument
H A Dsbc_encoder.py169 nr_channels = fin.getnchannels() variable
172 nr_channels = 1 variable
179 nr_channels = fin.getnchannels() variable
H A Dsbc_decoder_test.py69 def get_expected_frame(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpo… argument
100nr_channels, sampwidth, sampling_frequency, nr_audio_frames, comptype, compname = fin_expected.ge… variable
H A Dsbc_encoder_test.py103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument
144 nr_channels = fin.getnchannels() variable