acl.himpi.dvpp_get_image_info
c函数原型 |
hi_s32 hi_mpi_dvpp_get_image_info(hi_payload_type img_type, const hi_vdec_stream *stream, hi_img_info *img_info); |
---|---|
Python函数 |
img_info, ret = acl.himpi.dvpp_get_image_info(img_type, stream) |
函数功能 |
根据输入码流,获取按源图格式输出时的图片宽、高、宽Stride、高Stride、解码后占用的内存大小、源图片格式等信息。 该接口会检查图片格式是否支持解码,如果遇到不支持的码流则该接口会返回HI_ERR_VDEC_NOT_SUPPORT错误码,该错误码的详细描述请参见公共返回码。 |
输入说明 |
|
返回值说明 |
img_info:图片信息字典。 ret:int,错误码。
|
父主题: 公共接口