Home
last modified time | relevance | path

Searched defs:actual_frame (Results 1 – 2 of 2) sorted by relevance

/btstack/test/sbc/
H A Dsbc_encoder_test.py14 def sbc_compare_subband_samples(frame_count, actual_frame, expected_frame): argument
29 def sbc_compare_audio_frames(frame_count, actual_frame, expected_frame): argument
46 def sbc_compare_headers(frame_count, actual_frame, expected_frame): argument
161actual_frame = get_actual_frame(fin, nr_blocks, nr_subbands, nr_channels, bitpool, sampling_freque… variable
H A Dsbc_decoder_test.py13 def sbc_compare_pcm(frame_count, actual_frame, expected_frame): argument
26 def sbc_compare_headers(frame_count, actual_frame, expected_frame): argument
114 actual_frame = get_actual_frame(fin, implementation, subband_frame_count) variable