Linux Kernel
3.7.1
|
#include <uvcvideo.h>
Data Fields | |
unsigned int | size |
unsigned int | first_data |
unsigned int | nb_packets |
unsigned int | nb_empty |
unsigned int | nb_invalid |
unsigned int | nb_errors |
unsigned int | nb_pts |
unsigned int | nb_pts_diffs |
unsigned int | last_pts_diff |
bool | has_initial_pts |
bool | has_early_pts |
u32 | pts |
unsigned int | nb_scr |
unsigned int | nb_scr_diffs |
u16 | scr_sof |
u32 | scr_stc |
Definition at line 376 of file uvcvideo.h.
unsigned int first_data |
Definition at line 378 of file uvcvideo.h.
bool has_early_pts |
Definition at line 389 of file uvcvideo.h.
bool has_initial_pts |
Definition at line 388 of file uvcvideo.h.
unsigned int last_pts_diff |
Definition at line 387 of file uvcvideo.h.
unsigned int nb_empty |
Definition at line 381 of file uvcvideo.h.
unsigned int nb_errors |
Definition at line 383 of file uvcvideo.h.
unsigned int nb_invalid |
Definition at line 382 of file uvcvideo.h.
unsigned int nb_packets |
Definition at line 380 of file uvcvideo.h.
unsigned int nb_pts |
Definition at line 385 of file uvcvideo.h.
unsigned int nb_pts_diffs |
Definition at line 386 of file uvcvideo.h.
unsigned int nb_scr |
Definition at line 392 of file uvcvideo.h.
unsigned int nb_scr_diffs |
Definition at line 393 of file uvcvideo.h.
u32 pts |
Definition at line 390 of file uvcvideo.h.
u16 scr_sof |
Definition at line 394 of file uvcvideo.h.
u32 scr_stc |
Definition at line 395 of file uvcvideo.h.
unsigned int size |
Definition at line 377 of file uvcvideo.h.