Lines Matching defs:uvc_stats_stream
503 struct uvc_stats_stream { struct
504 ktime_t start_ts; /* Stream start timestamp */
505 ktime_t stop_ts; /* Stream stop timestamp */
507 unsigned int nb_frames; /* Number of frames */
509 unsigned int nb_packets; /* Number of packets */
510 unsigned int nb_empty; /* Number of empty packets */
511 unsigned int nb_invalid; /* Number of packets with an invalid header */
512 unsigned int nb_errors; /* Number of packets with the error bit set */
514 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
515 unsigned int nb_pts_early; /* Number of frames with early PTS */
516 unsigned int nb_pts_initial; /* Number of frames with initial PTS */
518 unsigned int nb_scr_count_ok; /* Number of frames with at least one SCR per non empty packet */
519 unsigned int nb_scr_diffs_ok; /* Number of frames with varying SCR.STC */
520 unsigned int scr_sof_count; /* STC.SOF counter accumulated since stream start */
521 unsigned int scr_sof; /* STC.SOF of the last packet */
522 unsigned int min_sof; /* Minimum STC.SOF value */
523 unsigned int max_sof; /* Maximum STC.SOF value */