Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_RAW16 (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 32 { MALI_GRALLOC_FORMAT_INTERNAL_RAW16, DRM_FORMAT_R16 }, in drm_fourcc_from_handle()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_formats.h | 83 MALI_GRALLOC_FORMAT_INTERNAL_RAW16 = HAL_PIXEL_FORMAT_RAW16, enumerator
|
/hardware/google/gchips/gralloc3/src/ |
D | mali_gralloc_formats.h | 83 MALI_GRALLOC_FORMAT_INTERNAL_RAW16 = HAL_PIXEL_FORMAT_RAW16, enumerator
|
D | format_info.cpp | 74 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_RAW16, .npln = 1, .ncmp = 1, .bps = 16, .bpp… 176 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_RAW16, .cpu_wr = F_LIN, .cpu_rd = F_LIN, … 251 { HAL_PIXEL_FORMAT_RAW16, false, MALI_GRALLOC_FORMAT_INTERNAL_RAW16 },
|
/hardware/google/gchips/gralloc4/src/core/ |
D | format_info.cpp | 69 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_RAW16), .npln = 1, .ncmp = { 1, 0, 0 }, .bps = … 157 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_RAW16, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu… 235 { HAL_PIXEL_FORMAT_RAW16, false, MALI_GRALLOC_FORMAT_INTERNAL_RAW16 },
|