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

  /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/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 2402 milliseconds