hi_mpi_vdec_query_status
The
The
Description
Queries the status of a decoding channel in the decoding process.
Restrictions
Ensure that a channel has been created. Otherwise, the error code HI_ERR_VDEC_UNEXIST is returned.
Prototype
hi_s32 hi_mpi_vdec_query_status(hi_vdec_chn chn, hi_vdec_chn_status *status)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
chn |
Input |
Decoding channel ID. |
status |
Output |
Pointer to the channel status. |
Returns
- 0: success
- Other values: failure. For details, see VDEC/JPEGD Return Codes.
Parent topic: VDEC/JPEGD