| 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>
|
|
|