rv1108: cvr: change DisplayProcess parent to NrProcess

Change-Id: Idd135a21a44c85faa0855f8023e981aaca1159e4
Signed-off-by: Zhichao Yu <zhichao.yu@rock-chips.com>
This commit is contained in:
Zhichao Yu
2019-09-08 15:45:14 +08:00
parent efadadc6ba
commit 45a70b6384

View File

@ -8,11 +8,6 @@
"fps": 30,
"buffer_count": 5,
"ProcessUnit": [
{
"name": "DisplayProcess",
"Parent": "ISP",
"buffer_count": 0
},
{
"name": "NrProcess",
"Parent": "ISP",
@ -21,6 +16,11 @@
"width": 1920,
"height": 1080
}
},
{
"name": "DisplayProcess",
"Parent": "NrProcess",
"buffer_count": 0
}
]
}