Searched defs:mdp_path (Results 1 – 1 of 1) sorted by relevance
17 struct mdp_path { struct18 struct mdp_dev *mdp_dev;19 struct mdp_comp_ctx comps[MDP_PATH_MAX_COMPS];20 u32 num_comps;21 const struct img_config *config;22 const struct img_ipi_frameparam *param;23 const struct v4l2_rect *composes[IMG_MAX_HW_OUTPUTS];47 static int mdp_path_subfrm_require(const struct mdp_path *path, in mdp_path_subfrm_require() argument