acldvppGetPicDesc
Description
Obtains the description of an image.
Prototype
acldvppPicDesc *acldvppGetPicDesc(acldvppBatchPicDesc *batchPicDesc, uint32_t index)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
batchPicDesc |
Input |
Pointer to batch image description. Call acldvppCreateBatchPicDesc to create data of the acldvppBatchPicDesc type in advance. |
index |
Input |
Sequence number of the image whose description to obtain, indexed starting at 0. |
Returns
Description of the specified image.
Parent topic: acldvppBatchPicDesc