summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorhenryhsu <henryhsu@chromium.org>2015-07-13 21:09:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-14 04:10:02 +0000
commitf5cc363264ba6968932374d3295ccd4ca10da894 (patch)
tree73ee524e0f7230af72f4590359daec11a38347fd /media
parentc352c70e8567370956eefb54e3b41dab48b1d50f (diff)
downloadchromium_src-f5cc363264ba6968932374d3295ccd4ca10da894.zip
chromium_src-f5cc363264ba6968932374d3295ccd4ca10da894.tar.gz
chromium_src-f5cc363264ba6968932374d3295ccd4ca10da894.tar.bz2
Add JpegDecodeAccelerator unittest
BUG=426383 TEST=run unittest on exynos and intel platforms. Review URL: https://codereview.chromium.org/1181943004 Cr-Commit-Position: refs/heads/master@{#338634}
Diffstat (limited to 'media')
-rw-r--r--media/test/data/README4
-rw-r--r--media/test/data/peach_pi-1280x720.jpgbin0 -> 138922 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/media/test/data/README b/media/test/data/README
index 305d32b..3eaf8f2 100644
--- a/media/test/data/README
+++ b/media/test/data/README
@@ -178,6 +178,6 @@ bear_320x192_40frames.yuv
video_encode_accelerator_unittest.
// JPEG test files:
-pixel-1280x720.jpg - single MJEPG encoded frame of 1280x720, captured on
- Chromebook Pixel.
+pixel-1280x720.jpg - Single MJEPG encoded frame of 1280x720, captured on Chromebook Pixel. This image does not have Huffman table.
+peach_pi-1280x720.jpg - Single MJPEG encoded frame of 1280x720, captured on Samsung Chromebook 2(13"). This image has Huffman table.
blank-1x1.jpg - 1x1 small picture to test special cases.
diff --git a/media/test/data/peach_pi-1280x720.jpg b/media/test/data/peach_pi-1280x720.jpg
new file mode 100644
index 0000000..81bf88c
--- /dev/null
+++ b/media/test/data/peach_pi-1280x720.jpg
Binary files differ