Searched refs:max_consecutive_bad_frames_nr (Results 1 – 5 of 5) sorted by relevance
69 int max_consecutive_bad_frames_nr; member
334 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()
76 int max_consecutive_bad_frames_nr; member
321 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()
171 consecutive = state.plc_state.max_consecutive_bad_frames_nr; in process_file()