Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/usb/uvc/
H A Duvcvideo.h379 struct uvc_stats_stream { struct
380 ktime_t start_ts; /* Stream start timestamp */
381 ktime_t stop_ts; /* Stream stop timestamp */
383 unsigned int nb_frames; /* Number of frames */
385 unsigned int nb_packets; /* Number of packets */
386 unsigned int nb_empty; /* Number of empty packets */
391 unsigned int nb_pts_early; /* Number of frames with early PTS */
392 unsigned int nb_pts_initial; /* Number of frames with initial PTS */
397 unsigned int scr_sof; /* STC.SOF of the last packet */
398 unsigned int min_sof; /* Minimum STC.SOF value */
[all …]