Function: vdec_get_channel_desc_out_pic_width
C Prototype |
uint32_t aclvdecGetChannelDescOutPicWidth(const aclvdecChannelDesc *channelDesc); |
|---|---|
Python Function |
out_pic_width = acl.media.vdec_get_channel_desc_out_pic_width(vdec_channel_desc) |
Function Usage |
Obtains the decoding channel description attribute: image width. |
Input Description |
vdec_channel_desc: int, description of the video decoding channel. |
Return Value |
out_pic_width: int, image width. |
Parent topic: VDEC