am a2d1f098: am 0fdee393: Merge "graphics: update flexible YUV format gralloc requirement" into mnc-dev

* commit 'a2d1f098dfc9d1a6e52229457bab8ca5a47bda55':
  graphics: update flexible YUV format gralloc requirement
This commit is contained in:
Yin-Chia Yeh 2015-07-14 20:41:38 +00:00 committed by Android Git Automerger
commit 9491fc4cce

View file

@ -370,7 +370,7 @@ enum {
* struct android_ycbcr (below) is the the struct used to describe it.
*
* This format must be accepted by the gralloc module when
* USAGE_HW_CAMERA_WRITE and USAGE_SW_READ_* are set.
* USAGE_SW_WRITE_* or USAGE_SW_READ_* are set.
*
* This format is locked for use by gralloc's (*lock_ycbcr) method, and
* locking with the (*lock) method will return an error.