Function: dvpp_create_border_config

C Prototype

acldvppBorderConfig *acldvppCreateBorderConfig()

Python Function

pic_desc, ret = acl.media.dvpp_create_border_config()

Function Usage

Creates data of the acldvppBorderConfig type as a border configuration.

To destroy data of the acldvppBorderConfig type, call acl.media.dvpp_destroy_border_config.

The Atlas 200/300/500 Inference Product does not support this API in the current version.

The Atlas Training Series Product does not support this API in the current version.

Input Description

None

Return Value

pic_desc: int, returns the pointer address of the description of a specified image.

ret: int, return code.

  • 0 indicates success.
  • Other values indicate failure.

Restrictions

None