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

Side by Side Diff: content/common/gpu/testdata/test-25fps.README

Issue 122233002: vda: Rename Exynos VDA to V4L2 VDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « content/common/gpu/testdata/red-green.README ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 test-25fps video files in this directory and their provenance: 1 test-25fps video files in this directory and their provenance:
2 2
3 test-25fps.h264: 3 test-25fps.h264:
4 Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated 4 Using ffmpeg SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.1 @ WebKit r122718, generated
5 with: 5 with:
6 ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \ 6 ffmpeg -i third_party/WebKit/LayoutTests/media/content/test-25fps.mp4 \
7 -vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264 7 -vcodec copy -vbsf h264_mp4toannexb -an test-25fps.h264
8 8
9 test-25fps.h264.md5: 9 test-25fps.h264.md5:
10 MD5s of RGB thumbnail rendered version of test-25fps.h264 decoded with Intel 10 MD5s of RGB thumbnail rendered version of test-25fps.h264 decoded with Intel
11 VAAPI on Haswell, Ivy Bridge, Sandy Bridge and Exynos EVDA. 11 VAAPI on Haswell, Ivy Bridge, Sandy Bridge and V4L2VDA on Exynos.
12 Written out by video_decode_accelerator_unittest. 12 Written out by video_decode_accelerator_unittest.
13 These differ between implementations because color space-converted frames are 13 These differ between implementations because color space-converted frames are
14 not specified to the last bit and GLES shader/texture filtering 14 not specified to the last bit and GLES shader/texture filtering
15 precision varies. 15 precision varies.
16 16
17 test-25fps.vp8: 17 test-25fps.vp8:
18 ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247, 18 ffmpeg git-2012-07-19-a8d8e86, libvpx ToT 7/19, chromium r147247,
19 mkvextract v5.0.1 19 mkvextract v5.0.1
20 ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \ 20 ffmpeg -i test-25fps.h264 -vcodec libvpx -an test-25fps.webm && \
21 mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm 21 mkvextract tracks test-25fps.webm 1:test-25fps.vp8 && rm test-25fps.webm
22 22
23 test-25fps.vp8.md5: 23 test-25fps.vp8.md5:
24 MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with Exynos 24 MD5 of RGB thumbnail rendered version of test-25fps.vp8 decoded with V4L2VDA
25 EVDA. Written out by video_decode_accelerator_unittest. 25 on Exynos. Written out by video_decode_accelerator_unittest.
OLDNEW
« no previous file with comments | « content/common/gpu/testdata/red-green.README ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698