Function: dvpp_create_channel_desc

C Prototype

acldvppChannelDesc *acldvppCreateChannelDesc()

Python Function

dvpp_channel_desc = acl.media.dvpp_create_channel_desc()

Function Usage

Creates data of the acldvppChannelDesc type to describe an image data processing channel.

Input Description

None

Return Value

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

  • If the value is not 0, the operation is successful.
  • If the value is 0, the operation fails.

Restrictions

None