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 236 size_t luma_size, chroma_size; local
258 luma_size = luma_vstride * *stride;
269 luma_size = luma_vstride * *stride;
281 luma_size = luma_vstride * *stride * 2;
294 err = ion_alloc_fd(ionfd, luma_size, 0, heap_mask, ion_flags, &fd);
298 *hnd = new private_handle_t(fd, luma_size, usage, w, h,
309 *hnd = new private_handle_t(fd, fd1, fd2, luma_size, usage, w, h,
312 *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 646 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
655 luma_size = u_size = v_size = a_size = 0;
661 if (luma_size == 0 || u_size == 0 || v_size == 0) return NULL;
676 idec->output_.u.YUVA.y_size = luma_size;
689 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
692 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 551 uint8_t* luma, size_t luma_size, int luma_stride,
563 output.u.YUVA.y_size = luma_size;
  /external/webp/src/dec/
idec.c 650 WebPIDecoder* WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride,
659 luma_size = u_size = v_size = a_size = 0;
665 if (luma_size == 0 || u_size == 0 || v_size == 0) return NULL;
680 idec->output_.u.YUVA.y_size = luma_size;
693 WebPIDecoder* WebPINewYUV(uint8_t* luma, size_t luma_size, int luma_stride,
696 return WebPINewYUVA(luma, luma_size, luma_stride,
webp.c 534 uint8_t* luma, size_t luma_size, int luma_stride,
546 output.u.YUVA.y_size = luma_size;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1494 unsigned int luma_size, luma_size_2k; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1592 unsigned int luma_size, luma_size_2k; local
    [all...]

Completed in 431 milliseconds