Home
last modified time | relevance | path

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

/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h79 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/
Dmali_gralloc_formats.h79 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()
Dformat_info.cpp48 …{ .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 },
Dmali_gralloc_bufferaccess.cpp441 case MALI_GRALLOC_FORMAT_INTERNAL_Y16: in mali_gralloc_lock_ycbcr()
1077 case MALI_GRALLOC_FORMAT_INTERNAL_Y16: in mali_gralloc_lock_flex_async()
Dmali_gralloc_formats.cpp1579 base_format = MALI_GRALLOC_FORMAT_INTERNAL_Y16; in get_base_format()
/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp49 …{ 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 },