OSDN Git Service

Android-IA: Add support to easily add new formats.
authorKalyan Kondapally <kalyan.kondapally@intel.com>
Wed, 30 Aug 2017 21:36:55 +0000 (14:36 -0700)
committerKalyan Kondapally <kalyan.kondapally@intel.com>
Sun, 29 Oct 2017 08:44:58 +0000 (01:44 -0700)
commit0eeee785f7f59233db647e6dc408a859801a8f8e
tree1251fba61502a74c3273fa7ddfe2158d140aad47
parent1dfc2b47e94623d11fdab4ccdf1772f61ded5045
Android-IA: Add support to easily add new formats.

Camera, Media use cases seem to need lot of custom
formats depending on hardware support. This patch
squashes earlies work done for NV12, NV12 tiled etc
into one and also makes it easy to isolate these
custom formats into i915_private_* files, rather
than spreading them over whole code base.

Signed-off-by: Harish Krupo <harish.krupo.kps@intel.com>
Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>
Signed-off-by: Yaodong Li <yaodong.li@intel.com>
Signed-off-by: Kalyan Kondapally <kalyan.kondapally@intel.com>
Signed-off-by: Lin Johnson <lin.johnson@intel.com>
Signed-off-by: Yin Zhiye <zhiyex.yin@intel.com>
16 files changed:
Android.gralloc.mk
Android.mk
cros_gralloc/cros_gralloc_driver.cc
cros_gralloc/cros_gralloc_helpers.cc
cros_gralloc/cros_gralloc_helpers.h
cros_gralloc/gralloc0/gralloc0.cc
cros_gralloc/gralloc1/cros_gralloc1_module.cc
cros_gralloc/i915_private_android.cc [new file with mode: 0644]
cros_gralloc/i915_private_android.h [new file with mode: 0644]
cros_gralloc/i915_private_android_types.h [new file with mode: 0644]
drv.c
helpers.c
i915.c
i915_private.c [new file with mode: 0644]
i915_private.h [new file with mode: 0644]
i915_private_types.h [new file with mode: 0644]