Function: dvpp_create_jpege_config

C Prototype

acldvppJpegeConfig *acldvppCreateJpegeConfig()

Python Function

dvpp_jpege_config = acl.media.dvpp_create_jpege_config()

Function Usage

Creates data of the acldvppJpegeConfig type as an image encoding configuration.

To destroy data of the acldvppJpegeConfig type, call acl.media.dvpp_destroy_jpege_config.

Return Value

dvpp_jpege_config: int, pointer address of the acldvppJpegeConfig type.

  • If a non-zero value is returned, the operation is successful.
  • If 0 is returned, the operation fails.