Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zukperf:add translation for zh-rCN #19

Open
wants to merge 69 commits into
base: 9x-caf
Choose a base branch
from

Conversation

RuRuTiaSaMa
Copy link

Signed-off-by: RuRuTiaSaMa [email protected]

Brandon Schade and others added 30 commits October 10, 2018 22:05
Enable presentation timestamp logic for video only which has fixed
fps. This will improve all the KPI use cases.

CRs-Fixed: 1113817
Change-Id: Ie23b1cd15c3d74c55caed2cb109ac837e50ed864
Camera launch is failing due to QCameraDisplay crash.
Disabling temporarily for AOSP upgrade to avoid the crash.
This will be reverted once proper fix is found.

Change-Id: I6ed87edcfbb07410899dcde13341b7ddd404960e
Issue:
If snapshot is triggered after flush in HAL 3 sometimes
it is leading to a hang. If there is a blob capture
request by the app for which HAL has queued the setting
in jpeg setting queue but before de-queuing these setting
if flush is called HAL wont flush the jpeg setting queue.
After flush if another blob capture request is triggered
it will fail because HAL would try to use the setting for
the previous jpeg job which were not flushed.

Fix:
Flush the jpeg setting queue when data proc is stopped.
Initialize the jpeg setting queue when data proc is started.

Change-Id: I9b533e75fb9d87984fb9c3c7f4ce34231403b792
Check null pointer for output streams.

CRs-Fixed: 2053027
Change-Id: I6699c3682eec419fb6efb0583e9909e5739476a0
Issue:
Power Hint settings are not applied to video
preview screen in camera after recording done.

Fix:
No need to apply Power hint settings in recording
because the Power hint applied in preview will be
there in recording as well.

Change-Id: Ibafa879eb75c6152517abbef2b5ff1d61548878d
Issue:
Some of the variables are in msec but they are directly used in
nsecs related calculation and thus resulting wrong preview
timestamp. Due to this testCameraToSurfaceTextureMetadata
cts is failing for HAL1.

Fix:
Covert the required variables to nsec before their usage.

CRs-Fixed: 966484

Change-Id: Idf369fef6a19db297e29848d5551d900c990795c
Changes to fix QCameraDisplay compilation issue.

Change-Id: Iaa28e2b0acff0556d6052945e446066aa27be5b1
Setting hotpixelMode, shadingmode values HIGH_QUALITY
for still_capture template and FAST for rest templates.
shadingmap_mode default value as OFF, for sensor type
RAW & Still_capture template setting as ON.

CRs-Fixed: 2263385
Change-Id: Ia36c373bc69424eaddd0f39a735ba84ad72829c2
This reverts commit 796e28643a9129f20fb16fc29dce7a98274c0042.

CRs-Fixed: 998352

Change-Id: Iba2e230fccb90e891e6fd07c7c1af6bdcabcea6d
This reverts commit 4f945975d3bfb24a92ef64e13ae90dbacb679d6d.

CRs-Fixed: 998353

Change-Id: I3133aef6dc4be03c5fb33565f25a66cacef6199d
…idl.base

Change-Id: I7d5de847faf39413290719b2f2d2dc7c56e703da
1. Advertise opaque raw size info.
2. Add support for manual ISP digital gain.
3. Add Black region and black level in public tags.
4. Add support level 3 hardware capability
5. Update HAL version from 3.3 to 3.4
6. Add post raw sensitivity to default request templates.

CRs-Fixed: 998824
Change-Id: Iac86827c0d4ccaf89466fb85ef567d7fdcce7899
Issue:
In the current implementation the stream format
used by camera HAL for vendor specific camera
formats is not passed to gralloc and it is pre
decided. This can lead to format mismatch if
display and camera code is not from the same
branch.

Fix:
Defined macros and exposed them to gralloc
to query vendor specific camera formats.

CRs-fixed: 1014678
Change-Id: Ia28bd3143205af048c5afe505601d4fbe6439ab6
Change-Id: I1305bedcd14af9b648809790f9d8faf86440d049
Signed-off-by: Davide Garberi <[email protected]>
This change ensures that Vulkan hardware level
is been updated to 1.

