acl.himpi.vdec_get_jpegd_output_info
c函数原型 |
hi_s32 hi_mpi_vdec_get_jpegd_output_info(const hi_vdec_stream *stream, const hi_pixel_format output_format, hi_img_info *img_info) |
---|---|
Python函数 |
img_info, ret = acl.himpi.vdec_get_jpegd_output_info(stream, output_format) |
函数功能 |
图片解码场景下,根据输入码流,获取按源图格式或指定图片格式输出时的图片宽、高、宽stride、高stride、解码后占用的内存大小、图片格式等信息。 该接口会检查图片格式是否支持解码,如果遇到不支持的码流则该接口会返回HI_ERR_VDEC_NOT_SUPPORT错误码,该错误码的详细描述请参见公共返回码。 |
输入说明 |
|
返回值说明 |
|
父主题: VDEC视频解码/JPEGD图像解码接口