Function: dvpp_get_pic_desc_data
C Prototype |
void *acldvppGetPicDescData(const acldvppPicDesc *picDesc) |
|---|---|
Python Function |
data_dev = acl.media.dvpp_get_pic_desc_data(dvpp_pic_desc) |
Function Usage |
Obtains the image description parameter: image data memory. |
Input Description |
dvpp_pic_desc: int, pointer address of the image description. |
Return Value |
data_dev: int, image data memory. |
Restrictions |
None |
Parent topic: common