enum v4l2_buf_type type; /* buffer type */ /* * enum v4l2_buf_type * { * V4L2_BUF_TYPE_VIDEO_CAPTURE = 1, // 指定buf的类型为capture,用于视频捕获设备 * V4L2_BUF_TYPE_VIDEO_OUTPUT = 2, // 指定buf的类型为output,用于视频输出设备 * V4L2_BUF_TYPE_VIDEO_OVERLAY = 3, // 指定buf...
Signed-off-by: Hans Verkuil <hverk...@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> drivers/media/video/tvp7002.c | 126 --- 1 files changed, 0 insertions(+), 126 deletions(-) ---