acldvppCreateRoiConfig
函数原型
acldvppRoiConfig *acldvppCreateRoiConfig(
uint32_t left,
uint32_t right,
uint32_t top,
uint32_t bottom)
参数说明
参数名 |
输入/输出 |
说明 |
---|---|---|
left |
输入 |
左偏移。
|
right |
输入 |
右偏移。
|
top |
输入 |
上偏移。
|
bottom |
输入 |
下偏移。
|
返回值说明
- 返回acldvppRoiConfig类型的指针,表示成功。
- 返回nullptr,表示失败。
父主题: acldvppRoiConfig