hi_mpi_vpss_set_grp_param
The
The
Description
Sets VPSS group parameters.
Restrictions
- A VPSS group must have been created. For details, see hi_mpi_vpss_create_grp.
- Call hi_mpi_vpss_get_grp_param to obtain the current parameters before setting them.
Prototype
hi_s32 hi_mpi_vpss_set_grp_param(hi_vpss_grp grp, const hi_vpss_grp_param *grp_param);
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
grp |
Input |
VPSS group ID. Value range: [256, 268) |
grp_param |
Input |
Group settings. |
Returns
- 0: success
- Other values: failure. For details, see VPSS Return Codes.
Parent topic: VPSS