63 #ifndef _V4L2_CAPTURE_MODULE 64 #define _V4L2_CAPTURE_MODULE 67 #include <linux/videodev2.h> 76 char device[TIVX_TARGET_MAX_NAME];
int v4l2_capture_start(v4l2CaptureHandle *handle)
Definition: v4l2_capture_module.c:236
Buf * v4l2_capture_dqueue_buf(v4l2CaptureHandle *handle)
Definition: v4l2_capture_module.c:280
Definition: v4l2_capture_module.h:73
uint32_t width
Definition: v4l2_capture_module.h:74
uint32_t bufq_depth
Definition: v4l2_capture_module.h:78
int v4l2_capture_stop(v4l2CaptureHandle *handle)
Definition: v4l2_capture_module.c:315
v4l2CaptureHandle * v4l2_capture_create_handle(v4l2CaptureCfg *cfg)
Definition: v4l2_capture_module.c:193
uint32_t pix_format
Definition: v4l2_capture_module.h:77
int v4l2_capture_delete_handle(v4l2CaptureHandle *handle)
Definition: v4l2_capture_module.c:328
int v4l2_capture_enqueue_buf(v4l2CaptureHandle *handle, Buf *tiovx_buffer)
Definition: v4l2_capture_module.c:251
uint32_t height
Definition: v4l2_capture_module.h:75
void v4l2_capture_init_cfg(v4l2CaptureCfg *cfg)
Definition: v4l2_capture_module.c:83
Definition: v4l2_capture_module.c:92
v4l2CaptureCfg cfg
Definition: v4l2_capture_module.c:93