acldvppGetJpegeConfigLevel
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
☓ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function
Obtains encoding configuration.
Prototype
1 | uint32_t acldvppGetJpegeConfigLevel(const acldvppJpegeConfig *jpegeConfig) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
jpegeConfig |
Input |
Pointer to the encoding configuration. Call the acldvppCreateJpegeConfig API to create data of the acldvppJpegeConfig type in advance, and then call the acldvppSetJpegeConfigLevel API to set the encoding configuration data. |
Returns
Returns the encoding quality level.
Value range: [1, 100]. A smaller value indicates poorer output image quality.
Parent topic: acldvppJpegeConfig