Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1865)

Unified Diff: content/test/data/media/getusermedia-depth-capture.html

Issue 2767063002: 16-bit video upload to float: intermediate R16_EXT and copy to float. (Closed)
Patch Set: Nit. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/data/media/depth_stream_test_utilities.js ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/getusermedia-depth-capture.html
diff --git a/content/test/data/media/getusermedia-depth-capture.html b/content/test/data/media/getusermedia-depth-capture.html
index e65c90d19468354fe468b855808d98550bc02739..e5fa45c17c7cf24540b3783673342bd94caf713c 100644
--- a/content/test/data/media/getusermedia-depth-capture.html
+++ b/content/test/data/media/getusermedia-depth-capture.html
@@ -447,9 +447,9 @@
var arr = new Float32Array(width * height * 4);
gl.readPixels(0, 0, width, height, gl.RGBA, gl.FLOAT, arr);
var color_step = 1.0 / (width + height);
- return verifyPixelsRed(arr, width, height, flip_y, color_step,
- 1.0 /*wrap_around*/, 1.5 / 65535 /*tolerance*/,
- test_name);
+ return verifyPixels(arr, width, height, flip_y, color_step,
+ 1.0 /*wrap_around*/, 1.5 / 65535 /*tolerance*/,
+ test_name);
}
function onLoad() {
« no previous file with comments | « content/test/data/media/depth_stream_test_utilities.js ('k') | gpu/command_buffer/common/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698