Function: dvpp_set_jpege_config_level
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Sets encoding configuration data.
Prototype
- C Prototype
1aclError acldvppSetJpegeConfigLevel(acldvppJpegeConfig *jpegeConfig, uint32_t level)
- Python Function
1ret = acl.media.dvpp_set_jpege_config_level(dvpp_jpege_config, level)
Parameters
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
Return Value |
Description |
|---|---|
ret |
Int, error code. 0 on success; else, failure. |