hi_vpss_chn_attr
说明
定义VPSS物理通道的属性。
定义
typedef struct {
    hi_bool             mirror_en;
    hi_bool             flip_en;
    hi_vpss_chn_mode    chn_mode;          /* RW; vpss channel's work mode. */
    hi_u32              width;
    hi_u32              height;
    hi_video_format     video_format;      /* RW; video format of target image. */
    hi_pixel_format     pixel_format;      /* RW; pixel format of target image. */
    hi_dynamic_range    dynamic_range;     /* RW; dynamic_range of target image. */
    hi_compress_mode    compress_mode;     /* RW; compression mode of the output. */
    hi_frame_rate_ctrl  frame_rate;        /* frame rate control info */
    hi_u32              depth;           /* RW; range: [0, 8]; user get list depth. */
    hi_aspect_ratio     aspect_ratio;      /* aspect ratio info. */
    hi_u32              reserved[10]; 
} hi_vpss_chn_attr;
成员
父主题: VPSS视频处理