Snap for 9947982 from ed45a23aaa
to udc-release
Change-Id: I06214c21f3e92eba8f7469707bec3b03f5b060d1
This commit is contained in:
commit
318dc83f59
3 changed files with 12 additions and 4 deletions
|
@ -132,7 +132,7 @@ on init
|
|||
symlink /data/app /factory
|
||||
|
||||
# Apply network parameters for high data performance.
|
||||
write /proc/sys/net/core/rmem_default 327680
|
||||
write /proc/sys/net/core/rmem_default 1310720
|
||||
write /proc/sys/net/core/rmem_max 8388608
|
||||
write /proc/sys/net/core/wmem_default 327680
|
||||
write /proc/sys/net/core/wmem_max 8388608
|
||||
|
|
|
@ -49,11 +49,11 @@
|
|||
<Feature name="low-latency" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" >
|
||||
<Limit name="size" min="64x64" max="3840x2160" />
|
||||
<Limit name="size" min="64x64" max="3840x2176" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="block-count" range="1-32400" />
|
||||
<Limit name="blocks-per-second" min="1" max="3888000" />
|
||||
<Limit name="block-count" range="1-32640" />
|
||||
<Limit name="blocks-per-second" min="1" max="3916800" />
|
||||
<Limit name="bitrate" range="1-120000000" />
|
||||
<Limit name="performance-point-1920x1080" range="240" />
|
||||
<Limit name="performance-point-3840x2160" range="120" />
|
||||
|
|
|
@ -251,5 +251,13 @@
|
|||
<Limit name="measured-frame-rate-640x360" range="91-136" />
|
||||
<Limit name="measured-frame-rate-1280x720" range="24-36" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="c2.android.av1.encoder" type="video/av01" update="true">
|
||||
<!-- measured 90%:354-361 med:355 N=2 -->
|
||||
<Limit name="measured-frame-rate-320x240" range="354-358" /> <!-- v90%=1.0 -->
|
||||
<!-- measured 90%:81-85 med:81 N=2 -->
|
||||
<Limit name="measured-frame-rate-720x480" range="81-83" /> <!-- v90%=1.0 -->
|
||||
<!-- measured 90%:32-33 med:33 N=2 -->
|
||||
<Limit name="measured-frame-rate-1280x720" range="32-33" /> <!-- v90%=1.0 -->
|
||||
</MediaCodec>
|
||||
</Encoders>
|
||||
</MediaCodecs>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue