hi_vdec_video_param
说明
定义视频解码高级参数。
定义
hi_vdec_video_param = {"composite_dec_en": composite_dec_en,
                       "slice_input_en": slice_input_en,
                       "err_threshold": err_threshold,
                       "dec_mode": hi_video_dec_mode, # frames output order ,0: the same with display order , 1: the same with decoder order
                       "out_order": hi_video_out_order,            
                       "compress_mode": hi_compress_mode, # RW; compress mode
                       "video_format": hi_video_format, # RW; video format
                       "quick_mark_mode": hi_quick_mark_mode }
成员
成员名称  | 
描述  | 
|---|---|
composite_dec_en  | 
整型,复合码流使能开关。预留参数,暂未支持。  | 
slice_input_en  | 
预留参数,暂未支持。  | 
err_threshold  | 
预留参数,暂未支持。  | 
dec_mode  | 
整型, 解码模式。 默认值:HI_VIDEO_DEC_MODE_IPB。  | 
out_order  | 
整型,解码图像输出顺序。 默认值:HI_VIDEO_OUT_ORDER_DISPLAY  | 
compress_mode  | 
整型,解码图像压缩模式。支持HFBC压缩“HI_COMPRESS_MODE_HFBC”。 默认值:HI_COMPRESS_MODE_HFBC  | 
video_format  | 
整型,解码图像数据格式。 当前仅支持“HI_VIDEO_FORMAT_TILE_64x16”和“HI_VIDEO_FORMAT_LINEAR”。 默认值:HI_VIDEO_FORMAT_TILE_64x16  | 
quick_mark_mode  | 
整型,快速释放参考帧模式。预留参数,暂未支持。  | 
父主题: 视频/图像解码