Snap for 8925421 from 6d018ed805
to udc-release
Change-Id: I4d480e0f0aed4b1cfcdb16749d3e3879822c594c
This commit is contained in:
commit
2913cc11f3
4 changed files with 10 additions and 2 deletions
|
@ -939,6 +939,8 @@ on property:vendor.thermal.link_ready=1
|
||||||
chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_temp
|
chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_temp
|
||||||
chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_hyst
|
chown system system /dev/thermal/tz-by-name/batoilo/trip_point_0_hyst
|
||||||
# Thermal
|
# Thermal
|
||||||
|
chown system system /dev/thermal/tz-by-name/skin_therm/trip_point_0_temp
|
||||||
|
chown system system /dev/thermal/tz-by-name/skin_therm/trip_point_0_hyst
|
||||||
chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_temp
|
chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_temp
|
||||||
chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_hyst
|
chown system system /dev/thermal/tz-by-name/skin_therm1/trip_point_0_hyst
|
||||||
chown system system /dev/thermal/tz-by-name/quiet_therm/trip_point_0_temp
|
chown system system /dev/thermal/tz-by-name/quiet_therm/trip_point_0_temp
|
||||||
|
|
|
@ -955,8 +955,7 @@ $(call inherit-product-if-exists, vendor/google/camera/devices/whi/device-vendor
|
||||||
|
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/gs201/default-permissions.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/default-permissions/default-permissions.xml \
|
device/google/gs201/default-permissions.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/default-permissions/default-permissions.xml \
|
||||||
device/google/gs201/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml \
|
device/google/gs201/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
|
||||||
frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml \
|
|
||||||
|
|
||||||
# modem logging configs
|
# modem logging configs
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -164,6 +164,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR,CBR-FD" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.hevc.encoder" type="video/hevc" >
|
<MediaCodec name="c2.exynos.hevc.encoder" type="video/hevc" >
|
||||||
<Limit name="size" min="64x64" max="3840x2176" />
|
<Limit name="size" min="64x64" max="3840x2176" />
|
||||||
|
@ -175,11 +176,13 @@
|
||||||
<Limit name="performance-point-1920x1080" range="240" />
|
<Limit name="performance-point-1920x1080" range="240" />
|
||||||
<Limit name="performance-point-3840x2160" range="120" />
|
<Limit name="performance-point-3840x2160" range="120" />
|
||||||
<Limit name="concurrent-instances" max="16" />
|
<Limit name="concurrent-instances" max="16" />
|
||||||
|
<Limit name="quality" range="0-100" default="57" />
|
||||||
<Feature name="can-swap-width-height" value="1" />
|
<Feature name="can-swap-width-height" value="1" />
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
<Feature name="hdr-editing" />
|
<Feature name="hdr-editing" />
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR,CQ,CBR-FD" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es">
|
<MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es">
|
||||||
<Limit name="size" min="32x32" max="2048x2048" />
|
<Limit name="size" min="32x32" max="2048x2048" />
|
||||||
|
@ -195,6 +198,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.h263.encoder" type="video/3gpp">
|
<MediaCodec name="c2.exynos.h263.encoder" type="video/3gpp">
|
||||||
<Limit name="size" min="32x32" max="2048x1152" />
|
<Limit name="size" min="32x32" max="2048x1152" />
|
||||||
|
@ -209,6 +213,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.vp8.encoder" type="video/x-vnd.on2.vp8" >
|
<MediaCodec name="c2.exynos.vp8.encoder" type="video/x-vnd.on2.vp8" >
|
||||||
<Limit name="size" min="32x32" max="3840x2160" />
|
<Limit name="size" min="32x32" max="3840x2160" />
|
||||||
|
@ -224,6 +229,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.exynos.vp9.encoder" type="video/x-vnd.on2.vp9" >
|
<MediaCodec name="c2.exynos.vp9.encoder" type="video/x-vnd.on2.vp9" >
|
||||||
<Limit name="size" min="64x64" max="3840x2176" />
|
<Limit name="size" min="64x64" max="3840x2176" />
|
||||||
|
@ -239,6 +245,7 @@
|
||||||
<Feature name="vq-minimum-quality"/>
|
<Feature name="vq-minimum-quality"/>
|
||||||
<Feature name="qp-bounds"/>
|
<Feature name="qp-bounds"/>
|
||||||
<Feature name="encoding-statistics"/>
|
<Feature name="encoding-statistics"/>
|
||||||
|
<Feature name="bitrate-modes" value="VBR,CBR" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
</Encoders>
|
</Encoders>
|
||||||
</MediaCodecs>
|
</MediaCodecs>
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue