Function: dvpp_create_batch_pic_desc
C Prototype |
acldvppBatchPicDesc *acldvppCreateBatchPicDesc(uint32_t batchSize) |
|---|---|
Python Function |
batch_pic_desc = acl.media.dvpp_create_batch_pic_desc(batch_size) |
Function Usage |
Creates data of the acldvppBatchPicDesc type, for the description of multiple images. To destroy data of the acldvppBatchPicDesc type, call acl.media.dvpp_destroy_batch_pic_desc. |
Input Description |
batch_size: int, number of images. |
Return Value |
batch_pic_desc: int, address for creating description.
|
Restrictions |
None |
Parent topic: common