Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CameraHAL: Append Huffman Table during using HW MJPEG | Andriy Chepurnyy | 2012-11-26 | 1 | -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 libjpeg | Anu Sundararajan | 2012-11-26 | 1 | -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> |