Lines Matching defs:uvc_stats_stream
420 struct uvc_stats_stream { struct
421 struct timespec start_ts; /* Stream start timestamp */
422 struct timespec stop_ts; /* Stream stop timestamp */
424 unsigned int nb_frames; /* Number of frames */
426 unsigned int nb_packets; /* Number of packets */
427 unsigned int nb_empty; /* Number of empty packets */
428 unsigned int nb_invalid; /* Number of packets with an invalid header */
429 unsigned int nb_errors; /* Number of packets with the error bit set */
431 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
432 unsigned int nb_pts_early; /* Number of frames with early PTS */
433 unsigned int nb_pts_initial; /* Number of frames with initial PTS */
435 unsigned int nb_scr_count_ok; /* Number of frames with at least one SCR per non empty packet */
436 unsigned int nb_scr_diffs_ok; /* Number of frames with varying SCR.STC */
437 unsigned int scr_sof_count; /* STC.SOF counter accumulated since stream start */
438 unsigned int scr_sof; /* STC.SOF of the last packet */
439 unsigned int min_sof; /* Minimum STC.SOF value */
440 unsigned int max_sof; /* Maximum STC.SOF value */