Searched defs:uvc_stats_stream (Results 1 – 1 of 1) sorted by relevance
384 struct uvc_stats_stream { struct385 struct timespec start_ts; /* Stream start timestamp */386 struct timespec stop_ts; /* Stream stop timestamp */388 unsigned int nb_frames; /* Number of frames */390 unsigned int nb_packets; /* Number of packets */391 unsigned int nb_empty; /* Number of empty packets */392 unsigned int nb_invalid; /* Number of packets with an invalid header */393 unsigned int nb_errors; /* Number of packets with the error bit set */395 unsigned int nb_pts_constant; /* Number of frames with constant PTS */396 unsigned int nb_pts_early; /* Number of frames with early PTS */[all …]