Function: dvpp_create_channel_desc

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

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

Prototype

  • C Prototype
    1
    acldvppChannelDesc *acldvppCreateChannelDesc()
    
  • Python Function
    1
    dvpp_channel_desc = acl.media.dvpp_create_channel_desc()
    

Parameter Description

None.

Return Value Description

Return Value

Description

dvpp_channel_desc

Int, pointer address of the acldvppChannelDesc type.

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