aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/inc/khronos/openmax/include/OMX_Core.h14
1 files changed, 11 insertions, 3 deletions
diff --git a/core/inc/khronos/openmax/include/OMX_Core.h b/core/inc/khronos/openmax/include/OMX_Core.h
index 91e2ed1..8f8f47f 100644
--- a/core/inc/khronos/openmax/include/OMX_Core.h
+++ b/core/inc/khronos/openmax/include/OMX_Core.h
@@ -392,9 +392,17 @@ typedef struct OMX_PARAM_COMPONENTROLETYPE {
*/
#define OMX_BUFFERFLAG_CODECCONFIG 0x00000080
-#ifdef BUFFERFLAG_EXT
-#define OMX_BUFFERFLAG_FIELD 0x00010000
-#endif
+/* interlaced frame flag: This flag is set to indicate the buffer contains
+ * top and bottom field and display ordering is top field first.
+ * @ingroup buf
+ */
+#define OMX_BUFFERFLAG_TFF 0x00010000
+
+/* interlaced frame flag: This flag is set to indicate the buffer contains
+ * top and bottom field and display ordering is bottom field first.
+ * @ingroup buf
+ */
+#define OMX_BUFFERFLAG_BFF 0x00020000
/** @ingroup buf */
typedef struct OMX_BUFFERHEADERTYPE