Home
last modified time | relevance | path

Searched refs:max_consecutive_bad_frames_nr (Results 1 – 5 of 5) sorted by relevance

/btstack/src/classic/
H A Dbtstack_sbc_plc.h69 int max_consecutive_bad_frames_nr; member
H A Dbtstack_sbc_plc.c334 if (plc_state->max_consecutive_bad_frames_nr < plc_state->nbf){ in btstack_sbc_plc_bad_frame()
335 plc_state->max_consecutive_bad_frames_nr = plc_state->nbf; in btstack_sbc_plc_bad_frame()
459 log_info("Max Consecutive bad frames: %d\n", state->max_consecutive_bad_frames_nr); in btstack_sbc_dump_statistics()
H A Dbtstack_cvsd_plc.h76 int max_consecutive_bad_frames_nr; member
H A Dbtstack_cvsd_plc.c321 if (plc_state->max_consecutive_bad_frames_nr < plc_state->nbf){ in btstack_cvsd_plc_bad_frame()
322 plc_state->max_consecutive_bad_frames_nr = plc_state->nbf; in btstack_cvsd_plc_bad_frame()
511 log_info("Max Consecutive bad frames: %d\n", state->max_consecutive_bad_frames_nr); in btstack_cvsd_dump_statistics()
/btstack/test/sbc/
H A Dpklg_msbc_test.c171 consecutive = state.plc_state.max_consecutive_bad_frames_nr; in process_file()