OLD | NEW |
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. | 5 bear-320x240.webm - WebM encode of bear.1280x720.mp4 resized to 320x240. |
6 bear-320x240-video-only.webm - The video track of bear-320x240.webm. | 6 bear-320x240-video-only.webm - The video track of bear-320x240.webm. |
7 bear-320x240-audio-only.webm - The audio track of bear-320x240.webm. | 7 bear-320x240-audio-only.webm - The audio track of bear-320x240.webm. |
8 bear-vp9.webm - VP9 video only WebM file. | 8 bear-vp9.webm - VP9 video only WebM file. |
9 bear-vp9-opus.webm - VP9 Video with Opus Audio. | 9 bear-vp9-opus.webm - VP9 Video with Opus Audio. |
10 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. | 10 bear-vp8-webvtt.webm - WebM VP8 video with WebVTT subtitle track. |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. | 154 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. |
155 Written out by video_decode_accelerator_unittest. | 155 Written out by video_decode_accelerator_unittest. |
156 These differ between implementations because color space-converted frames are | 156 These differ between implementations because color space-converted frames are |
157 not specified to the last bit and GLES shader/texture filtering | 157 not specified to the last bit and GLES shader/texture filtering |
158 precision varies. | 158 precision varies. |
159 | 159 |
160 // VEA test files: | 160 // VEA test files: |
161 bear_320x192_40frames.yuv | 161 bear_320x192_40frames.yuv |
162 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for | 162 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for |
163 video_encode_accelerator_unittest. | 163 video_encode_accelerator_unittest. |
| 164 |
| 165 // JPEG test files: |
| 166 pixel-1280x720.jpg - single MJEPG encoded frame of 1280x720, captured on |
| 167 Chromebook Pixel. |
OLD | NEW |