Searched defs:uvc_stats_frame (Results 1 – 2 of 2) sorted by relevance
348 struct uvc_stats_frame { struct349 unsigned int size; /* Number of bytes captured */350 unsigned int first_data; /* Index of the first non-empty packet */352 unsigned int nb_packets; /* Number of packets */353 unsigned int nb_empty; /* Number of empty packets */354 unsigned int nb_invalid; /* Number of packets with an invalid header */355 unsigned int nb_errors; /* Number of packets with the error bit set */357 unsigned int nb_pts; /* Number of packets with a PTS timestamp */358 unsigned int nb_pts_diffs; /* Number of PTS differences inside a frame */359 unsigned int last_pts_diff; /* Index of the last PTS difference */[all …]
457 struct uvc_stats_frame { struct458 unsigned int size; /* Number of bytes captured */459 unsigned int first_data; /* Index of the first non-empty packet */461 unsigned int nb_packets; /* Number of packets */462 unsigned int nb_empty; /* Number of empty packets */463 unsigned int nb_invalid; /* Number of packets with an invalid header */464 unsigned int nb_errors; /* Number of packets with the error bit set */466 unsigned int nb_pts; /* Number of packets with a PTS timestamp */467 unsigned int nb_pts_diffs; /* Number of PTS differences inside a frame */468 unsigned int last_pts_diff; /* Index of the last PTS difference */[all …]