Function: dvpp_create_batch_pic_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the acldvppBatchPicDesc type as the description of a batch of images.
To destroy data of the acldvppBatchPicDesc type, call acl.media.dvpp_destroy_batch_pic_desc.
Prototype
- C Prototype
1acldvppBatchPicDesc *acldvppCreateBatchPicDesc(uint32_t batchSize)
- Python Function
1batch_pic_desc = acl.media.dvpp_create_batch_pic_desc(batch_size)
Parameter Description
Parameter |
Description |
|---|---|
batch_size |
Int, number of images. |
Return Value Description
Return Value |
Description |
|---|---|
batch_pic_desc |
Int, address for creating description.
|
Parent topic: common