Searched defs:mdp_format (Results 1 – 2 of 2) sorted by relevance
80 struct mdp_format { struct91 #define to_mdp_format(x) container_of(x, struct mdp_format, base) argument92 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->is_yuv) argument
253 struct mdp_format { struct254 u32 pixelformat;255 u32 mdp_color;256 u8 depth[VIDEO_MAX_PLANES];257 u8 row_depth[VIDEO_MAX_PLANES];258 u8 num_planes;259 u8 walign;260 u8 halign;261 u8 salign;262 u32 flags;