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

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1186 OMX_VIDEO_PARAM_MPEG4TYPE *pDstMpeg4Component = (OMX_VIDEO_PARAM_MPEG4TYPE *)pComponentParameterStructure; local
1190 ret = Exynos_OMX_Check_SizeVersion(pDstMpeg4Component, sizeof(OMX_VIDEO_PARAM_MPEG4TYPE));
1195 if (pDstMpeg4Component->nPortIndex >= ALL_PORT_NUM) {
1201 pSrcMpeg4Component = &pMpeg4Enc->mpeg4Component[pDstMpeg4Component->nPortIndex];
1203 Exynos_OSAL_Memcpy(pDstMpeg4Component, pSrcMpeg4Component, sizeof(OMX_VIDEO_PARAM_MPEG4TYPE));
1381 OMX_VIDEO_PARAM_MPEG4TYPE *pDstMpeg4Component = NULL; local
1396 pDstMpeg4Component = &pMpeg4Enc->mpeg4Component[pSrcMpeg4Component->nPortIndex];
1398 Exynos_OSAL_Memcpy(pDstMpeg4Component, pSrcMpeg4Component, sizeof(OMX_VIDEO_PARAM_MPEG4TYPE));
1452 OMX_VIDEO_PARAM_MPEG4TYPE *pDstMpeg4Component = NULL; local
1473 pDstMpeg4Component
[all...]

Completed in 27 milliseconds