summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSourceTimeLapse.cpp
Commit message (Expand)AuthorAgeFilesLines
* media: use size_t for integer iterator to Vector::size()Mark Salyzyn2014-04-151-1/+1
* warnings be gone.Andreas Huber2014-04-111-1/+1
* StageFrightRecorder: do not use meta-data mode for software encodersLajos Molnar2013-10-301-4/+8
* remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-121-2/+2
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-1/+7
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
* Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-021-9/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video rec...James Dong2011-11-211-8/+8
|\
| * Fix log spamming during time lapse video recordingJames Dong2011-11-211-8/+8
* | am ee7ebb32: Merge "Fix a hang issue where the first frame can be dropped for...James Dong2011-11-081-0/+6
|\ \ | |/
| * Fix a hang issue where the first frame can be dropped for timelapse video rec...James Dong2011-10-261-0/+6
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-16/+16
|/
* Do not support still image capture mode for timelapse video recordingJames Dong2011-07-241-317/+72
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-8/+8
* Enforce the rule that the timestamp from timelapse video source monotically i...James Dong2011-06-131-1/+2
* Application-managed callback buffer support for raw imageJames Dong2011-02-221-1/+1
* 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