Searched defs:frame_count (Results 1 – 13 of 13) sorted by relevance
/btstack/test/sbc/ |
H A D | sbc_decoder_test.py | 13 def sbc_compare_pcm(frame_count, actual_frame, expected_frame): argument 26 def sbc_compare_headers(frame_count, actual_frame, expected_frame): argument 58 def get_actual_frame(fin, implementation, frame_count): argument
|
H A D | sbc_encoder_test.py | 14 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
|
H A D | sbc_decoder_sine.c | 58 static int frame_count = 0; variable
|
H A D | sbc_decoder_test.c | 62 static int frame_count = 0; variable
|
H A D | pklg_msbc_test.c | 64 static int frame_count = 0; variable
|
H A D | sbc_decoder.py | 344 frame_count = 0 variable
|
/btstack/src/classic/ |
H A D | btstack_sbc_plc.h | 68 int frame_count; member
|
H A D | btstack_cvsd_plc.h | 75 int frame_count; member
|
H A D | btstack_sbc_bluedroid.c | 243 static int frame_count = 0; in btstack_sbc_decoder_bluedroid_simulate_error() local
|
H A D | btstack_sbc_decoder_bluedroid.c | 215 static int frame_count = 0; in btstack_sbc_decoder_bluedroid_simulate_error() local
|
/btstack/test/lc3/ |
H A D | lc3_encoder.c | 64 static uint32_t frame_count = 0; variable
|
H A D | lc3_decoder.c | 63 static uint32_t frame_count = 0; variable
|
/btstack/platform/posix/ |
H A D | wav_util.c | 68 int frame_count; member
|