Searched defs:plotting_data (Results 1 – 3 of 3) sorted by relevance
34 struct plotting_data { struct35 int frameNum; /* current frame number */36 int frameNum123;37 int num_samples; /* number of pcm samples read for this frame */38 double frametime; /* starting time of frame, in seconds */39 double pcmdata[2][1600];40 double pcmdata2[2][1152 + 1152 - DECDELAY];41 double xr[2][2][576];42 double mpg123xr[2][2][576];43 double ms_ratio[2];[all …]
119 typedef struct plotting_data plotting_data; typedef
43 typedef struct plotting_data plotting_data; typedef