|
@@ -116,6 +116,8 @@ int v4l2_m2m_qbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
struct v4l2_buffer *buf);
|
|
struct v4l2_buffer *buf);
|
|
int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
int v4l2_m2m_dqbuf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
struct v4l2_buffer *buf);
|
|
struct v4l2_buffer *buf);
|
|
|
|
+int v4l2_m2m_prepare_buf(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
|
|
+ struct v4l2_buffer *buf);
|
|
int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
int v4l2_m2m_create_bufs(struct file *file, struct v4l2_m2m_ctx *m2m_ctx,
|
|
struct v4l2_create_buffers *create);
|
|
struct v4l2_create_buffers *create);
|
|
|
|
|
|
@@ -248,6 +250,8 @@ int v4l2_m2m_ioctl_qbuf(struct file *file, void *fh,
|
|
struct v4l2_buffer *buf);
|
|
struct v4l2_buffer *buf);
|
|
int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
|
|
int v4l2_m2m_ioctl_dqbuf(struct file *file, void *fh,
|
|
struct v4l2_buffer *buf);
|
|
struct v4l2_buffer *buf);
|
|
|
|
+int v4l2_m2m_ioctl_prepare_buf(struct file *file, void *fh,
|
|
|
|
+ struct v4l2_buffer *buf);
|
|
int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
|
|
int v4l2_m2m_ioctl_streamon(struct file *file, void *fh,
|
|
enum v4l2_buf_type type);
|
|
enum v4l2_buf_type type);
|
|
int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
|
|
int v4l2_m2m_ioctl_streamoff(struct file *file, void *fh,
|