Function: dvpp_get_pic_desc
C Prototype |
acldvppPicDesc *acldvppGetPicDesc(acldvppBatchPicDesc *batchPicDesc, uint32_t index) |
|---|---|
Python Function |
pic_desc = acl.media.dvpp_get_pic_desc(batch_pic_desc, index) |
Function Usage |
Obtains the description of an image. |
Input 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. index: int, sequence number of the image whose description is to be obtained, indexed starting at 0. |
Return Value |
pic_desc: description of a specified image. |
Restrictions |
None |
Parent topic: common