acl.himpi.vdec_release_frame
C Prototype |
hi_s32 hi_mpi_vdec_release_frame(hi_vdec_chn chn, const hi_video_frame_info *frame_info); |
|---|---|
Python Function |
ret = acl.himpi.vdec_release_frame(chn, frame_info) |
Function Usage |
Releases resources after decoding is complete. 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: int, decoding channel ID.
frame_info: dict, dictionary of decoded image information, which is obtained by calling acl.himpi.vdec_get_frame. For details, see hi_video_frame_info. |
Return Value |
ret: int, error code.
|
Restrictions |
|
Parent topic: VDEC/JPEGD APIs