Function: dvpp_create_channel_desc

Applicability

Product

Supported (Yes/No)

Atlas 350 Accelerator Card

x

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

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

Prototype

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

Parameters

None

Return Value

Return Value

Description

dvpp_channel_desc

Int, pointer address of the acldvppChannelDesc type.

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