Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
Duvcvideo.h363 struct uvc_stats_stream { struct
364 ktime_t start_ts; /* Stream start timestamp */
365 ktime_t stop_ts; /* Stream stop timestamp */
367 unsigned int nb_frames; /* Number of frames */
369 unsigned int nb_packets; /* Number of packets */
370 unsigned int nb_empty; /* Number of empty packets */
371 unsigned int nb_invalid; /* Number of packets with an invalid header */
372 unsigned int nb_errors; /* Number of packets with the error bit set */
374 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
375 unsigned int nb_pts_early; /* Number of frames with early PTS */
[all …]