acldvppCreateBatchPicDesc
函数功能
创建acldvppBatchPicDesc类型的数据,表示批量图片描述信息。
如需销毁acldvppBatchPicDesc类型的数据,请参见acldvppDestroyBatchPicDesc。
函数原型
acldvppBatchPicDesc *acldvppCreateBatchPicDesc(uint32_t batchSize)
参数说明
| 参数名 | 输入/输出 | 说明 | 
|---|---|---|
| batchSize | 输入 | 图片数量。 | 
返回值说明
- 返回acldvppBatchPicDesc类型的指针,表示成功。
- 返回nullptr,表示失败。
父主题: acldvppBatchPicDesc