Searched defs:uvc_stats_stream (Results 1 – 1 of 1) sorted by relevance
420 struct uvc_stats_stream { struct421 struct timespec start_ts; /* Stream start timestamp */422 struct timespec stop_ts; /* Stream stop timestamp */424 unsigned int nb_frames; /* Number of frames */426 unsigned int nb_packets; /* Number of packets */427 unsigned int nb_empty; /* Number of empty packets */428 unsigned int nb_invalid; /* Number of packets with an invalid header */429 unsigned int nb_errors; /* Number of packets with the error bit set */431 unsigned int nb_pts_constant; /* Number of frames with constant PTS */432 unsigned int nb_pts_early; /* Number of frames with early PTS */[all …]