hi_mpi_venc_set_rc_param
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
☓ |
☓ |
|
☓ |
|
√ |
|
√ |
|
☓ |
Function Description
Sets the advanced RC parameters of an encoding channel. If this API is not called, the default advanced RC settings will be used.
This API must be called after an encoding channel is created and before the channel is destroyed. You are advised to obtain the values of the advanced RC parameters of an encoding channel by calling hi_mpi_venc_get_rc_param, and then set the advanced parameters by calling this MPI.
Prototype
hi_s32 hi_mpi_venc_set_rc_param(hi_venc_chn chn, const hi_venc_rc_param *rc_param)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Encoding channel ID. For the |
rc_param |
Input |
Pointer to the advanced RC parameters of an encoding channel. |
Returns
- 0: success
- Other values: failure. For details, see VENC/JPEGE Return Codes.