Function: dvpp_get_pic_desc
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the description of an image.
Prototype
- C Prototype
1acldvppPicDesc *acldvppGetPicDesc(acldvppBatchPicDesc *batchPicDesc, uint32_t index)
- Python Function
1pic_desc = acl.media.dvpp_get_pic_desc(batch_pic_desc, index)
Parameter Description
Parameter |
Description |
|---|---|
batch_pic_desc |
Int, pointer address of the description of the image batch. Call acl.media.dvpp_create_batch_pic_desc to create data of the acldvppBatchPicDesc type in advance. |
Return Value Description
Return Value |
Description |
|---|---|
pic_desc |
Int, description of the specified image. |
Parent topic: common