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

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.c1053 OMX_AUDIO_PARAM_PORTFORMATTYPE *portFormat = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
1054 OMX_U32 portIndex = portFormat->nPortIndex;
1055 OMX_U32 index = portFormat->nIndex;
1060 ret = Exynos_OMX_Check_SizeVersion(portFormat, sizeof(OMX_AUDIO_PARAM_PORTFORMATTYPE));
1081 portFormat->eEncoding = portDefinition->format.audio.eEncoding;
1092 portFormat->eEncoding = portDefinition->format.audio.eEncoding;
1150 OMX_AUDIO_PARAM_PORTFORMATTYPE *portFormat = (OMX_AUDIO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
1151 OMX_U32 portIndex = portFormat->nPortIndex;
1152 OMX_U32 index = portFormat->nIndex;
1157 ret = Exynos_OMX_Check_SizeVersion(portFormat, sizeo
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_VdecControl.c1015 OMX_VIDEO_PARAM_PORTFORMATTYPE *portFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
1016 OMX_U32 portIndex = portFormat->nPortIndex;
1017 OMX_U32 index = portFormat->nIndex;
1022 ret = Exynos_OMX_Check_SizeVersion(portFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE));
1043 portFormat->eCompressionFormat = portDefinition->format.video.eCompressionFormat;
1044 portFormat->eColorFormat = portDefinition->format.video.eColorFormat;
1045 portFormat->xFramerate = portDefinition->format.video.xFramerate;
1054 portFormat->eCompressionFormat = OMX_VIDEO_CodingUnused;
1055 portFormat->eColorFormat = OMX_COLOR_FormatYUV420Planar;
1056 portFormat
1191 OMX_VIDEO_PARAM_PORTFORMATTYPE *portFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c963 OMX_VIDEO_PARAM_PORTFORMATTYPE *portFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
964 OMX_U32 portIndex = portFormat->nPortIndex;
965 OMX_U32 index = portFormat->nIndex;
970 ret = Exynos_OMX_Check_SizeVersion(portFormat, sizeof(OMX_VIDEO_PARAM_PORTFORMATTYPE));
987 portFormat->eCompressionFormat = OMX_VIDEO_CodingUnused;
988 portFormat->eColorFormat = OMX_COLOR_FormatYUV420Planar;
989 portFormat->xFramerate = portDefinition->format.video.xFramerate;
992 portFormat->eCompressionFormat = OMX_VIDEO_CodingUnused;
993 portFormat->eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
994 portFormat
1177 OMX_VIDEO_PARAM_PORTFORMATTYPE *portFormat = (OMX_VIDEO_PARAM_PORTFORMATTYPE *)ComponentParameterStructure; local
[all...]

Completed in 1622 milliseconds