Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/usb/uvc/
Duvc_video.c831 stream->stats.frame.has_early_pts = true; in uvc_video_stats_decode()
884 frame->has_early_pts ? "" : "!", in uvc_video_stats_update()
895 if (frame->has_early_pts) in uvc_video_stats_update()
Duvcvideo.h462 bool has_early_pts; /* Whether a PTS is present before the first non-empty packet */ member