summaryrefslogtreecommitdiff
path: root/camera/device/3.6/default/ExternalCameraDeviceSession.cpp
AgeCommit message (Collapse)Author
2020-02-26Camera: Avoid adding uninitialized hal requestsEmilian Peev
The offline requests deque is constructed with specific amount of entries. Initialize the the already allocated entries before pushing new ones. Bug: 149346795 Test: Camera CTS Change-Id: I6db8d48949caf753429702b60c48698c95ecf4ad
2020-02-03Camera: fix offline processing VTS/CTSYin-Chia Yeh
Test: camera VTS test + add manual delay to webcam HAL output thread so there will be some requests left for offline processing camera CTS OfflineSessionTest Bug: 135142453 Change-Id: If5718350707ef051f96b96da75f934089b10467d
2020-02-03Camera: add webcam offline processing supportYin-Chia Yeh
Test: CTS/VTS in follow up changes Bug: 135142453 Change-Id: Ie95f22795f4807ed384443de0fffc65c5dde16d1
2020-01-29Camera: add webcam HAL@3.6 supportYin-Chia Yeh
First CL to setup webcam HAL to support HIDL camera device 3.6. Follow up CL will add actual offline processing capability. Test: TestingCamera.apk Bug: 135142453 Change-Id: Ifcd1b22f42d08b0fa5dc6039125c1d979b8104c2