创建acldvppRoiConfig类型的数据,用于描述某个区域位置的数据。同步接口。
如需销毁acldvppRoiConfig类型的数据,请参见acldvppDestroyRoiConfig。
acldvppRoiConfig *acldvppCreateRoiConfig(
uint32_t left,
uint32_t right,
uint32_t top,
uint32_t bottom)
参数名 |
输入/输出 |
说明 |
---|---|---|
left |
输入 |
左偏移。
|
right |
输入 |
右偏移。
|
top |
输入 |
上偏移。
|
bottom |
输入 |
下偏移。
|