summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSourceTimeLapse.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-1/+4
* Use metadata in video buffers for timelapse video recording by default to eli...James Dong2011-01-181-1/+1
* Don't release the video recording frame after recording is stopped in CameraS...James Dong2011-01-101-1/+2
* Use video output if necessary for timelapse video recordingJames Dong2011-01-041-9/+19
* First step towards renabling Timelapse video recordingJames Dong2010-12-091-6/+13
* Make camera source ready for handling meta-data video buffers.James Dong2010-10-191-1/+1
* Move Camera specific logic out from StagefrightRecorder to CameraSourceJames Dong2010-10-081-35/+33
* Implemented frequent read returns for quick stop in time lapse.Nipun Kwatra2010-09-171-11/+141
* Fix potential unintialized variable yuvformatJames Dong2010-09-151-1/+2
* Disable shutter sound and play recording sound for still mode time lapse.Nipun Kwatra2010-09-141-0/+7
* Moving decision to use still camera to CameraSourceTimeLapseNipun Kwatra2010-09-031-9/+41
* Call startPreview after stopping for mUseStillCameraForTimeLapse=true case.Nipun Kwatra2010-08-101-0/+1
* use usleep instead of sleep.Nipun Kwatra2010-08-101-2/+2
* including limits.h to fix simulator build.Nipun Kwatra2010-08-021-0/+1
* Implementing getSupportedPictureSizesNipun Kwatra2010-08-021-6/+27
* Support for video size to be different from captured picture size.Nipun Kwatra2010-07-291-19/+93
* Allowing setting of time lapse parameters through MediaRecorder.javaNipun Kwatra2010-07-221-7/+5
* Restart preview after each takePicture is done.Nipun Kwatra2010-07-201-6/+38
* Adding support for timelapse capture using still camera's takepicture.Nipun Kwatra2010-07-191-0/+223