acl.himpi.venc_request_idr
C Prototype |
hi_s32 hi_mpi_venc_request_idr(hi_venc_chn chn, hi_bool instant); |
|---|---|
Python Function |
ret = acl.himpi.venc_request_idr(chn, instant) |
Function Usage |
Requests an instantaneous decoding refresh (IDR) frame. The Atlas 200/300/500 Inference Product does not support this API in the current version. The Atlas Training Series Product does not support this API in the current version. |
Input Description |
chn: encoding channel ID.
instant: whether to instantly encode an IDR frame. |
Return Value |
ret: int, error code.
|
Restrictions |
|
Parent topic: VENC/JPEGE APIs