Change-Id: Id3c811b47e51ca2ae81959a0f4c788947d713ed9
Signed-off-by: Urvashi Agrawal <[email protected]>
Signed-off-by: Davide Garberi <[email protected]>
Change-Id: I108b7e29837c8bfdf6e984f687f9dea2e80ff939
 * These layouts are necessary for custom activities to inherit from
   (those that are integrated into Settings, which is the case of the
   several forms of DeviceSettings), in order to keep UI consistency.
   In Oreo, all Settings preferences and preference categories
   have a margin on the left, reserved for icons.

 * Place the layouts here, to avoid cluttering device trees
   (plain copy of Google's layouts from Settings app).

Change-Id: Ib3f670b19c7e728b97fd76efe04bcc2f69008b06
Change-Id: If2181ec2adca865c4ed263d89acbd3c2cf6ce1e3
* We've CONFIG_AIO enabled (as default) in kernel

This reverts commit 52e7f55.
* From Nokia 7 Plus B2N_sprout:9/PPR1.180610.011/00WW_3_22C

Change-Id: Ia7218dca9e94ad7e2a7918d30aaeea6078ab7cb7
Signed-off-by: Davide Garberi <[email protected]>
* The vendor blobs from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C
* Update gnsspps from CAF's location repo

Change-Id: I6afc29a05459bf6d1951cb36b746d8cc781bc48f
Signed-off-by: Davide Garberi <[email protected]>
Keeping sockets in /data/vendor/location prevents
unmounting of /data partition after build load.

CRs-Fixed: 2175511
Change-Id: Ide726a84b6b5f8df0c18d7d7dcbc1ee469b6d934
Signed-off-by: Erfan Abdi <[email protected]>
Signed-off-by: Davide Garberi <[email protected]>
Change-Id: I37f80c336126a4ef2216e9b9d3280965f5eb4dc3
Signed-off-by: Davide Garberi <[email protected]>
Change-Id: I3cac51780a7620039ad7091e85a282888cd3f088
Signed-off-by: Davide Garberi <[email protected]>
* The blobs are from LA.UM.7.2.r1-04000-sdm660.0 - B2N_sprout:9/PPR1.180610.011/00WW_3_22C

Change-Id: I4c2ae0d6cca87c090020d43ae06a4f13b927130e
Signed-off-by: Davide Garberi <[email protected]>
* Needed to make vidc working on 4.4

Change-Id: I09fff9cf107c2da003e5c5efa64bdf6210b3539b
Signed-off-by: Davide Garberi <[email protected]>
* Needed after https://review.lineageos.org/#/q/topic:pie-recovery-pathmap
* Without this the PRODUCT_SOONG_NAMESPACES would endup being device/zuk/z2_plus/gps and device/zuk/z2_plus/camera

Change-Id: I42afeadc243d47f56dbc8306d8a06f4ce6b38718
Signed-off-by: Davide Garberi <[email protected]>
* Tag: LA.UM.7.2.r1-05100-sdm660.0

Change-Id: Iecefef9a9337379644b35360d8b8d2c7a59b247e
Signed-off-by: Davide Garberi <[email protected]>
dmd79 and others added 19 commits November 27, 2018 00:24
* Fix led during offling charging with 4.4 kernel
 * CAF's init.qcom.early_boot.sh checks /persist/alarm/powerOffAlarmSet
   before setting ro.alarm_boot, but on Oreo nothing writes to that
   file, thus code is never executed and the prop is never set.
 * Without ro.alarm_boot=true, the system will boot normally instead of
   boot to min framework even on rtc, and alarm will ring after boot
   completed.

Change-Id: Ie4d30358314337c229a66a16195f675198ef7d52
Enable 64 bit compilation for DRM plugins.
This will generate DRM plugins, HALs & oemcrypto_test in 64 bit.

Change-Id: I451db39edea3446d9816fcaba77caa8d3b097afb
Updated cne api verison to 1.1
Updated cne server version to 2.1

Change-Id: I471d4dcecd2e259cf89628cc6495b38f7ff46113
Widevine HIDL service added new v1.1 media APIs,
the service version is updated to 1.1.

Test: Netflix and Play Movies & TV (streaming and offline playback)

Test: GTS WidevineH264PlaybackTests test
  e.g. ANDROID_BUILD_TOP= ./android-gts/toolsefed run gts -m GtsMediaTestCases
  --test com.google.android.media.gts.WidevineH264PlaybackTests#testL1With480P30

bug: 69674645
Change-Id: I7b8966c5fe2c2ded4a86b4358511548426de76dc
* From: xiaomi/jasmine/jasmine_sprout:9/PKQ1.180904.001/V10.0.1.0.PDIMIFJ:user/release-keys

Change-Id: I7ea9802312cba99a399ee87058080e8721e8e64e
Signed-off-by: Davide Garberi <[email protected]>
Change-Id: Ia4a7cb06487442986775c4bca1ca6859a69e15d1
Signed-off-by: Davide Garberi <[email protected]>
* From: google/marlin/marlin:9/PPR2.180905.006/4945130:user/release-keys

Change-Id: I06f1726473bc5ad9670f879acc8fa3fa0f24abbc
Signed-off-by: Davide Garberi <[email protected]>
* From: Nokia/Onyx_00WW/B2N_sprout:9/PPR1.180610.011/00WW_3_22C:user/release-keys

Change-Id: I960188b0d6679eeba83e7b703bb9ce921258684f
Signed-off-by: Davide Garberi <[email protected]>
Change-Id: I0998535845d43c4fce200f0573862eeeeeb0f199
Signed-off-by: Davide Garberi <[email protected]>
* These temperatures are too low for us because this sensor basically fluctuates way too much. This causes a charging - not charging behaviour while charging the device normally.
* The problem is probably not there in ZUI because they use the batt_therm sensor with the same configuration, but that probably behaves differently.
* Partial revert of d18cab6

Change-Id: I9b397568beb110455d65d6ce826dca59679f93b2
Signed-off-by: Davide Garberi <[email protected]>
* Finally UI is smooth as butter again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.