Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libexynosutils/
Dexynos5_format_v4l2.c318 unsigned int *luma_size, unsigned int *chroma_size) in PLANAR_FRAME_SIZE() argument
327 *chroma_size = size >> 2; in PLANAR_FRAME_SIZE()
336 *chroma_size = (size >> 2) << 1; in PLANAR_FRAME_SIZE()
340 *chroma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * in PLANAR_FRAME_SIZE()
/hardware/samsung_slsi/exynos5/gralloc/
Dgralloc.cpp233 size_t luma_size, chroma_size; in gralloc_alloc_yuv() local
256 chroma_size = (luma_vstride / 2) * ALIGN(*stride / 2, 16); in gralloc_alloc_yuv()
267 chroma_size = chroma_vstride * *stride; in gralloc_alloc_yuv()
279 chroma_size = 0; in gralloc_alloc_yuv()
298 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd1); in gralloc_alloc_yuv()
302 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd2); in gralloc_alloc_yuv()
/hardware/samsung_slsi/exynos5/include/
Dexynos_format.h137 unsigned int *chroma_size);