Searched refs:scr_stc (Results 1 – 2 of 2) sorted by relevance
857 u32 scr_stc; in uvc_video_stats_decode() local894 scr_stc = get_unaligned_le32(&data[header_size - 6]); in uvc_video_stats_decode()925 if (stream->stats.frame.scr_stc != scr_stc) in uvc_video_stats_decode()938 stream->stats.frame.scr_stc = scr_stc; in uvc_video_stats_decode()975 frame->pts, frame->scr_stc, frame->scr_sof); in uvc_video_stats_update()
361 u32 scr_stc; /* SCR.STC of the last packet */ member