summaryrefslogtreecommitdiff
path: root/v4l2-mfc-example/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l2-mfc-example/common.h')
-rw-r--r--v4l2-mfc-example/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/v4l2-mfc-example/common.h b/v4l2-mfc-example/common.h
index aff8972..ea5a9d7 100644
--- a/v4l2-mfc-example/common.h
+++ b/v4l2-mfc-example/common.h
@@ -165,6 +165,8 @@ struct instance {
int stride;
int height;
char *p[MAX_BUFS];
+ int dbuf[MAX_BUFS];
+ int dmabuf;
} fimc;
/* MFC related parameters */
@@ -193,6 +195,7 @@ struct instance {
char *cap_buf_addr[MFC_MAX_CAP_BUF][MFC_CAP_PLANES];
int cap_buf_flag[MFC_MAX_CAP_BUF];
int cap_buf_queued;
+ int dbuf[MFC_MAX_CAP_BUF][MFC_CAP_PLANES];
} mfc;
/* Parser related parameters */