Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_Y16 (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 79 MALI_GRALLOC_FORMAT_INTERNAL_Y16 = HAL_PIXEL_FORMAT_Y16, enumerator 202 else if (format == MALI_GRALLOC_FORMAT_INTERNAL_Y16) in mali_gralloc_format_wrapper() 234 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y16; in mali_gralloc_format_unwrap()
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.h | 79 MALI_GRALLOC_FORMAT_INTERNAL_Y16 = HAL_PIXEL_FORMAT_Y16, enumerator 195 else if (format == MALI_GRALLOC_FORMAT_INTERNAL_Y16) in mali_gralloc_format_wrapper() 227 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y16; in mali_gralloc_format_unwrap()
|
D | format_info.cpp | 48 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y16, .npln = 1, .ncmp = 1, .bps = 16, .bpp… 150 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y16, .cpu_wr = F_LIN, .cpu_rd = F_LIN, … 275 { HAL_PIXEL_FORMAT_Y16, false, MALI_GRALLOC_FORMAT_INTERNAL_Y16 },
|
D | mali_gralloc_bufferaccess.cpp | 441 case MALI_GRALLOC_FORMAT_INTERNAL_Y16: in mali_gralloc_lock_ycbcr() 1077 case MALI_GRALLOC_FORMAT_INTERNAL_Y16: in mali_gralloc_lock_flex_async()
|
D | mali_gralloc_formats.cpp | 1579 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y16; in get_base_format()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 49 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_Y16), .npln = 1, .ncmp = { 1, 0, 0 }, .bps = … 137 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_Y16, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu… 255 { HAL_PIXEL_FORMAT_Y16, false, MALI_GRALLOC_FORMAT_INTERNAL_Y16 },
|