Searched refs:realHeight (Results 1 – 3 of 3) sorted by relevance
1216 OMX_U32 realWidth, realHeight; in Exynos_OMX_VideoDecodeSetParameter() local1258 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()
282 uint32_t realHeight; member
1616 vinfo.height = upStreamBuffer->bufAttrib->realHeight; in setUpstreamBuffer()