diff options
| author | Miao Wang <miaowang@google.com> | 2015-09-14 18:27:17 -0700 |
|---|---|---|
| committer | Miao Wang <miaowang@google.com> | 2015-09-15 10:18:40 -0700 |
| commit | cf067b8c4d1e53bc4768fbad239851c579717f2c (patch) | |
| tree | c5d44d11c7cca3f4acb755023bf202336e5a7ec4 /cpp/Type.cpp | |
| parent | 70d8995254ee38173129e4ae4c9372f43716eb4e (diff) | |
Comments clean up for C++ API
Change-Id: I7ced3653a32fa8eaa62cd218002d22f5551c404a
Diffstat (limited to 'cpp/Type.cpp')
| -rw-r--r-- | cpp/Type.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/Type.cpp b/cpp/Type.cpp index 29101702..6e9a759c 100644 --- a/cpp/Type.cpp +++ b/cpp/Type.cpp @@ -20,10 +20,10 @@ #include "RenderScript.h" #include "rsCppInternal.h" -// from system/graphics.h +// From system/graphics.h enum { - HAL_PIXEL_FORMAT_YV12 = 0x32315659, // YCrCb 4:2:0 Planar - HAL_PIXEL_FORMAT_YCrCb_420_SP = 0x11, // NV21 + HAL_PIXEL_FORMAT_YV12 = 0x32315659, // YCrCb 4:2:0 Planar + HAL_PIXEL_FORMAT_YCrCb_420_SP = 0x11, // NV21 }; using namespace android; |
