Function: vdec_get_channel_desc_ref_frame_num
Product Support
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
x |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the decoding channel description attribute: number of reference frames.
Prototype
- C Prototype
1uint32_t aclvdecGetChannelDescRefFrameNum(const aclvdecChannelDesc *channelDesc)
- Python Function
1ref_frame_num = acl.media.vdec_get_channel_desc_ref_frame_num(vdec_channel_desc)
Parameters
Parameter |
Description |
|---|---|
vdec_channel_desc |
Int, description of the video decoding channel. |
Return Value
Return Value |
Description |
|---|---|
ref_frame_num |
Int, number of reference frames. The value range is [0, 16]. For the |
Parent topic: VDEC