venc_get_qpmap_size
产品支持情况
产品 |
是否支持 |
---|---|
x |
|
x |
|
x |
|
√ |
|
x |
|
x |
功能说明
本接口支持用户获取qpmap映射表大小。
函数原型
- C函数原型
1
hi_s32 hi_mpi_venc_get_qpmap_size(hi_payload_type type, hi_u32 width, hi_u32 height)
- python函数
1
size = acl.himpi.venc_get_qpmap_size(type, width, height)
参数说明
参数名 |
说明 |
---|---|
type |
int,编码协议类型,参考hi_payload_type。 |
width |
int,编码图像的宽。 |
heigh |
int,编码图像的高。 |
返回值说明
返回值 |
说明 |
---|---|
size |
int。
|
父主题: VENC视频/JPEGE图像编码接口