Function: dvpp_create_pic_desc

C Prototype

acldvppPicDesc *acldvppCreatePicDesc()

Python Function

dvpp_pic_desc = acl.media.dvpp_create_pic_desc()

Function Usage

Creates data of the acldvppPicDesc type as an image description.

To destroy data of the acldvppPicDesc type, call acl.media.dvpp_destroy_pic_desc.

Input Description

None

Return Value

dvpp_pic_desc: int, pointer address of the returned acldvppChannelDesc type.

  • A value other than 0 indicates success.
  • 0 indicates failure.

Restrictions

None