Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_Y8 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h78 MALI_GRALLOC_FORMAT_INTERNAL_Y8 = HAL_PIXEL_FORMAT_Y8, enumerator
198 else if (format == MALI_GRALLOC_FORMAT_INTERNAL_Y8) in mali_gralloc_format_wrapper()
230 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y8; in mali_gralloc_format_unwrap()
/hardware/google/gchips/gralloc3/src/
Dmali_gralloc_formats.h78 MALI_GRALLOC_FORMAT_INTERNAL_Y8 = HAL_PIXEL_FORMAT_Y8, enumerator
191 else if (format == MALI_GRALLOC_FORMAT_INTERNAL_Y8) in mali_gralloc_format_wrapper()
223 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y8; in mali_gralloc_format_unwrap()
Dformat_info.cpp47 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y8, .npln = 1, .ncmp = 1, .bps = 8, .bpp…
149 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y8, .cpu_wr = F_LIN, .cpu_rd = F_LIN, …
274 { HAL_PIXEL_FORMAT_Y8, false, MALI_GRALLOC_FORMAT_INTERNAL_Y8 },
Dmali_gralloc_bufferaccess.cpp440 case MALI_GRALLOC_FORMAT_INTERNAL_Y8: in mali_gralloc_lock_ycbcr()
1070 case MALI_GRALLOC_FORMAT_INTERNAL_Y8: in mali_gralloc_lock_flex_async()
Dmali_gralloc_formats.cpp1575 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y8; in get_base_format()
/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp48 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_Y8), .npln = 1, .ncmp = { 1, 0, 0 }, .bps = …
136 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y8, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu…
254 { HAL_PIXEL_FORMAT_Y8, false, MALI_GRALLOC_FORMAT_INTERNAL_Y8 },