index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
camera
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a BufferItem parameter to onFrameAvailable
Dan Stoza
2014-11-04
1
-1
/
+1
*
CameraService: Correct API2 error handling
Eino-Ville Talvala
2014-08-27
1
-1
/
+5
*
camera: Fix setParameters for Preview FPS single/range values
Igor Murashkin
2014-08-18
1
-0
/
+203
*
Camera HAL3: migrate from partial quirks to partial result
Zhijun He
2014-07-16
1
-1
/
+7
*
camera2: Set orientation flags for hardware composer.
Ruben Brunk
2014-07-14
1
-0
/
+49
*
cameraservice: Implement HAL1 and higher HAL API coexistence
Zhijun He
2014-06-19
2
-0
/
+21
*
camera: Add #getLegacyParameters, #supportsCameraApi to ICameraService
Igor Murashkin
2014-06-17
1
-0
/
+20
*
camera2: Update CameraService for HAL1 shim.
Ruben Brunk
2014-05-21
2
-0
/
+34
*
camera3: Update CameraMetadata vendor tag handling.
Ruben Brunk
2014-05-02
1
-1
/
+22
*
Revert "camera3: Update CameraMetadata vendor tag handling."
Ruben Brunk
2014-05-03
1
-22
/
+1
*
camera3: Update CameraMetadata vendor tag handling.
Ruben Brunk
2014-05-02
1
-1
/
+22
*
CameraService: fix race condition and wrong last frame number.
Jianing Wei
2014-04-17
1
-0
/
+4
*
CameraService: trigger appropriate callbacks for burst capture.
Jianing Wei
2014-04-10
3
-8
/
+132
*
Revert "camera: Fix setParameters for Preview FPS single/range values"
Eino-Ville Talvala
2014-03-26
1
-103
/
+1
*
camera: Fix setParameters for Preview FPS single/range values
Igor Murashkin
2014-03-20
1
-1
/
+103
*
camera2: Don't log vendor tag errors when camera HAL too old
Igor Murashkin
2014-03-17
2
-5
/
+11
*
camera3: Pass vendor tags through binder.
Ruben Brunk
2014-03-13
2
-0
/
+126
*
Camera HAL3/API1: Add support for the partial result quirk.
Eino-Ville Talvala
2013-11-06
1
-0
/
+5
*
Camera API 2, Device 2/3: Implement idle and shutter callbacks
Eino-Ville Talvala
2013-10-02
3
-6
/
+20
*
Camera: Implement getCameraCharacteristics
Zhijun He
2013-09-25
1
-0
/
+5
*
Camera2: Add flush support
Eino-Ville Talvala
2013-08-23
1
-0
/
+3
*
Camera1: Rename setPreviewTexture to ...Target for clarity
Eino-Ville Talvala
2013-08-21
1
-3
/
+3
*
Camera1: Set preview to be asynchronous, and remove dead code
Eino-Ville Talvala
2013-08-21
2
-4
/
+4
*
Refactor CameraService to handle errors properly.
Ruben Brunk
2013-08-16
4
-9
/
+29
*
Camera: Rename new API to camera2, rearrange camera service
Eino-Ville Talvala
2013-07-30
3
-0
/
+0
*
camera2: Implement ICameraDeviceUser::waitUntilIdle
Zhijun He
2013-07-23
1
-0
/
+2
*
camera2: Implement ICameraDeviceUser::getCameraInfo
Igor Murashkin
2013-07-15
1
-3
/
+2
*
Initial implementation of android.hardware.photography.CameraDevice (service)
Igor Murashkin
2013-06-20
5
-0
/
+224
*
camera: Make some binder interfaces compatible with AIDL
Igor Murashkin
2013-06-11
6
-0
/
+18
*
Camera: Add preview callback surface support
Eino-Ville Talvala
2013-04-17
2
-1
/
+16
*
Camera: Add input side to camera3 HAL device
Eino-Ville Talvala
2013-03-27
1
-1
/
+19
*
Camera: Add hotplug support (for fixed # of cameras)
Igor Murashkin
2013-03-26
1
-5
/
+6
*
ICameraServiceListener.h: Add STATUS_ENUMERATING enum
Igor Murashkin
2013-03-21
1
-2
/
+21
*
remove uses of Surface in favor or IGraphicBufferProducer
Mathias Agopian
2013-03-12
2
-6
/
+0
*
(Camera)ProCamera: Remove unused functions from binder interface
Igor Murashkin
2013-03-11
4
-44
/
+18
*
ProCamera: Add CpuConsumer asynchronous mode support
Igor Murashkin
2013-02-28
1
-0
/
+7
*
Camera: Drop ProCamera connections when a Camera connection happens
Igor Murashkin
2013-02-28
4
-3
/
+88
*
camera_client: refactor Camera/ProCamera commonalities into BasicCamera
Igor Murashkin
2013-02-26
4
-106
/
+170
*
CameraService and Stagefright: Support AppOps
Eino-Ville Talvala
2013-02-25
2
-6
/
+24
*
ProCamera: Fix waitForFrameBuffer not handling multiple outstanding frames
Igor Murashkin
2013-02-22
1
-3
/
+14
*
ProCamera: add waitForFrameBuffer/waitForFrameResult blocking calls
Igor Murashkin
2013-02-22
1
-1
/
+44
*
ProCamera: Add getInfo for getting static metadata (and a test)
Igor Murashkin
2013-02-22
2
-1
/
+6
*
Camera: ProCamera - implement onResultReceived callback for metadata callbacks
Igor Murashkin
2013-02-22
2
-6
/
+18
*
Camera: ProCamera - add createStreamCpu and unit test
Igor Murashkin
2013-02-22
1
-12
/
+74
*
Camera: Change ProCamera to take IGraphicBufferProducer
Igor Murashkin
2013-02-22
1
-4
/
+5
*
Camera: ProCamera2Client - add createStream (service is stubbed) and unit test
Igor Murashkin
2013-02-22
2
-1
/
+11
*
Camera: ProCamera - add createStream stub and unit test for it
Igor Murashkin
2013-02-22
1
-0
/
+41
*
Camera: ProClient add asynchronous locks and such
Igor Murashkin
2013-02-22
2
-2
/
+13
*
Camera: Add ProCamera private binder interface for an API2-light functionality
Igor Murashkin
2013-02-22
4
-1
/
+313
*
Camera: Add unit test infrastructure for libcameraclient
Igor Murashkin
2013-02-22
1
-1
/
+1
[next]