Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_Y8 (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 78 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/ |
D | mali_gralloc_formats.h | 78 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()
|
D | format_info.cpp | 47 …{ .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 },
|
D | mali_gralloc_bufferaccess.cpp | 440 case MALI_GRALLOC_FORMAT_INTERNAL_Y8: in mali_gralloc_lock_ycbcr() 1070 case MALI_GRALLOC_FORMAT_INTERNAL_Y8: in mali_gralloc_lock_flex_async()
|
D | mali_gralloc_formats.cpp | 1575 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y8; in get_base_format()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 48 …{ 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 },
|