Function: dvpp_destroy_resize_config

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

Destroys resizing configuration data created by calling acl.media.dvpp_create_resize_config.

Prototype

  • C Prototype
    1
    aclError acldvppDestroyResizeConfig(acldvppResizeConfig *resizeConfig)
    
  • Python Function
    1
    ret = acl.media.dvpp_destroy_resize_config(dvpp_resize_config)
    

Parameter Description

Parameter

Description

dvpp_resize_config

Int, pointer address of the acldvppResizeConfig data to be destroyed.

Return Value Description

Return Value

Description

ret

Int, error code: 0 on success; else, failure.