Searched refs:luma_size (Results 1 – 5 of 5) sorted by relevance
/hardware/samsung_slsi/exynos5/libexynosutils/ |
D | exynos5_format_v4l2.c | 318 unsigned int *luma_size, unsigned int *chroma_size) in PLANAR_FRAME_SIZE() argument 326 *luma_size = size; in PLANAR_FRAME_SIZE() 335 *luma_size = size; in PLANAR_FRAME_SIZE() 339 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)); in PLANAR_FRAME_SIZE() 344 *luma_size = FRAME_SIZE(hal_pixel_format, width, height); in PLANAR_FRAME_SIZE()
|
/hardware/samsung_slsi/exynos5/gralloc/ |
D | gralloc.cpp | 233 size_t luma_size, chroma_size; in gralloc_alloc_yuv() local 255 luma_size = luma_vstride * *stride; in gralloc_alloc_yuv() 266 luma_size = luma_vstride * *stride; in gralloc_alloc_yuv() 278 luma_size = luma_vstride * *stride * 2; in gralloc_alloc_yuv() 291 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd); in gralloc_alloc_yuv() 295 *hnd = new private_handle_t(fd, luma_size, usage, w, h, in gralloc_alloc_yuv() 306 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h, in gralloc_alloc_yuv() 309 *hnd = new private_handle_t(fd, fd1, luma_size, usage, w, h, format, in gralloc_alloc_yuv()
|
/hardware/samsung_slsi/exynos5/include/ |
D | exynos_format.h | 136 unsigned int *luma_size,
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1492 unsigned int luma_size, luma_size_2k; in venc_use_buf() local 1497 luma_size = ht * wd; in venc_use_buf() 1498 luma_size_2k = (luma_size + 2047) & ~2047; in venc_use_buf() 1500 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047); in venc_use_buf()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 1696 unsigned int luma_size, luma_size_2k; in venc_use_buf() local 1701 luma_size = ht * wd; in venc_use_buf() 1702 luma_size_2k = (luma_size + 2047) & ~2047; in venc_use_buf() 1704 dev_buffer.sz = luma_size_2k + ((luma_size/2 + 2047) & ~2047); in venc_use_buf()
|