rv1108: add display width, height and offset to face_servic.conf.
Change-Id: I7a25f4d3b6e76967a7528ec2fb97d788e34ce5f2 Signed-off-by: Frank Liu <frank.liu@rock-chips.com>
This commit is contained in:
@ -18,9 +18,9 @@
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 90,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240
|
||||
"rotate_angle": 90,
|
||||
"scale_width": 320,
|
||||
"scale_height": 240
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 270,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240
|
||||
"rotate_angle": 270,
|
||||
"scale_width": 320,
|
||||
"scal_height": 240
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -33,9 +33,9 @@
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 270,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240
|
||||
"rotate_angle": 270,
|
||||
"scale_width": 320,
|
||||
"scale_height": 240
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -11,7 +11,11 @@
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"x_offset": 60,
|
||||
"y_offset": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -30,11 +34,11 @@
|
||||
"height": 720,
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 90,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240,
|
||||
"depth-width": 640,
|
||||
"depth-height": 360
|
||||
"rotate_angle": 90,
|
||||
"scale_width": 320,
|
||||
"scale_height": 240,
|
||||
"depth_width": 640,
|
||||
"depth_height": 360
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -11,7 +11,11 @@
|
||||
{
|
||||
"name": "DisplayProcess",
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"x_offset": 60,
|
||||
"y_offset": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
@ -28,9 +32,9 @@
|
||||
"parent": "CIF",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 90,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240
|
||||
"rotate_angle": 90,
|
||||
"scale_width": 320,
|
||||
"scale_height": 240
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@ -18,9 +18,9 @@
|
||||
"parent": "ISP",
|
||||
"buffer_count": 0,
|
||||
"parameter": {
|
||||
"rotate-angle": 0,
|
||||
"scale-width": 320,
|
||||
"scale-height": 240
|
||||
"rotate_angle": 0,
|
||||
"scale_width": 320,
|
||||
"scale_height": 240
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user