Lines Matching defs:uvc_stats_frame
347 struct uvc_stats_frame { struct
348 unsigned int size; /* Number of bytes captured */
349 unsigned int first_data; /* Index of the first non-empty packet */
351 unsigned int nb_packets; /* Number of packets */
352 unsigned int nb_empty; /* Number of empty packets */
353 unsigned int nb_invalid; /* Number of packets with an invalid header */
354 unsigned int nb_errors; /* Number of packets with the error bit set */
356 unsigned int nb_pts; /* Number of packets with a PTS timestamp */
357 unsigned int nb_pts_diffs; /* Number of PTS differences inside a frame */
358 unsigned int last_pts_diff; /* Index of the last PTS difference */
359 bool has_initial_pts; /* Whether the first non-empty packet has a PTS */
360 bool has_early_pts; /* Whether a PTS is present before the first non-empty packet */
361 u32 pts; /* PTS of the last packet */
363 unsigned int nb_scr; /* Number of packets with a SCR timestamp */
364 unsigned int nb_scr_diffs; /* Number of SCR.STC differences inside a frame */
365 u16 scr_sof; /* SCR.SOF of the last packet */
366 u32 scr_stc; /* SCR.STC of the last packet */