summaryrefslogtreecommitdiffstats
path: root/camera
Commit message (Expand)AuthorAgeFilesLines
* camera: fix clang errorsHashcode2018-01-292-3/+3
* camera: Use GBAllocator.allocate for N_MR1.Kyle Repinski2018-01-291-0/+4
* Fix camera video recording on N.Kyle Repinski2018-01-292-7/+44
* camera: fix build for LPAndreas Blaesius2018-01-291-0/+2
* camera: for carveout alloc we must use ID OMAP_ION_HEAP_SECURE_INPUTKunal2018-01-291-2/+2
* camera: adjust USE_TI_LIBION handlingHashcode2018-01-291-4/+0
* camera: Fix N build.Kyle Repinski2018-01-294-1/+17
* board: Localize COMMON_GLOBAL_CFLAGS to respective modulesD. Andrei Măceș2018-01-291-0/+19
* camera: fix build for KKAndreas Blaesius2018-01-291-0/+2
* Add APIs/BOARD flag toggle for using standard google ION driverHashcode2018-01-293-9/+25
* camera: Init all members of camera_module_t to fix warnings.Kyle Repinski2018-01-291-0/+7
* camera: Rename version_major/minor to the new, non-deprecated names.Kyle Repinski2018-01-291-2/+2
* camera: Remove use of GNU old-style field designator extensionKyle Repinski2018-01-291-13/+13
* camera: Fix building with Clang.Kyle Repinski2018-01-293-6/+6
* camera: add Pixel{X,Y}Dimension and Orientation EXIF tagsMichael Gernoth2018-01-292-3/+33
* camera: Makefile overhaul.Kyle Repinski2018-01-291-97/+97
* camera: fix build for recent 6.0 releasesZiyan2018-01-291-3/+3
* camera: fix build for MMZiyan2018-01-292-0/+16
* camera: add support for espressoZiyan2015-08-152-0/+23
* camera: fix build when TI_CAMERAHAL_DONT_USE_RAW_IMAGE_SAVING is setstable/cm-12.1-YOG4Pstable/cm-12.1-YOG3Cstable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Ccm-12.0Dániel Járai2015-04-011-0/+4
* camera: fix front-facing cam on Motorola Omap4staging/cm-12.1stable/cm-12.0-YNG1TAstable/cm-12.0-YNG1Tstable/cm-12.0-YNG1IMichael Gernoth2015-02-271-0/+4
* camera: Add support for camera on motorola devicesMichael Gernoth2015-02-2111-1/+453
* camera: add 1280x720 camera size for KFire HD'sHashcode2015-02-161-0/+2
* camera: fix capabilities framerates for Jem (KFire HD 8.9)Hashcode2015-02-161-8/+22
* camera: fix compile warningHashcode2015-02-031-2/+2
* camera: add OV9726 sensor definesHashcode2015-02-033-1/+5
* camera: clean up build for when OMAP_ENHANCEMENT_CPCAM is not definedHashcode2015-02-034-11/+10
* camera: don't hang while taking pictures in VIDEO_AF_STATEMichael Gernoth2015-02-032-7/+22
* camera: don't start AF again in VIDEO_AF_STATEMichael Gernoth2015-02-031-1/+1
* camera: don't drop focus-callback in VIDEO_AF_STATEMichael Gernoth2015-02-031-0/+1
* camera: handle CAMERA_QUERY_BUFFER_SIZE_IMAGE_CAPTURE in VIDEO_AF_STATEMichael Gernoth2015-02-031-0/+7
* camera: handle switch from AF_RUN to CAMERA_START_VIDEOMichael Gernoth2015-02-031-0/+6
* camera: Handle capture request in AF runAlex Ray2015-02-031-0/+6
* camera: add flag USE_LIBION_TI and adjust checks in camera HALHashcode2015-02-033-2/+7
* camera: add TI_CAMERAHAL_USES_LEGACY_DOMX_DCC board flag to enable legacy DCCHashcode2015-02-032-2/+11
* camera: link against libjhead on 5.0+Michael Gernoth2015-02-031-2/+5
* camera: Add 4.4.4 to versions using libjheadMichael Gernoth2015-02-031-2/+2
* camera: libexif is now libjheadloosethisskin2015-02-031-1/+15
* camera: bugfixes for updated camera HALHashcode2015-02-034-0/+16
* camera: add include-path to OMXCameraAdapterMichael Gernoth2015-02-031-1/+2
* CameraHAL: Correctly calculate frame ref counterAndriy Chepurnyy2015-02-033-50/+75
* CameraHAL: Snapshot buffers reference counter fixAndriy Chepurnyy2015-02-032-3/+3
* CameraHal: Remove obsolete codeAndriy Chepurnyy2015-02-032-31/+0
* CameraHal: Skip AF callback in non-AF stateAndriy Chepurnyy2015-02-031-1/+8
* CameraHal: Avoid to call OMX_Deinit() twiceNanako Baba2015-02-031-3/+3
* CameraHal: Fix double OMX_Deinit() callDaniel Levin2015-02-031-0/+1
* CameraHAL: Fixed Image capture when using V4L cameraAndriy Chepurnyy2015-02-032-23/+79
* CameraHal: Correctly set preview framerateAndriy Chepurnyy2015-02-037-82/+98
* CameraHAL: Fix for Autofocus callback timeout expiredDmytro Vasylenko2015-02-031-1/+2
* CameraHal: Correctly handle sendCommand call inside CameraHalAndriy Chepurnyy2015-02-031-31/+28