Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_YV12 (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h77 MALI_GRALLOC_FORMAT_INTERNAL_YV12 = HAL_PIXEL_FORMAT_YV12, enumerator
194 if (format == MALI_GRALLOC_FORMAT_INTERNAL_YV12) in mali_gralloc_format_wrapper()
226 base_format = MALI_GRALLOC_FORMAT_INTERNAL_YV12; in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h77 MALI_GRALLOC_FORMAT_INTERNAL_YV12 = HAL_PIXEL_FORMAT_YV12, enumerator
187 if (format == MALI_GRALLOC_FORMAT_INTERNAL_YV12) in mali_gralloc_format_wrapper()
219 base_format = MALI_GRALLOC_FORMAT_INTERNAL_YV12; in mali_gralloc_format_unwrap()
Dformat_info.cpp54 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_YV12, .npln = 3, .ncmp = 3, .bps = 8, .bpp…
156 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_YV12, .cpu_wr = F_LIN, .cpu_rd = F_LIN, …
276 { HAL_PIXEL_FORMAT_YV12, false, MALI_GRALLOC_FORMAT_INTERNAL_YV12 },
Dmali_gralloc_bufferaccess.cpp465 case MALI_GRALLOC_FORMAT_INTERNAL_YV12: in mali_gralloc_lock_ycbcr()
1120 case MALI_GRALLOC_FORMAT_INTERNAL_YV12: in mali_gralloc_lock_flex_async()
Dmali_gralloc_formats.cpp1571 base_format = MALI_GRALLOC_FORMAT_INTERNAL_YV12; in get_base_format()
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp40 { MALI_GRALLOC_FORMAT_INTERNAL_YV12, DRM_FORMAT_YVU420 }, in drm_fourcc_from_handle()
/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp54 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_YV12), .npln = 3, .ncmp = { 1, 1, 1 }, .bps = …
142 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_YV12, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu…
256 { HAL_PIXEL_FORMAT_YV12, false, MALI_GRALLOC_FORMAT_INTERNAL_YV12 },
Dmali_gralloc_bufferallocation.cpp614 if (format.id == MALI_GRALLOC_FORMAT_INTERNAL_YV12 && has_hw_usage && has_cpu_usage) in calc_allocation_size()