Home
last modified time | relevance | path

Searched defs:uvc_stats_stream (Results 1 – 1 of 1) sorted by relevance

/drivers/media/usb/uvc/
Duvcvideo.h479 struct uvc_stats_stream { struct
480 ktime_t start_ts; /* Stream start timestamp */
481 ktime_t stop_ts; /* Stream stop timestamp */
483 unsigned int nb_frames; /* Number of frames */
485 unsigned int nb_packets; /* Number of packets */
486 unsigned int nb_empty; /* Number of empty packets */
487 unsigned int nb_invalid; /* Number of packets with an invalid header */
488 unsigned int nb_errors; /* Number of packets with the error bit set */
490 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
491 unsigned int nb_pts_early; /* Number of frames with early PTS */
[all …]