Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h79 MALI_GRALLOC_FORMAT_INTERNAL_YV12 = HAL_PIXEL_FORMAT_YV12, enumerator
198 if (format == MALI_GRALLOC_FORMAT_INTERNAL_YV12) in mali_gralloc_format_wrapper()
230 base_format = MALI_GRALLOC_FORMAT_INTERNAL_YV12; in mali_gralloc_format_unwrap()
/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 = …
143 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_YV12, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu…
258 { HAL_PIXEL_FORMAT_YV12, false, MALI_GRALLOC_FORMAT_INTERNAL_YV12 },
Dmali_gralloc_bufferallocation.cpp707 if (format.id == MALI_GRALLOC_FORMAT_INTERNAL_YV12 && has_hw_usage && has_cpu_usage) in calc_allocation_size()