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

Side by Side Diff: media/test/data/README

Issue 748023002: Add JPEG parser for JPEG decode acceleration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « media/media.gyp ('k') | media/test/data/pixel-1280x720.jpg » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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.
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | media/test/data/pixel-1280x720.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698