summaryrefslogtreecommitdiffstats
path: root/camera/inc/Decoder_libjpeg.h
Commit message (Collapse)AuthorAgeFilesLines
* CameraHAL: Append Huffman Table during using HW MJPEGAndriy Chepurnyy2012-11-261-2/+3
| | | | | | | | | Some camera's don't write Huffman Table to MJPEG buffers. In case of HW MJPEG decoder usage DHT will be added if it does not exists in buffer. Change-Id: I12c47d6fdb555a32eeac789b58b481b06c3f82d6 Signed-off-by: Andriy Chepurnyy <x0155536@ti.com>
* V4LCameraAdapter: Adding support for JPEG decoding using libjpegAnu Sundararajan2012-11-261-0/+57
Most of the USBCameras support higher resolutions in MJPEG format only. To decode MJPEG frames, this patch adds support for libjpeg. Change-Id: Ifef19a16fddcc8bd56894ed67829f76a63e86a97 Signed-off-by: Saravanan Solaiyappan <saravanan.s@ti.com> Signed-off-by: Andriy Chepurnyy <x0155536@ti.com> Signed-off-by: Anu Sundararajan <sanuradha@ti.com>