The header file for MJPEG hardware decode acceleration.
commit007f507beb25681b98cd773a6cba89addd3bfe9b
authorkcwu <kcwu@chromium.org>
Wed, 12 Nov 2014 13:17:47 +0000 (12 05:17 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 12 Nov 2014 13:18:05 +0000 (12 13:18 +0000)
treebee8875c9ad62cbdf96c7c792a217379f8637fc0
parent15c088458a1e6bf4f315f7b61f1b153a5ca1d60d
The header file for MJPEG hardware decode acceleration.

The input are JPEG images including headers (Huffman tables could be
omitted). The output format is I420. The decoder will convert the color
format if it is capable. The intended use case of this interface is decoding
MJPEG images coming from camera capturing. It can also be used for normal
still JPEG file decoding, but may not be optimized for that use case.

BUG=chromium:335778
TEST=header file compiles

Review URL: https://codereview.chromium.org/361753005

Cr-Commit-Position: refs/heads/master@{#303825}
media/video/jpeg_decode_accelerator.h [new file with mode: 0644]