Function: vdec_set_channel_desc_out_pic_width
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Sets the decoding channel description attribute: image width.
Prototype
- C Prototype
1aclError aclvdecSetChannelDescOutPicWidth(aclvdecChannelDesc *channelDesc, uint32_t outPicWidth)
- Python Function
1ret = acl.media.vdec_set_channel_desc_out_pic_width(vdec_channel_desc, out_pic_width)
Parameter Description
Parameter |
Description |
|---|---|
vdec_channel_desc |
Int, pointer address of the description of a video decoding channel. |
out_pic_width |
Int, maximum output width. |
Return Value Description
Return Value |
Description |
|---|---|
ret |
Int, error code: 0 on success; else, failure. |