android_device_lenovo_karate/camera/QCamera2/HAL3
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
QCamera3Channel.cpp QCamera2: Fixed compilation error for AOSP upgrade 2018-07-07 07:44:41 +02:00
QCamera3Channel.h QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3CropRegionMapper.cpp land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3CropRegionMapper.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3HALHeader.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3HWI.cpp QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC 2018-07-15 06:58:15 +02:00
QCamera3HWI.h QCamera2: HAL/HAL3: Convert Boottime from ISP to MONOTONIC 2018-07-15 06:58:15 +02:00
QCamera3Mem.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3Mem.h QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3PostProc.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3PostProc.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3Stream.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3Stream.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3StreamMem.cpp land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3StreamMem.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30
QCamera3VendorTags.cpp QCamera2: Resolve CLANG compilation errors 2018-01-31 05:35:55 +00:00
QCamera3VendorTags.h land: import oss camera LA.UM.5.1-03810-8x37.0 2017-12-11 20:14:21 +05:30