acldvppGetPicDesc
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the description of an image.
Prototype
acldvppPicDesc *acldvppGetPicDesc(acldvppBatchPicDesc *batchPicDesc, uint32_t index)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
batchPicDesc |
Input |
Pointer to the description of a batch of images. Call the acldvppCreateBatchPicDesc API 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