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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
151 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. | 151 VAAPI on Ivy Bridge and Sandy Bridge and V4L2VDA on Exynos. |
152 Written out by video_decode_accelerator_unittest. | 152 Written out by video_decode_accelerator_unittest. |
153 These differ between implementations because color space-converted frames are | 153 These differ between implementations because color space-converted frames are |
154 not specified to the last bit and GLES shader/texture filtering | 154 not specified to the last bit and GLES shader/texture filtering |
155 precision varies. | 155 precision varies. |
156 | 156 |
157 // VEA test files: | 157 // VEA test files: |
158 bear_320x192_40frames.yuv | 158 bear_320x192_40frames.yuv |
159 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for | 159 First 40 raw i420 frames of bear-1280x720.mp4 scaled down to 320x192 for |
160 video_encode_accelerator_unittest. | 160 video_encode_accelerator_unittest. |
161 | |
162 // JPEG test files: | |
wuchengli
2015/01/05 07:32:55
s/JPEG/JPEG parser/
kcwu
2015/01/05 08:50:51
This will be used for decoder test as well.
| |
163 pixel-1280x720.jpg - single MJEPG encoded frame of 1280x720, captured on Pixel. | |
OLD | NEW |