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

  /hardware/samsung_slsi/exynos5/libexynosutils/
exynos5_format_v4l2.c 318 unsigned int *luma_size, unsigned int *chroma_size)
326 *luma_size = size;
335 *luma_size = size;
339 *luma_size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height));
344 *luma_size = FRAME_SIZE(hal_pixel_format, width, height);
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 233 size_t luma_size, chroma_size; local
255 luma_size = luma_vstride * *stride;
266 luma_size = luma_vstride * *stride;
278 luma_size = luma_vstride * *stride * 2;
291 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
295 *hnd = new private_handle_t(fd, luma_size, usage, w, h,
306 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h,
309 *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/chromium_org/third_party/libwebp/webp/
decode.h 118 // chroma ones. The size of each plane buffer is passed as 'luma_size',
124 uint8_t* luma, size_t luma_size, int luma_stride,
293 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
302 uint8_t* luma, size_t luma_size, int luma_stride,
310 uint8_t* luma, size_t luma_size, int luma_stride,
  /external/webp/include/webp/
decode.h 118 // chroma ones. The size of each plane buffer is passed as 'luma_size',
124 uint8_t* luma, size_t luma_size, int luma_stride,
293 // 'luma_size' and its stride 'luma_stride'. Similarly, the chroma-u plane
302 uint8_t* luma, size_t luma_size, int luma_stride,
310 uint8_t* luma, size_t luma_size, int luma_stride,
  /external/chromium_org/third_party/libwebp/dec/
idec.c 660 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
669 luma_size = u_size = v_size = a_size = 0;
675 if (luma_size == 0 || u_size == 0 || v_size == 0) return NULL;
690 idec->output_.u.YUVA.y_size = luma_size;
703 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
706 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 571 uint8_t* luma, size_t luma_size, int luma_stride,
583 output.u.YUVA.y_size = luma_size;
  /external/webp/src/dec/
idec.c 660 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
669 luma_size = u_size = v_size = a_size = 0;
675 if (luma_size == 0 || u_size == 0 || v_size == 0) return NULL;
690 idec->output_.u.YUVA.y_size = luma_size;
703 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
706 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 583 uint8_t* luma, size_t luma_size, int luma_stride,
595 output.u.YUVA.y_size = luma_size;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1492 unsigned int luma_size, luma_size_2k; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1696 unsigned int luma_size, luma_size_2k; local
    [all...]

Completed in 1645 milliseconds