Searched defs:nSrcBufType (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c112 int nSrcBufType, int nDstBufType);
880 int nSrcBufType,int nDstBufType)
885 if((nSrcBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE) && (nDstBufType == COLORCONVERT_BUFTYPE_VIRTUAL))
889 else if((nSrcBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE) && (nDstBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE ))
876 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c111 int nSrcBufType, int nDstBufType);
867 int nSrcBufType,int nDstBufType)
872 if((nSrcBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE) && (nDstBufType == COLORCONVERT_BUFTYPE_VIRTUAL))
877 else if((nSrcBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE) && (nDstBufType == COLORCONVERT_BUFTYPE_GRALLOCOPAQUE ))
863 COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS], void *pDst[COLORCONVERT_MAX_SUB_BUFFERS], int nWidth, int nHeight, int nStride, int nSrcBufType,int nDstBufType) argument

Completed in 613 milliseconds