Searched defs:uvc_stats_frame (Results 1 – 1 of 1) sorted by relevance
482 struct uvc_stats_frame { struct483 unsigned int size; /* Number of bytes captured */484 unsigned int first_data; /* Index of the first non-empty packet */486 unsigned int nb_packets; /* Number of packets */487 unsigned int nb_empty; /* Number of empty packets */491 unsigned int nb_pts; /* Number of packets with a PTS timestamp */493 unsigned int last_pts_diff; /* Index of the last PTS difference */496 u32 pts; /* PTS of the last packet */498 unsigned int nb_scr; /* Number of packets with a SCR timestamp */500 u16 scr_sof; /* SCR.SOF of the last packet */[all …]
Completed in 11 milliseconds