acl.himpi.vdec_set_protocol_param
C Prototype |
hi_s32 hi_mpi_vdec_set_protocol_param(hi_vdec_chn chn, const hi_vdec_protocol_param* protocol_param); |
|---|---|
Python Function |
ret = acl.himpi.vdec_set_protocol_param(chn, protocol_param) |
Function Usage |
Sets protocol-specific memory allocation parameters of a channel, such as slice, pps, and sps. This API is not supported in the current version. |
Input Description |
chn: int, decoding channel ID.
protocol_param: dict, dictionary of decoding channel parameters. For details, see hi_vdec_protocol_param. |
Return Value |
ret: int, error code.
|
Restrictions |
|
Parent topic: VDEC/JPEGD APIs