Function: dvpp_set_border_config_left

C Prototype

aclError acldvppSetBorderConfigLeft(acldvppBorderConfig *borderConfig, uint32_t left);

Python Function

ret = acl.media.dvpp_set_border_config_left(border_config, left)

Function Usage

Sets the border configuration parameter: pixel value of the image left.

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

border_config: int, border configuration. Call acl.media.dvpp_create_border_config to create data of the acldvppBorderConfig type in advance.

left: int, length of the border in pixels at the left of the image.

Return Value

ret: int, error code.

Restrictions

None