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

Unified Diff: chrome/test/data/webrtc/webrtc_video_quality_test_hd.html

Issue 247723006: Add HD browser test to WebRTC suite. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win compile error Created 6 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 | « chrome/browser/media/webrtc_browsertest_common.cc ('k') | chrome/test/data/webrtc/wsh/webrtc_write_wsh.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webrtc/webrtc_video_quality_test_hd.html
diff --git a/chrome/test/data/webrtc/webrtc_video_quality_test.html b/chrome/test/data/webrtc/webrtc_video_quality_test_hd.html
similarity index 81%
copy from chrome/test/data/webrtc/webrtc_video_quality_test.html
copy to chrome/test/data/webrtc/webrtc_video_quality_test_hd.html
index 258984dcf5e815d26ee345dce4652855c4f28dec..d6d57ea2418164ead57bc019e7b67c6a64a5fb46 100644
--- a/chrome/test/data/webrtc/webrtc_video_quality_test.html
+++ b/chrome/test/data/webrtc/webrtc_video_quality_test_hd.html
@@ -17,7 +17,7 @@
</tr>
<tr>
<td>
- <video width="640" height="360" id="local-view"
+ <video width="1280" height="720" id="local-view"
autoplay="autoplay"></video>
</td>
<td>
@@ -27,8 +27,8 @@
3. canvas_height: Height of the canvas.
4. fps: fps at which we would like to sample.
5. duration: The duration of the capturing. -->
- <video width="640" height="360" id="remote-view"
- autoplay="autoplay" onplay="startFrameCapture(640,360,360,30,5)">
+ <video width="1280" height="720" id="remote-view"
+ autoplay="autoplay" onplay="startFrameCapture(1280,720,720,30,5)">
</video>
</td>
</tr>
@@ -36,11 +36,11 @@
<td></td>
<td>
<div id="output" style="display: inline-block;
- position: relative; width: 640; height: 360">
+ position: relative; width: 1280; height: 720">
<!-- Canvas height should be equal to video height if we want to
capture the whole frames. If we only want to capture the barcode,
canvas height should equal the barcode height. -->
- <canvas id="remote-canvas" width="640" height="360"></canvas>
+ <canvas id="remote-canvas" width="1280" height="720"></canvas>
</div>
</td>
</tr>
« no previous file with comments | « chrome/browser/media/webrtc_browsertest_common.cc ('k') | chrome/test/data/webrtc/wsh/webrtc_write_wsh.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698