Function: dvpp_get_pic_desc_size
Applicability
Product |
Supported (Yes/No) |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the image description parameter: buffer size of image data.
Prototype
- C Prototype
1uint32_t acldvppGetPicDescSize(const acldvppPicDesc *picDesc)
- Python Function
1size = acl.media.dvpp_get_pic_desc_size(dvpp_pic_desc)
Parameters
Parameter |
Description |
|---|---|
dvpp_pic_desc |
Int, pointer address of the image description. |
Return Value
Return Value |
Description |
|---|---|
size |
Int, image data memory size. |
Parent topic: common