acl.himpi.venc_set_intra_refresh
c函数原型 |
hi_s32 hi_mpi_venc_set_intra_refresh(hi_venc_chn chn, const hi_venc_intra_refresh *intra_refresh) |
---|---|
Python函数 |
ret = acl.himpi.venc_set_intra_refresh(chn, intra_refresh) |
函数功能 |
设置P帧刷新Islice的参数。 Atlas 200/300/500 推理产品,不支持该接口。 Atlas 训练系列产品,不支持该接口。 Atlas A2训练系列产品/Atlas 800I A2推理产品,不支持该接口。 |
输入说明 |
chn:int,编码通道号。
intra_refresh:dict,刷Islice的参数字典。参见hi_venc_intra_refresh。 |
返回值说明 |
ret:int,错误码。
|
约束说明 |
|
父主题: VENC视频/JPEGE图像编码接口