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

  /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/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 1494 unsigned int luma_size, luma_size_2k; local
    [all...]

Completed in 1223 milliseconds