Home
last modified time | relevance | path

Searched refs:realHeight (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
DExynos_OMX_VdecControl.c1216 OMX_U32 realWidth, realHeight; in Exynos_OMX_VideoDecodeSetParameter() local
1258 realHeight = pExynosPort->portDefinition.format.video.nFrameHeight; in Exynos_OMX_VideoDecodeSetParameter()
1260 height = ((realHeight + 15) & (~15)); in Exynos_OMX_VideoDecodeSetParameter()
1266 if (realWidth != originalWidth || realHeight != originalHeight) { in Exynos_OMX_VideoDecodeSetParameter()
1270 pExynosPort->cropRectangle.nHeight = realHeight; in Exynos_OMX_VideoDecodeSetParameter()
1282 if (realWidth != originalWidth || realHeight != originalHeight) { in Exynos_OMX_VideoDecodeSetParameter()
1286 pExynosOutputPort->cropRectangle.nHeight = realHeight; in Exynos_OMX_VideoDecodeSetParameter()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderDef.h282 uint32_t realHeight; member
DVideoEncoderBase.cpp1616 vinfo.height = upStreamBuffer->bufAttrib->realHeight; in setUpstreamBuffer()