Home
last modified time | relevance | path

Searched refs:last_pts_diff (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/usb/uvc/
H A Duvc_video.c925 stream->stats.frame.last_pts_diff = in uvc_video_stats_decode()
994 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
1010 if (frame->last_pts_diff <= frame->first_data) in uvc_video_stats_update()
H A Duvcvideo.h358 unsigned int last_pts_diff; /* Index of the last PTS difference */ member