summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/CameraSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* warnings be gone.Andreas Huber2014-04-111-1/+1
* Camera1: Rename setPreviewTexture to ...Target for clarityEino-Ville Talvala2013-08-211-1/+1
* remove uses of Surface in favor or IGraphicBufferProducerMathias Agopian2013-03-121-3/+3
* CameraService and Stagefright: Support AppOpsEino-Ville Talvala2013-02-251-8/+19
* Turn off executable bit on ordinary filesGlenn Kasten2012-11-021-0/+0
* Dynamically configure the number of video buffers used by camera source, if s...James Dong2012-08-021-3/+25
* Codecs: Add MetaDataMode support to software video encoders.Eino-Ville Talvala2012-07-241-0/+4
* Remove new camera connect API.Wu-cheng Li2012-04-191-1/+1
* Merge "Do not set camera preview display if the surface is null."Wu-cheng Li2012-03-191-3/+7
|\
| * Do not set camera preview display if the surface is null.Wu-cheng Li2012-03-191-3/+7
* | Add a new camera open API that allows taking the ownership.Wu-cheng Li2012-03-151-1/+1
|/
* fix libgui header locationMathias Agopian2012-02-271-1/+1
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-5/+6
* Don't call virtual functions in the destructor for audio and camera source cl...James Dong2012-02-021-4/+4
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-11/+11
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* am d0a25456: am 02740dc4: Merge "Fix log spamming during time lapse video rec...James Dong2011-11-211-2/+7
|\
| * Fix log spamming during time lapse video recordingJames Dong2011-11-211-2/+7
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-21/+21
|/
* When Camera is launched by media recording framework, stagefright controls th...James Dong2011-08-241-0/+9
* Do not release recording frames if camera is goneJames Dong2011-08-051-1/+1
* Pass camera frame metadata from camera service to Java.Wu-cheng Li2011-08-021-2/+4
* Let the media recording framework release the Camera object when it is the ownerJames Dong2011-07-201-15/+35
* Add support for TI H264 encoderDandawate Saket2011-07-121-0/+4
* Release camera if CameraSource::start() has not been calledJames Dong2011-07-101-2/+23
* Unlock the camera if media recorder fails to start recording.Wu-cheng Li2011-06-291-12/+17
* Add framework support for camcorder zoom.Wu-cheng Li2011-06-271-32/+56
* Add timestamp and data pointer checks in CameraSourceJames Dong2011-06-031-5/+5
* frameworks/base: some camera-interface cleanupIliyan Malchev2011-03-281-22/+0
* A/V synchronization at the beginning of a recording sessionJames Dong2011-02-171-5/+3
* Make sure that key frame is generated for timelapse video recording if there ...James Dong2011-01-261-1/+1
* Add more debugging code to track down hang during video recordingJames Dong2010-12-211-4/+11
* Revert "Allows the authoring engine to skip frame."James Dong2010-12-111-39/+16
* Fixed a failure from timelapse video recording because of accidental use of m...James Dong2010-12-101-3/+6
* Release a recording frame only if mCamera exists and is not cleared.James Dong2010-12-101-2/+4
* First step towards renabling Timelapse video recordingJames Dong2010-12-091-1/+6
* Remove check if the target video resolution is not supported by CameraSourceJames Dong2010-12-051-17/+16
* Fixed a race condition where some recording frames may not be released.James Dong2010-11-151-20/+3
* Separate the key for audio sampling rate and video frame rate in MetaData.hJames Dong2010-11-111-1/+1
* Don't change the video recording frame rate if it is not requested.James Dong2010-10-251-0/+15
* Fix an issue where the video size was incorrectly retrieved from preview sizeJames Dong2010-10-201-1/+13
* Make camera source ready for handling meta-data video buffers.James Dong2010-10-191-6/+50
* 0-memcpy video recording frameworkJames Dong2010-10-091-1/+22
* Move Camera specific logic out from StagefrightRecorder to CameraSourceJames Dong2010-10-081-37/+345
* Implemented frequent read returns for quick stop in time lapse.Nipun Kwatra2010-09-171-1/+1
* Add YUV420P color format support for video output from camera halJames Dong2010-09-161-0/+4
* am 0cd2472b: am 82a39f4a: Merge "Add some explicit error log messages" into g...James Dong2010-09-151-0/+3
|\
| * Add some explicit error log messagesJames Dong2010-09-141-0/+3