commit | a97dfeb91aae9569ff11a5a40634e2960c03915e | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Thu Feb 19 16:26:13 2015 -0800 |
committer | Eino-Ville Talvala <etalvala@google.com> | Thu Feb 19 16:26:13 2015 -0800 |
tree | 8f325ccd2d62226dd0868863a324e20f2ef7858f | |
parent | 37b2b389139ed638831e49708c947863eef631ef [diff] [blame] |
Camera: Remove RAW_SENSOR in favor of RAW16 Change-Id: I69ca24c69f58be958efdef300b127401d2b2e880
diff --git a/camera/tests/ProCameraTests.cpp b/camera/tests/ProCameraTests.cpp index 1f5867a..0ea7da6 100644 --- a/camera/tests/ProCameraTests.cpp +++ b/camera/tests/ProCameraTests.cpp
@@ -469,7 +469,7 @@ CMP_STR(NV16, YCbCr_422_SP); CMP_STR(NV21, YCrCb_420_SP); CMP_STR(YUY2, YCbCr_422_I); - CMP_STR(RAW, RAW_SENSOR); + CMP_STR(RAW, RAW16); CMP_STR(RGBA, RGBA_8888); std::cerr << "Unknown format string " << str << std::endl;