Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
H A Duvcvideo.h363 struct uvc_stats_frame { struct
509 struct uvc_stats_frame frame;
364 sizeuvc_stats_frame global() argument
365 first_datauvc_stats_frame global() argument
367 nb_packetsuvc_stats_frame global() argument
368 nb_emptyuvc_stats_frame global() argument
369 nb_invaliduvc_stats_frame global() argument
370 nb_errorsuvc_stats_frame global() argument
372 nb_ptsuvc_stats_frame global() argument
373 nb_pts_diffsuvc_stats_frame global() argument
374 last_pts_diffuvc_stats_frame global() argument
375 has_initial_ptsuvc_stats_frame global() argument
376 has_early_ptsuvc_stats_frame global() argument
377 ptsuvc_stats_frame global() argument
379 nb_scruvc_stats_frame global() argument
380 nb_scr_diffsuvc_stats_frame global() argument
381 scr_sofuvc_stats_frame global() argument
382 scr_stcuvc_stats_frame global() argument
H A Duvc_video.c1024 struct uvc_stats_frame *frame = &stream->stats.frame; in uvc_video_stats_update()