Home
last modified time | relevance | path

Searched refs:octave_fprintf_array_int16 (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dbtstack_sbc_plc.c191 static void octave_fprintf_array_int16(FILE * oct_file, char * name, int data_len, int16_t * data){ in octave_fprintf_array_int16() function
224 octave_fprintf_array_int16(oct_file, hist_name, SBC_LHIST, plc_state->hist); in octave_fprintf_plot_history_frame()
296 octave_fprintf_array_int16(oct_file, out_name, SBC_FS, plc_state->hist+x0); in octave_fprintf_plot_output()
304 octave_fprintf_array_int16(oct_file, rest_hist_name, SBC_OLAL + SBC_RT, plc_state->hist+x0); in octave_fprintf_plot_output()
310 octave_fprintf_array_int16(oct_file, new_hist_name, SBC_LHIST, plc_state->hist); in octave_fprintf_plot_output()
H A Dbtstack_cvsd_plc.c182 static void octave_fprintf_array_int16(FILE * oct_file, char * name, int data_len, int16_t * data){ in octave_fprintf_array_int16() function
215 octave_fprintf_array_int16(oct_file, hist_name, CVSD_LHIST, plc_state->hist); in octave_fprintf_plot_history_frame()
287 octave_fprintf_array_int16(oct_file, out_name, CVSD_FS, plc_state->hist+x0); in octave_fprintf_plot_output()
295 octave_fprintf_array_int16(oct_file, rest_hist_name, CVSD_OLAL + CVSD_RT, plc_state->hist+x0); in octave_fprintf_plot_output()
301 octave_fprintf_array_int16(oct_file, new_hist_name, CVSD_LHIST, plc_state->hist); in octave_fprintf_plot_output()