Function: dvpp_get_pic_desc_size

C Prototype

uint32_t acldvppGetPicDescSize(const acldvppPicDesc *picDesc)

Python Function

size = acl.media.dvpp_get_pic_desc_size(dvpp_pic_desc)

Function Usage

Obtains the image description parameter: buffer size of image data.

Input Description

dvpp_pic_desc: int, pointer address of the image description.

Return Value

size: int, buffer size of image data

Restrictions

None