diff options
author | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 07:34:55 -0800 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-01-30 07:36:21 -0800 |
commit | 0147df1e95b600061aec8bfc35ca2aa51c62283e (patch) | |
tree | e6bbc4b5636e5683d5a6e0e95a7d3ca883686f70 /configs | |
parent | 1b8b588a5c7a2e486044450458609d0f4f277052 (diff) | |
download | device_samsung_espressowifi-0147df1e95b600061aec8bfc35ca2aa51c62283e.zip device_samsung_espressowifi-0147df1e95b600061aec8bfc35ca2aa51c62283e.tar.gz device_samsung_espressowifi-0147df1e95b600061aec8bfc35ca2aa51c62283e.tar.bz2 |
espresso-common: media_codecs: update for M
Change-Id: Id599e9ba99bf2d58be3c184c70e2340a8cefdccc
Diffstat (limited to 'configs')
-rw-r--r-- | configs/media_codecs_google_video.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/configs/media_codecs_google_video.xml b/configs/media_codecs_google_video.xml index dde73cf..68dacfb 100644 --- a/configs/media_codecs_google_video.xml +++ b/configs/media_codecs_google_video.xml @@ -42,12 +42,12 @@ </MediaCodec> <!-- STARGO: Remove adaptive-playback from H.264 decoder to fix Netflix --> <MediaCodec name="OMX.google.h264.decoder" type="video/avc"> - <!-- profiles and levels: ProfileBaseline : Level51 --> - <Limit name="size" min="2x2" max="2048x2048" /> + <!-- profiles and levels: ProfileHigh : Level41 --> + <Limit name="size" min="16x16" max="1920x1088" /> <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" range="1-983040" /> - <Limit name="bitrate" range="1-40000000" /> + <Limit name="blocks-per-second" range="1-244800" /> + <Limit name="bitrate" range="1-12000000" /> </MediaCodec> <!-- STARGO: end Netflix hack --> <MediaCodec name="OMX.google.hevc.decoder" type="video/hevc"> @@ -81,17 +81,17 @@ <Encoders> <MediaCodec name="OMX.google.h263.encoder" type="video/3gpp"> <!-- profiles and levels: ProfileBaseline : Level45 --> - <Limit name="size" min="16x16" max="176x144" /> + <Limit name="size" min="176x144" max="176x144" /> <Limit name="alignment" value="16x16" /> <Limit name="bitrate" range="1-128000" /> </MediaCodec> <MediaCodec name="OMX.google.h264.encoder" type="video/avc"> - <!-- profiles and levels: ProfileBaseline : Level2 --> - <Limit name="size" min="16x16" max="896x896" /> - <Limit name="alignment" value="16x16" /> + <!-- profiles and levels: ProfileBaseline : Level41 --> + <Limit name="size" min="16x16" max="1920x1088" /> + <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> - <Limit name="blocks-per-second" range="1-11880" /> - <Limit name="bitrate" range="1-2000000" /> + <Limit name="blocks-per-second" range="1-244800" /> + <Limit name="bitrate" range="1-12000000" /> </MediaCodec> <MediaCodec name="OMX.google.mpeg4.encoder" type="video/mp4v-es"> <!-- profiles and levels: ProfileCore : Level2 --> |