Searched defs:amvdec_format (Results 1 – 1 of 1) sorted by relevance
150 struct amvdec_format { struct151 u32 pixfmt;152 u32 min_buffers;153 u32 max_buffers;154 u32 max_width;155 u32 max_height;156 u32 flags;158 struct amvdec_ops *vdec_ops;159 struct amvdec_codec_ops *codec_ops;161 char *firmware_path;[all …]