android_device_lenovo_karate/camera/QCamera2/HAL
Sampath Vangaveti dc89a99bdd QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC
Issue:
Diplay freeze observed sometimes, if there is any
suspend/resume of the device.
The issue found to be with differences in the timesources
used by display and camera for timestamp calculation.

Fix:
Measure the clock offset between BOOTTIME and MONOTONIC.
The clock domain source for ISP is BOOTTIME and
for display, it is MONOTONIC.
The offset is used to convert from clock domain of
camera to display.
Added following set prop to switch between camera time sources.

	persist.camera.time.monotonic <value>
Default value is 1.
value 0 indicates Boot time from camera.
value 1 indicates Monotonic time from camera.

Change-Id: I733aa17e89ccaa7f5ea6d2eae5e1cd6428c81a85
CRs-Fixed: 1005906
2018-07-15 06:58:15 +02:00
..
android land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
tsMakeuplib/include land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
wrapper land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
CameraParameters.cpp QCamera2: For supporting VNDK and Treble rules. 2018-07-07 07:47:01 +02:00
CameraParameters.h QCamera2: For supporting VNDK and Treble rules. 2018-07-07 07:47:01 +02:00
QCamera2HWI.cpp QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC 2018-07-15 06:58:15 +02:00
QCamera2HWI.h QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC 2018-07-15 06:58:15 +02:00
QCamera2HWICallbacks.cpp QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC 2018-07-15 06:58:15 +02:00
QCameraAllocator.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraChannel.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraChannel.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraMem.cpp Camera2:HAL1:fix HAL1 callback cookie 2018-07-07 07:45:27 +02:00
QCameraMem.h Camera2:HAL1:fix HAL1 callback cookie 2018-07-07 07:45:27 +02:00
QCameraMuxer.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraMuxer.h QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraParameters.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraParameters.h QCamera2: For supporting VNDK and Treble rules. 2018-07-07 07:47:01 +02:00
QCameraParametersIntf.cpp land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraParametersIntf.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraPostProc.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraPostProc.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraStateMachine.cpp QCamera2: Changes to release video duped FD's. 2017-12-12 11:17:05 +05:30
QCameraStateMachine.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraStream.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCameraStream.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraThermalAdapter.cpp land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCameraThermalAdapter.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30