Remove build warnings and fixed svace issues
[platform/adaptation/ap_samsung/libomxil-e3250-v4l2.git] / openmax / component / video / enc / Exynos_OMX_VencControl.h
old mode 100644 (file)
new mode 100755 (executable)
index f2bd4ed..3a7b5f4
@@ -87,6 +87,23 @@ OMX_ERRORTYPE Exynos_OMX_VideoEncodeGetExtensionIndex(
     OMX_IN OMX_HANDLETYPE  hComponent,\r
     OMX_IN OMX_STRING      szParameterName,\r
     OMX_OUT OMX_INDEXTYPE *pIndexType);\r
+OMX_ERRORTYPE Exynos_OutputBufferGetQueue(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent);\r
+OMX_BUFFERHEADERTYPE *Exynos_OutputBufferGetQueue_Direct(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent);\r
+OMX_ERRORTYPE Exynos_InputBufferGetQueue(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent);\r
+OMX_ERRORTYPE Exynos_CodecBufferEnqueue(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent,\r
+    OMX_U32                      nPortIndex,\r
+    OMX_PTR                      pData);\r
+OMX_ERRORTYPE Exynos_CodecBufferReset(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent,\r
+    OMX_U32                      nPortIndex);\r
+OMX_ERRORTYPE Exynos_CodecBufferDequeue(\r
+    EXYNOS_OMX_BASECOMPONENT    *pExynosComponent,\r
+    OMX_U32                      nPortIndex,\r
+    OMX_PTR                     *pData);\r
 OMX_ERRORTYPE Exynos_InputBufferReturn(OMX_COMPONENTTYPE *pOMXComponent);\r
 OMX_ERRORTYPE Exynos_OutputBufferReturn(OMX_COMPONENTTYPE *pOMXComponent);\r
 OMX_ERRORTYPE Exynos_OMX_BufferFlush(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex, OMX_BOOL bEvent);\r