Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
1349f47fdb96e0347075b7f6f6ff453e97caba17
/
services
/
camera
/
libcameraservice
/
api2
/
CameraDeviceClient.cpp
b3f7cd2
Use std::optional for nullable
by Jooyung Han
· 5 years ago
faa4bde
Camera: Various offline processing fixes
by Emilian Peev
· 5 years ago
87fccca
Camera: some patchs for offline processing
by Yin-Chia Yeh
· 5 years ago
2bbdce4
ICameraService: Add methods to query concurrent streaming camera support.
by Jayant Chowdhary
· 5 years ago
f2e3709
CameraService: Implement SCALER_ROTATE_AND_CROP_AUTO, part 1
by Eino-Ville Talvala
· 5 years ago
cc0b795
Camera: Propagate all offline stream ids to clients
by Emilian Peev
· 5 years ago
d99c8ae
Camera: Add initial offline client listener logic
by Emilian Peev
· 5 years ago
4697b64
Camera: Initial support for composite streams in offline mode
by Emilian Peev
· 5 years ago
b2bc5a4
Camera: Initial offline session client
by Emilian Peev
· 5 years ago
b978c38
Camera: add offline session API skeleton
by Yin-Chia Yeh
· 5 years ago
9e648f6
Pipe through featureId from context to Camera code
by Philip P. Moltmann
· 5 years ago
a987db9
Merge "Camera: Release all composite streams during "detachDevice"" into qt-qpr1-dev am: f16f21366c am: 01510dc526
by Emilian Peev
· 6 years ago
5e4c732
Camera: Release all composite streams during "detachDevice"
by Emilian Peev
· 6 years ago
cfab4e1
Camera: update camera audio restriction API
by Yin-Chia Yeh
· 6 years ago
dba0323
Camera: implement camera audio restriction API
by Yin-Chia Yeh
· 6 years ago
635ebee
Camera: Add low latency snapshot use case id
by Emilian Peev
· 6 years ago
68ac7ad
Camera: Add HEIC support
by Shuzhen Wang
· 6 years ago
538c90e
Camera: Add DepthCompositeStream
by Emilian Peev
· 6 years ago
ef4b27d
Merge "Fix performance-for-range-copy warnings" am: 1ce37f1de3 am: c9584831bc
by Chih-Hung Hsieh
· 6 years ago
3ef324d
Fix performance-for-range-copy warnings
by Chih-Hung Hsieh
· 6 years ago
35ae826
Camera: Add support for stream combination query
by Emilian Peev
· 6 years ago
1e91e0e
Merge "Camera: Cache logical camera related info"
by TreeHugger Robot
· 7 years ago
1236193
cameraserver: Wrap calls to IPCThreadState functions to factor in different transports.
by Jayant Chowdhary
· 7 years ago
03d8cc1
Camera: Cache logical camera related info
by Shuzhen Wang
· 7 years ago
8553f11
Merge "Camera: Use physical camera's capability for physical stream check"
by Treehugger Robot
· 7 years ago
a4833ac
Camera: Flush in-flight requests during device detach
by Emilian Peev
· 7 years ago
2bfffde
Camera: Use physical camera's capability for physical stream check
by Shuzhen Wang
· 7 years ago
0ebb8c4
Merge "Camera: Flush in-flight requests during device detach"
by TreeHugger Robot
· 7 years ago
6b51d7d
Camera: Flush in-flight requests during device detach
by Emilian Peev
· 7 years ago
2e7f58f
Camera: Use physical camera's capability for physical stream check
by Shuzhen Wang
· 7 years ago
e8aceb5
Camera: Filter logical camera ids to API1 app
by Shuzhen Wang
· 7 years ago
a918198
Camera: remove software flex pixel formats
by Chia-I Wu
· 7 years ago
f11edb6
Merge "Camera: Relax RGBA format override"
by TreeHugger Robot
· 7 years ago
7dc2089
Merge "Camera: Cache monitored tag options in service"
by TreeHugger Robot
· 7 years ago
2bf84ab
Merge "Camera: expose external camera to API1"
by TreeHugger Robot
· 7 years ago
bdca170
Merge "Camera: Enable surface sharing for all formats"
by TreeHugger Robot
· 7 years ago
c3e9d6f
Camera: expose external camera to API1
by Yin-Chia Yeh
· 7 years ago
bd8c503
Camera: Cache monitored tag options in service
by Emilian Peev
· 7 years ago
db1396c
Camera: Relax RGBA format override
by Emilian Peev
· 7 years ago
55497fc
Camera: Enable surface sharing for all formats
by Emilian Peev
· 7 years ago
00420d2
Camera: Allow streaming requests with individual physical settings
by Emilian Peev
· 7 years ago
f873aa5
camera: Allow physical capture requests only for requested outputs
by Emilian Peev
· 7 years ago
5c22c15
Camera: Support physical camera metadata in capture result
by Shuzhen Wang
· 7 years ago
aebbe41
camera: Support multiple physical camera requests
by Emilian Peev
· 7 years ago
c28189a
Camera: Add physicalCameraId to OutputConfiguration
by Shuzhen Wang
· 7 years ago
b3ded70
Merge "Camera: Add support for session parameters"
by TreeHugger Robot
· 7 years ago
c894bf6
Merge "Camera: pass StreamSurfaceId instead of Surface"
by TreeHugger Robot
· 7 years ago
4dfa4cc
Camera: pass StreamSurfaceId instead of Surface
by Yin-Chia Yeh
· 7 years ago
8232673
Merge "Use %d for int32_t" am: 240201e27b am: 63c04ff2b7 am: 6428a76641
by Yi Kong
· 7 years ago
0f414de
Use %d for int32_t
by Yi Kong
· 7 years ago
5fbe0ba
Camera: Add support for session parameters
by Emilian Peev
· 8 years ago
40ead60
Add support for dynamic shared output surfaces
by Emilian Peev
· 8 years ago
c18ff1c
Merge "Camera: fix race in onRepeatingRequestError callback" into oc-mr1-dev am: f1e0a364a1
by Yin-Chia Yeh
· 8 years ago
8ca23dc
Camera: fix race in onRepeatingRequestError callback
by Yin-Chia Yeh
· 8 years ago
b87bf93
Merge "Fix performance-for-range-copy warnings in frameworks/av."
by TreeHugger Robot
· 8 years ago
050f5dc
Camera: Switch usage flags to 64-bit unsigned
by Emilian Peev
· 8 years ago
6aeb888
Camera: Add more systrace points
by Eino-Ville Talvala
· 8 years ago
48fc619
Fix performance-for-range-copy warnings in frameworks/av.
by Chih-Hung Hsieh
· 8 years ago
f53f66e
Camera: Cleanup 'CameraModule' dependend code
by Emilian Peev
· 8 years ago
a81ce34
Camera: Make finalizeOutputConfigurations more resilient
by Shuzhen Wang
· 8 years ago
e8ecda9
Camera: Allow different kinds of IMPLEMENTATION_DEFINED surfaces to share
by Shuzhen Wang
· 8 years ago
bbbbe84
Camera: Allow direct selection of operating mode
by Eino-Ville Talvala
· 8 years ago
bee0f0a
Camera: Rework StreamSplitter for camera use cases
by Shuzhen Wang
· 8 years ago
88fd005
Camera: Allow finalizeOutputConfiguration not adding new surface
by Shuzhen Wang
· 8 years ago
d00111e
Camera service: Fix dump() for treble path and rearrange it
by Eino-Ville Talvala
· 8 years ago
758c215
Camera: Combine handling of deferred surface and shared surface
by Shuzhen Wang
· 8 years ago
0129d52
camera2: Add support for secondary surface for stream
by Shuzhen Wang
· 8 years ago
2f09bac
Camera: Update camera service to use new HIDL HALs, part 1
by Eino-Ville Talvala
· 8 years ago
9d06601
Camera2: Add onCaptureQueueEmpty callback
by Shuzhen Wang
· 9 years ago
650dc2a
Merge \\\"Add support for streams with vendor specific formats\\\" am: cfbaedf009 am: d1a38eb18b
by Eman Copty
· 9 years ago
d1a38eb
Merge \"Add support for streams with vendor specific formats\" am: cfbaedf009
by Eman Copty
· 9 years ago
6d7af0e
Add support for streams with vendor specific formats
by Eman Copty
· 9 years ago
5d677d1
Camera3: add deferred surface support
by Zhijun He
· 9 years ago
c9ca678
Camera: Use separate lock for mStreamingRequestId
by Shuzhen Wang
· 9 years ago
e8c535e
Camera: Stop repeating request if its output is abandoned
by Chien-Yu Chen
· 9 years ago
6192b89
Camera: Ensure correct error message for disconnected devices
by Eino-Ville Talvala
· 9 years ago
ace8058
Camera2: Send ILLEGAL_ARGUMENT error for a bad stream configuration
by Eino-Ville Talvala
· 9 years ago
9cd1402
Camera3Device: Validate template ID
by Chien-Yu Chen
· 9 years ago
0effd52
Camera2: protect the device access
by Zhijun He
· 9 years ago
02bf032
Camera: Clean up warnings and set -Werror
by Eino-Ville Talvala
· 9 years ago
d56db1d
Camera: Switch camera2 to auto-gen C++ binder interfaces
by Eino-Ville Talvala
· 9 years ago
8d1a154
Camera3: add dynamic buffer count water mark support
by Zhijun He
· 9 years ago
cc97730
Camera3: hook up stream set Id
by Zhijun He
· 9 years ago
125684a
Camera3: add camera3 buffer manager support
by Zhijun He
· 9 years ago
7952436
Camera: Disallow dumping clients directly am: c400396525
by Eino-Ville Talvala
· 9 years ago
c400396
Camera: Disallow dumping clients directly
by Eino-Ville Talvala
· 9 years ago
412fe56
CameraService: Notify camera service proxy of device status
by Eino-Ville Talvala
· 10 years ago
c78ac26
Add experimental camera session prepare API.
by Ruben Brunk
· 10 years ago
b25e3c8
Camera: Add hidden experimental tearDown method.
by Eino-Ville Talvala
· 10 years ago
727d172
CameraService: Add consumer name to output stream dumpsys
by Eino-Ville Talvala
· 10 years ago
1fa8999
Camera2: implement high speed video APIs
by Zhijun He
· 10 years ago
261394e
Camera: Cleanup to prepare() implementation
by Eino-Ville Talvala
· 10 years ago
ed0412e
Camera2: allow mixing regular/reprocess requests
by Chien-Yu Chen
· 10 years ago
4d44cad
Camera2: Add prepare for output streams
by Eino-Ville Talvala
· 10 years ago
618ff8a
camera2: add reprocess support
by Chien-Yu Chen
· 10 years ago
9efdf95
camera2: Remove ProCamera.
by Ruben Brunk
· 10 years ago
ae21e33
Merge "Camera: plumbing rotation field through"
by Yin-Chia Yeh
· 10 years ago
d58b2ac
Merge "camera2: Add camera client eviction enforcement."
by Ruben Brunk
· 10 years ago
cc77671
camera2: Add camera client eviction enforcement.
by Ruben Brunk
· 10 years ago
b97babb
Camera: plumbing rotation field through
by Yin-Chia Yeh
· 10 years ago
Next »