Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/media/usb/uvc/
Duvcvideo.h465 struct uvc_stats_stream { struct
466 ktime_t start_ts; /* Stream start timestamp */
467 ktime_t stop_ts; /* Stream stop timestamp */
469 unsigned int nb_frames; /* Number of frames */
471 unsigned int nb_packets; /* Number of packets */
472 unsigned int nb_empty; /* Number of empty packets */
473 unsigned int nb_invalid; /* Number of packets with an invalid header */
474 unsigned int nb_errors; /* Number of packets with the error bit set */
476 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
477 unsigned int nb_pts_early; /* Number of frames with early PTS */
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
Duvcvideo.h478 struct uvc_stats_stream { struct
479 ktime_t start_ts; /* Stream start timestamp */
480 ktime_t stop_ts; /* Stream stop timestamp */
482 unsigned int nb_frames; /* Number of frames */
484 unsigned int nb_packets; /* Number of packets */
485 unsigned int nb_empty; /* Number of empty packets */
486 unsigned int nb_invalid; /* Number of packets with an invalid header */
487 unsigned int nb_errors; /* Number of packets with the error bit set */
489 unsigned int nb_pts_constant; /* Number of frames with constant PTS */
490 unsigned int nb_pts_early; /* Number of frames with early PTS */
[all …]