hi_mpi_vdec_stop_recv_stream
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
☓ |
Function Description
Stops receiving the streams sent by the user. This API must be called before the decoding channel is destroyed.
Prototype
hi_s32 hi_mpi_vdec_stop_recv_stream(hi_vdec_chn chn)
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
chn |
Input |
Decoding channel ID. Atlas 350 Accelerator Card: The value range is [0, 256). The maximum number of JPEGD channels is 256. |
Returns
- 0: success
- Other values: failure. For details, see VDEC/JPEGD Return Codes.
Restrictions
- Ensure that a channel has been created. Otherwise, the error code HI_ERR_VDEC_UNEXIST is returned.
- After this interface is invoked, a failure message is returned when the hi_mpi_vdec_send_stream interface for sending streams is invoked.
- Repeated calls to this API return successful responses.