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

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 336 unsigned int *luma_size, unsigned int *chroma_size)
344 *luma_size = size;
353 *luma_size = size;
357 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height));
362 *luma_size = FRAME_SIZE(hal_pixel_format, width, height);
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 223 size_t luma_size, chroma_size; local
245 luma_size = luma_vstride * *stride;
256 luma_size = luma_vstride * *stride;
268 luma_size = luma_vstride * *stride * 2;
281 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
285 *hnd = new private_handle_t(fd, luma_size, usage, w, h,
296 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h,
299 *hnd = new private_handle_t(fd, fd1, luma_size, usage, w, h, format,
  /hardware/samsung_slsi/exynos5/include/
exynos_format.h 136 unsigned int *luma_size,
  /external/webp/include/webp/
decode.h 116 // chroma ones. The size of each plane buffer is passed as 'luma_size',
122 uint8_t* luma, size_t luma_size, int luma_stride,
285 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
294 uint8_t* luma, size_t luma_size, int luma_stride,
302 uint8_t* luma, size_t luma_size, int luma_stride,
  /external/webp/src/dec/
idec.c 620 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
629 luma_size = u_size = v_size = a_size = 0;
635 if (luma_size == 0 || u_size == 0 || v_size == 0) return NULL;
650 idec->output_.u.YUVA.y_size = luma_size;
663 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
666 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 515 uint8_t* luma, size_t luma_size, int luma_stride,
527 output.u.YUVA.y_size = luma_size;
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 1494 unsigned int luma_size, luma_size_2k; local
    [all...]

Completed in 182 milliseconds