Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_YV12 (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 79 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/ |
D | drmutils.cpp | 40 { MALI_GRALLOC_FORMAT_INTERNAL_YV12, DRM_FORMAT_YVU420 }, in drm_fourcc_from_handle()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 54 …{ 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 },
|
D | mali_gralloc_bufferallocation.cpp | 707 if (format.id == MALI_GRALLOC_FORMAT_INTERNAL_YV12 && has_hw_usage && has_cpu_usage) in calc_allocation_size()
|