diff options
author | Sunita Nadampalli | 2017-02-07 10:55:14 -0600 |
---|---|---|
committer | Misael Lopez Cruz | 2017-02-07 14:33:26 -0600 |
commit | 486631c02a9788520866c1dfaf86716fb4287879 (patch) | |
tree | 7caa4d10eca896cbc054261da0bab2344e870db4 | |
parent | fa4fe9ba98bd5a2d1a3e74fe0219732b4c6fa6e1 (diff) | |
download | device-ti-jacinto6evm-486631c02a9788520866c1dfaf86716fb4287879.tar.gz device-ti-jacinto6evm-486631c02a9788520866c1dfaf86716fb4287879.tar.xz device-ti-jacinto6evm-486631c02a9788520866c1dfaf86716fb4287879.zip |
media_codecs.xml: Add max number of concurrent instance support
Change-Id: I2168b4adc84e6796aa63f9ff99df313fed94265e
Signed-off-by: Sunita Nadampalli <sunitan@ti.com>
-rw-r--r-- | media_codecs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media_codecs.xml b/media_codecs.xml index 2e2eea6..d174757 100644 --- a/media_codecs.xml +++ b/media_codecs.xml | |||
@@ -31,6 +31,7 @@ | |||
31 | <Limit name="block-size" value="16x16" /> | 31 | <Limit name="block-size" value="16x16" /> |
32 | <Limit name="blocks-per-second" min="1" max="489600" /> | 32 | <Limit name="blocks-per-second" min="1" max="489600" /> |
33 | <Limit name="bitrate" range="1-62500000" /> | 33 | <Limit name="bitrate" range="1-62500000" /> |
34 | <Limit name="concurrent-instances" max="5" /> | ||
34 | <Feature name="adaptive-playback" /> | 35 | <Feature name="adaptive-playback" /> |
35 | </Type> | 36 | </Type> |
36 | 37 | ||
@@ -40,6 +41,7 @@ | |||
40 | <Limit name="block-size" value="16x16" /> | 41 | <Limit name="block-size" value="16x16" /> |
41 | <Limit name="blocks-per-second" min="1" max="489600" /> | 42 | <Limit name="blocks-per-second" min="1" max="489600" /> |
42 | <Limit name="bitrate" range="1-62500000" /> | 43 | <Limit name="bitrate" range="1-62500000" /> |
44 | <Limit name="concurrent-instances" max="5" /> | ||
43 | </Type> | 45 | </Type> |
44 | 46 | ||
45 | <Type name="video/3gpp"> | 47 | <Type name="video/3gpp"> |
@@ -48,6 +50,7 @@ | |||
48 | <Limit name="block-size" value="16x16" /> | 50 | <Limit name="block-size" value="16x16" /> |
49 | <Limit name="blocks-per-second" min="1" max="489600" /> | 51 | <Limit name="blocks-per-second" min="1" max="489600" /> |
50 | <Limit name="bitrate" range="1-62500000" /> | 52 | <Limit name="bitrate" range="1-62500000" /> |
53 | <Limit name="concurrent-instances" max="5" /> | ||
51 | </Type> | 54 | </Type> |
52 | 55 | ||
53 | <Type name="video/mpeg2"> | 56 | <Type name="video/mpeg2"> |
@@ -56,6 +59,7 @@ | |||
56 | <Limit name="block-size" value="16x16" /> | 59 | <Limit name="block-size" value="16x16" /> |
57 | <Limit name="blocks-per-second" min="1" max="489600" /> | 60 | <Limit name="blocks-per-second" min="1" max="489600" /> |
58 | <Limit name="bitrate" range="1-62500000" /> | 61 | <Limit name="bitrate" range="1-62500000" /> |
62 | <Limit name="concurrent-instances" max="5" /> | ||
59 | </Type> | 63 | </Type> |
60 | </MediaCodec> | 64 | </MediaCodec> |
61 | </Decoders> | 65 | </Decoders> |
@@ -71,6 +75,7 @@ | |||
71 | <Limit name="alignment" value="16x16" /> | 75 | <Limit name="alignment" value="16x16" /> |
72 | <Limit name="size" min="96x80" max="1920x1088" /> | 76 | <Limit name="size" min="96x80" max="1920x1088" /> |
73 | <Limit name="blocks-per-second" min="1" max="489600" /> | 77 | <Limit name="blocks-per-second" min="1" max="489600" /> |
78 | <Limit name="concurrent-instances" max="5" /> | ||
74 | </MediaCodec> | 79 | </MediaCodec> |
75 | </Encoders> | 80 | </Encoders> |
76 | <Include href="media_codecs_google_video.xml" /> | 81 | <Include href="media_codecs_google_video.xml" /> |