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

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c361 int imageSize = 0; local
376 imageSize = width * height;
384 pYUVBuf[1] = (unsigned char *)pOutputBuf + imageSize;
385 pYUVBuf[2] = (unsigned char *)pOutputBuf + imageSize + imageSize / 4;
630 int imageSize = 0; local
637 imageSize = width * height;

Completed in 28 milliseconds