OSDN Git Service

graphics: Update ImageFormat#YUV_420_888 javadoc
authorIgor Murashkin <iam@google.com>
Wed, 31 Jul 2013 23:46:10 +0000 (16:46 -0700)
committerIgor Murashkin <iam@google.com>
Fri, 2 Aug 2013 23:39:03 +0000 (16:39 -0700)
commit7a600ff65fa79696a2668c7d33101b6ac6696f04
tree5a338d417d4bbf41a97a25ade2f7df8858065c78
parentb8fc83f3ac7b26e9f98c80919c935458a9a540fb
graphics: Update ImageFormat#YUV_420_888 javadoc

* Make it clear that the Y-plane is not interleaved for YUV_420_888
* Make it clear that the U/V plane have the same stride
* Make it clear what the order of Y/U/V planes is

Change-Id: Id85d7c68e84382149dbf0e8b4e965ba2988326fe
graphics/java/android/graphics/ImageFormat.java