HomeSort by relevance Sort by last modified time
    Searched refs:chroma_size (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 137 unsigned int *chroma_size);
  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 336 unsigned int *luma_size, unsigned int *chroma_size)
345 *chroma_size = size >> 2;
354 *chroma_size = (size >> 2) << 1;
358 *chroma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) *
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 223 size_t luma_size, chroma_size; local
246 chroma_size = (luma_vstride / 2) * ALIGN(*stride / 2, 16);
257 chroma_size = chroma_vstride * *stride;
269 chroma_size = 0;
288 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd1);
292 err = ion_alloc_fd(ionfd, chroma_size, 0, heap_mask, ion_flags, &fd2);

Completed in 40 milliseconds