video_dec: Add missing prototype for Exynos_Allocate_CodecBuffers
authorAndreas Schneider <asn@cryptomilk.org>
Tue, 5 May 2015 22:39:34 +0000 (00:39 +0200)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Tue, 30 Jun 2015 05:32:53 +0000 (22:32 -0700)
Change-Id: Ib35f1e7ffee77cde1f588fee81e20b3505c93be2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
component/video/dec/Exynos_OMX_Vdec.h

index 5f7e938c376919a744b3232dfd87e5b308fd6e99..a83f74248557412a2a1c1c8de723208f7180eb1f 100644 (file)
@@ -165,6 +165,12 @@ OMX_ERRORTYPE Exynos_OMX_VideoDecodeComponentDeinit(OMX_IN OMX_HANDLETYPE hCompo
 OMX_ERRORTYPE Exynos_ResetAllPortConfig(OMX_COMPONENTTYPE *pOMXComponent);
 void Exynos_Free_CodecBuffers(OMX_COMPONENTTYPE *pOMXComponent, OMX_U32 nPortIndex);
 
+OMX_ERRORTYPE Exynos_Allocate_CodecBuffers(
+    OMX_COMPONENTTYPE   *pOMXComponent,
+    OMX_U32              nPortIndex,
+    OMX_U32              nBufferCnt,
+    OMX_U32              nPlaneSize[MAX_BUFFER_PLANE]);
+
 #ifdef __cplusplus
 }
 #endif