commit | 42a1f1fc90c819f0a116b9781b674d39a3ecbd22 | [log] [tgz] |
---|---|---|
author | Raghu DP <dp.raghu@codeaurora.org> | Tue Nov 12 12:25:44 2013 +0530 |
committer | Raghu DP <dp.raghu@codeaurora.org> | Tue Nov 12 13:04:00 2013 +0530 |
tree | 1b3218b8929e3fbd8899aeb044121d3f701d3c1d | |
parent | d3c1bbb509400203e0752f0231a08c9175f8b5b8 [diff] |
Camera: Checking for null before creating bitmap We dont get bitmap data when image is captured in raw format. So downsample of the captured image, which is bitmap will be null. Added null check for bitmap before calling createBitmap function. Change-Id: I9261218bbb27a9a7671f62fec72885eed1376912 CRs-Fixed: 573544