Searched defs:nr_channels (Results 1 – 4 of 4) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc.py | 140 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 D | sbc_encoder.py | 169 nr_channels = fin.getnchannels() variable 172 nr_channels = 1 variable 179 nr_channels = fin.getnchannels() variable
|
H A D | sbc_decoder_test.py | 69 def get_expected_frame(fin_expected, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpo… argument 100 …nr_channels, sampwidth, sampling_frequency, nr_audio_frames, comptype, compname = fin_expected.ge… variable
|
H A D | sbc_encoder_test.py | 103 def get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, sampling_frequency, bitpool, allocat… argument 144 nr_channels = fin.getnchannels() variable
|