函数:dvpp_create_roi_config
| C函数原型 | acldvppRoiConfig *acldvppCreateRoiConfig(uint32_t left, uint32_t right, uint32_t top, uint32_t bottom) | 
|---|---|
| Python函数 | dvpp_roi_config = acl.media.dvpp_create_roi_config(left, right, top, bottom) | 
| 函数功能 | 创建用于描述某个区域位置的数据。 | 
| 输入说明 | left:int,左偏移。如果用做贴图区域,左偏移需要16对齐。 
 right:int,右偏移。 
 top:int,上偏移。 
 bottom:int,下偏移。 
 | 
| 返回值说明 | dvpp_pic_desc:int。 
 | 
| 约束说明 | 无 | 
| 注意事项 | 无 | 
父主题: VPC功能