acl.himpi.vdec_send_stream
C Prototype |
hi_s32 hi_mpi_vdec_send_stream(hi_vdec_chn chn, const hi_vdec_stream *stream, hi_vdec_pic_info *vdec_pic_info, hi_s32 milli_sec); |
|---|---|
Python Function |
ret = acl.himpi.vdec_send_stream(chn, stream, vdec_pic_info, milli_sec) |
Function Usage |
Feeds the stream and decoding result buffer to a decoding channel. 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.
stream: dict, input stream information. In the dictionary, addr is configured as the memory address on the device. For details, see hi_vdec_stream. vdec_pic_info: dict, output image information dictionary. For details, see hi_vdec_pic_info. milli_sec: int, timeout interval (ms).
|
Return Value |
ret: int, error code.
|
Restrictions |
|