Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_FORMAT_INTERNAL_NV21 (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp43 { MALI_GRALLOC_FORMAT_INTERNAL_NV21, DRM_FORMAT_NV21 }, in drm_fourcc_from_handle()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h107 MALI_GRALLOC_FORMAT_INTERNAL_NV21, enumerator
/hardware/google/gchips/gralloc4/src/core/
Dformat_info.cpp53 …{ ID(MALI_GRALLOC_FORMAT_INTERNAL_NV21), .npln = 2, .ncmp = { 1, 2, 0 }, .bps = …
142 …{ .id = MALI_GRALLOC_FORMAT_INTERNAL_NV21, .cpu_rd = F_LIN, .cpu_wr = F_LIN, .gpu…
234 { HAL_PIXEL_FORMAT_YCrCb_420_SP, false, MALI_GRALLOC_FORMAT_INTERNAL_NV21 },
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h220 {MALI_GRALLOC_FORMAT_INTERNAL_NV21, DECON_PIXEL_FORMAT_NV21, DRM_FORMAT_NV21,
DExynosHWCHelper.cpp768 case MALI_GRALLOC_FORMAT_INTERNAL_NV21: in getExynosBufferYLength()