Searched defs:aml_vcodec_ctx (Results 1 – 1 of 1) sorted by relevance
427 struct aml_vcodec_ctx { struct428 int id;429 enum aml_instance_type type;430 struct aml_vcodec_dev *dev;431 struct v4l2_m2m_ctx *m2m_ctx;432 struct aml_vdec_adapt *ada_ctx;433 const struct vdec_common_if *dec_if;434 ulong drv_handle;435 struct v4l2_fh fh;436 struct v4l2_ctrl_handler ctrl_hdl;[all …]