Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/uvc/
H A Duvc_video.c879 u32 scr_stc; in uvc_video_stats_decode() local
916 scr_stc = get_unaligned_le32(&data[header_size - 6]); in uvc_video_stats_decode()
947 if (stream->stats.frame.scr_stc != scr_stc) in uvc_video_stats_decode()
960 stream->stats.frame.scr_stc = scr_stc; in uvc_video_stats_decode()
997 frame->pts, frame->scr_stc, frame->scr_sof); in uvc_video_stats_update()
H A Duvcvideo.h367 u32 scr_stc; /* SCR.STC of the last packet */ member