summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorYin-Chia Yeh <yinchiayeh@google.com>2015-07-14 19:42:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-07-14 19:42:24 +0000
commit0fdee3938ed58dac86755d04bc2a7d280ba158e7 (patch)
treedc49fb59731e84d2de9e8324ec66e3c25ec73d22 /include
parent1ee9d9a8b36894b62394829c8c020e3ae5ad24c5 (diff)
parente49b696a35dc6fd9a7ca42855620f2f88dffa405 (diff)
downloadsystem_core-0fdee3938ed58dac86755d04bc2a7d280ba158e7.zip
system_core-0fdee3938ed58dac86755d04bc2a7d280ba158e7.tar.gz
system_core-0fdee3938ed58dac86755d04bc2a7d280ba158e7.tar.bz2
Merge "graphics: update flexible YUV format gralloc requirement" into mnc-dev
Diffstat (limited to 'include')
-rw-r--r--include/system/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/system/graphics.h b/include/system/graphics.h
index ff3fd88..afd9f7b 100644
--- a/include/system/graphics.h
+++ b/include/system/graphics.h
@@ -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.