blob: 0aad89597c26596432c1b8156c910199fb4cfa3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0" encoding="utf-8" ?>
<settings>
<section id="appearance">
<category id="locale">
<group id="2">
<visible>false</visible>
</group>
</category>
</section>
<section id="videos">
<category id="videoacceleration">
<group id="3">
<setting id="videoplayer.usestagefright" type="boolean" parent="videoplayer.decodingmethod" label="13436" help="36260">
<requirement>HAVE_LIBSTAGEFRIGHTDECODER</requirement>
<dependencies>
<dependency type="enable" setting="videoplayer.decodingmethod" operator="is">1</dependency>
</dependencies>
<level>2</level>
<default>true</default>
<updates>
<update type="change" />
</updates>
<control type="toggle" />
</setting>
<setting id="videoplayer.usemediacodec" type="boolean" parent="videoplayer.decodingmethod" label="13439" help="36544">
<visible>HAS_MEDIACODEC</visible>
<dependencies>
<dependency type="enable" setting="videoplayer.decodingmethod" operator="is">1</dependency>
</dependencies>
<level>2</level>
<default>true</default>
<updates>
<update type="change" />
</updates>
<control type="toggle" />
</setting>
</group>
</category>
</section>
</settings>
|