diff options
author | davidevinavil <davidevinavil@gmail.com> | 2016-11-21 02:20:50 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2016-11-21 02:20:50 +0100 |
commit | ae2fc813b6b5697418c6f669d0885d040ff28a70 (patch) | |
tree | d7fef2b02eb97fa33987769afb8d84a3084a2099 /configs/media_codecs.xml | |
parent | 5ba6fde1de1e96751c86f3f2b84964071647d181 (diff) |
change defconfig and add Camera2
Change-Id: I1ac11d8d4972f4f46a761677e3bc9940fe754175
Diffstat (limited to 'configs/media_codecs.xml')
-rw-r--r-- | configs/media_codecs.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml index 45298b6..aece615 100644 --- a/configs/media_codecs.xml +++ b/configs/media_codecs.xml @@ -91,7 +91,7 @@ Only the three quirks included above are recognized at this point: | | (4096) (2160) (56) (100) | | | mpeg4 | 1920 1088 60 60 489600 | N | | vc1 | 1920 1088 60 60 489600 | Y | - | vp8 | 3840 2160 30 100 979200 | N | + | vp8 | 3840 2160 30 20 979200 | N | | vp9 | 3840 2160 30 100 979200 | Y | | divx3 | 720 480 30 2 40500 | N | | div4/5/6 | 1920 1088 30 10 244800 | N | @@ -107,7 +107,7 @@ Only the three quirks included above are recognized at this point: | h264 | 3840 2160 30 100 979200 | | hevc | 3840 2160 30 100 979200 | | mpeg4 | 1920 1088 60 60 489600 | - | vp8 | 3840 2160 30 100 979200 | + | vp8 | 3840 2160 30 20 979200 | | h263 | 864 480 30 2 48600 | |__________|_________________________________________| --> @@ -181,7 +181,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-100000000" /> + <Limit name="bitrate" range="1-20000000" /> <Limit name="frame-rate" range="1-240" /> <Limit name="concurrent-instances" max="16" /> <Feature name="intra-refresh" /> @@ -349,7 +349,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-100000000" /> + <Limit name="bitrate" range="1-20000000" /> <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Limit name="concurrent-instances" max="16" /> @@ -373,7 +373,7 @@ Only the three quirks included above are recognized at this point: <Limit name="alignment" value="2x2" /> <Limit name="block-size" value="16x16" /> <Limit name="blocks-per-second" min="1" max="979200" /> - <Limit name="bitrate" range="1-100000000" /> + <Limit name="bitrate" range="1-20000000" /> <Limit name="frame-rate" range="1-240" /> <Feature name="adaptive-playback" /> <Feature name="secure-playback" required="true" /> @@ -404,7 +404,8 @@ Only the three quirks included above are recognized at this point: <Feature name="secure-playback" required="true" /> <Limit name="concurrent-instances" max="6" /> </MediaCodec> + <!-- Audio Software --> + <MediaCodec name="OMX.qti.audio.decoder.flac" type="audio/flac" /> </Decoders> <Include href="media_codecs_google_video.xml" /> - <Include href="media_codecs_ffmpeg.xml" /> </MediaCodecs> |