blob: 1a8b00fe233836df8253790c2830af1c4548a6ac [file] [log] [blame]
Xigui Wanga5714812014-10-28 16:14:32 +08001<?xml version="1.0" encoding="UTF-8" ?>
2<!-- Copyright (C) 2012 The Android Open Source Project
3 Copyright (c) 2014 Intel Corporation
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18
19<VideoPostProcessSettings>
Xigui Wangcad1af62014-11-21 16:49:02 +080020 <!-- The default status for VPP/FRC.
21 "0" is OFF and "1" is ON
22 -->
23 <Parameter name="DefaultVPPStatus" value="1" />
24 <Parameter name="DefaultFRCStatus" value="1" />
25
Xigui Wanga5714812014-10-28 16:14:32 +080026 <Filter name="ProcFilterNoiseReduction">
27 <enabled value="false"/>
28 <minResolution value="320x240"/>
29 <maxResolution value="640x480"/>
30 </Filter>
31
32 <Filter name="ProcFilterDeinterlacing">
33 <enabled value="false"/>
34 <minResolution value="0"/>
35 <maxResolution value="FFFFFFFF"/>
36 </Filter>
37
38 <Filter name="ProcFilterSharpening">
39 <enabled value="true"/>
40 <minResolution value="176x144"/>
41 <maxResolution value="1920x1080"/>
42 </Filter>
43
44 <Filter name="ProcFilterColorBalance">
45 <enabled value="false"/>
46 <minResolution value="176x144"/>
47 <maxResolution value="640x480"/>
48 </Filter>
49
50 <Filter name="ProcFilterDeblocking">
51 <enabled value="false"/>
52 <minResolution value="176x144"/>
53 <maxResolution value="320x240"/>
54 </Filter>
55
56 <Filter name="ProcFilterFrameRateConversion">
57 <enabled value="true"/>
58 <minResolution value="176x144"/>
59 <maxResolution value="1920x1080"/>
60 <FRCRate input="15" rate="2"/>
61 <FRCRate input="25" rate="2"/>
62 <FRCRate input="30" rate="2"/>
63 <FRCRate input="24" rate="2.5"/>
64 </Filter>
65
66 <Filter name="ProcFilterSkinToneEnhancement">
67 <enabled value="false"/>
68 <minResolution value="0"/>
69 <maxResolution value="FFFFFFFF"/>
70 </Filter>
71
72 <Filter name="ProcFilterTotalColorCorrection">
73 <enabled value="false"/>
74 <minResolution value="0"/>
75 <maxResolution value="FFFFFFFF"/>
76 </Filter>
77
78 <Filter name="ProcFilterNonLinearAnamorphicScaling">
79 <enabled value="false"/>
80 <minResolution value="0"/>
81 <maxResolution value="FFFFFFFF"/>
82 </Filter>
83
84 <Filter name="ProcFilterImageStabilization">
85 <enabled value="false"/>
86 <minResolution value="0"/>
87 <maxResolution value="FFFFFFFF"/>
88 </Filter>
89
90</VideoPostProcessSettings>