Searched refs:luma_size (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c334 unsigned int *luma_size, unsigned int *chroma_size)
342 *luma_size = size;
351 *luma_size = size;
355 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height));
360 *luma_size = FRAME_SIZE(hal_pixel_format, width, height);
333 PLANAR_FRAME_SIZE(int hal_pixel_format, int width, int height, unsigned int *luma_size, unsigned int *chroma_size) argument
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp220 size_t luma_size, chroma_size; local
242 luma_size = luma_vstride * *stride;
253 luma_size = luma_vstride * *stride;
265 luma_size = luma_vstride * *stride * 2;
278 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
282 *hnd = new private_handle_t(fd, luma_size, usage, w, h,
293 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h,
296 *hnd = new private_handle_t(fd, fd1, luma_size, usage, w, h, format,
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_format.h118 unsigned int *luma_size,
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device.cpp1480 unsigned int luma_size, luma_size_2k; local
1485 luma_size = ht * wd;
1486 luma_size_2k = (luma_size + 2047) & ~2047;
1488 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047);

Completed in 239 milliseconds