Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_YV12 (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 77 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/ |
D | mali_gralloc_formats.h | 77 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()
|
D | format_info.cpp | 54 …{ .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 },
|
D | mali_gralloc_bufferaccess.cpp | 465 case MALI_GRALLOC_FORMAT_INTERNAL_YV12: in mali_gralloc_lock_ycbcr() 1120 case MALI_GRALLOC_FORMAT_INTERNAL_YV12: in mali_gralloc_lock_flex_async()
|
D | mali_gralloc_formats.cpp | 1571 base_format = MALI_GRALLOC_FORMAT_INTERNAL_YV12; in get_base_format()
|
/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 = … 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 },
|
D | mali_gralloc_bufferallocation.cpp | 614 if (format.id == MALI_GRALLOC_FORMAT_INTERNAL_YV12 && has_hw_usage && has_cpu_usage) in calc_allocation_size()
|