diff options
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; |
