Function: dvpp_set_jpege_config_level
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Sets an encoding configuration.
Prototype
- C Prototype
1aclError acldvppSetJpegeConfigLevel(acldvppJpegeConfig *jpegeConfig, uint32_t level)
- Python Function
1ret = acl.media.dvpp_set_jpege_config_level(dvpp_jpege_config, level)
Parameter Description
Parameter |
Description |
|---|---|
dvpp_jpege_config |
Int, pointer address of the encoding configuration data. acl.media.dvpp_create_jpege_config is called to create encoding configuration data. |
level |
Int, encoding quality level. For the For the For the For the For the |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |