sdm660-common: configs: media from LA.UM.10.2.1.r1-03400-sdm660.0
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
parent
1305418b5d
commit
bf1280a174
4 changed files with 11 additions and 14 deletions
|
@ -340,3 +340,4 @@ Only the three quirks included above are recognized at this point:
|
||||||
</Decoders>
|
</Decoders>
|
||||||
<Include href="media_codecs_google_video.xml" />
|
<Include href="media_codecs_google_video.xml" />
|
||||||
</MediaCodecs>
|
</MediaCodecs>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<!-- Copyright (c) 2015-2021, The Linux Foundation. All rights reserved.
|
<!-- Copyright (c) 2015-2017, The Linux Foundation. All rights reserved.
|
||||||
|
|
||||||
Not a Contribution.
|
Not a Contribution.
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" update="true">
|
<MediaCodec name="OMX.qcom.video.encoder.vp8" type="video/x-vnd.on2.vp8" update="true">
|
||||||
<Limit name="measured-frame-rate-320x180" range="126-130" />
|
<Limit name="measured-frame-rate-320x180" range="126-130" />
|
||||||
<Limit name="measured-frame-rate-640x360" range="94-107" />
|
<Limit name="measured-frame-rate-640x360" range="130-135" />
|
||||||
<Limit name="measured-frame-rate-1280x720" range="30-40" />
|
<Limit name="measured-frame-rate-1280x720" range="30-40" />
|
||||||
<Limit name="measured-frame-rate-1920x1080" range="20-25" />
|
<Limit name="measured-frame-rate-1920x1080" range="20-25" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.android.hevc.encoder" type="video/hevc" update="true">
|
<MediaCodec name="c2.android.hevc.encoder" type="video/hevc" update="true">
|
||||||
<Limit name="measured-frame-rate-320x240" range="13-21" />
|
<Limit name="measured-frame-rate-320x240" range="13-21" />
|
||||||
<Limit name="measured-frame-rate-720x480" range="12-15" />
|
<Limit name="measured-frame-rate-720x480" range="2-4" />
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" update="true">
|
<MediaCodec name="OMX.google.vp8.encoder" type="video/x-vnd.on2.vp8" update="true">
|
||||||
<Limit name="measured-frame-rate-320x180" range="100-120" />
|
<Limit name="measured-frame-rate-320x180" range="100-120" />
|
||||||
|
@ -248,8 +248,10 @@
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
<MediaCodec name="c2.android.mpeg4.decoder" update="true">
|
<MediaCodec name="c2.android.mpeg4.decoder" update="true">
|
||||||
<Type name="video/mp4v-es">
|
<Type name="video/mp4v-es">
|
||||||
<Limit name="measured-frame-rate-176x144" range="534-581" />
|
<Limit name="measured-frame-rate-176x144" range="350-370" />
|
||||||
</Type>
|
</Type>
|
||||||
</MediaCodec>
|
</MediaCodec>
|
||||||
</Decoders>
|
</Decoders>
|
||||||
</MediaCodecs>
|
</MediaCodecs>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,12 +8,5 @@ _llseek: 1
|
||||||
sysinfo: 1
|
sysinfo: 1
|
||||||
getcwd: 1
|
getcwd: 1
|
||||||
getdents64: 1
|
getdents64: 1
|
||||||
ARM_cacheflush: 1
|
|
||||||
inotify_init1: 1
|
inotify_init1: 1
|
||||||
inotify_add_watch: 1
|
inotify_add_watch: 1
|
||||||
inotify_rm_watch: 1
|
|
||||||
uname: 1
|
|
||||||
ueventd: 1
|
|
||||||
timer_create: 1
|
|
||||||
timer_settime: 1
|
|
||||||
rt_sigtimedwait: 1
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# device specific syscalls.
|
# device specific syscalls.
|
||||||
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
# extension of services/mediaextractor/minijail/seccomp_policy/mediaextractor-seccomp-arm.policy
|
||||||
readlinkat: 1
|
readlinkat: 1
|
||||||
pread64: 1
|
pread64: 1
|
||||||
|
mremap: 1
|
||||||
|
|
Loading…
Reference in a new issue