Searched defs:mdp_frame (Results 1 – 1 of 1) sorted by relevance
306 struct mdp_frame { struct307 struct v4l2_format format;308 const struct mdp_format *mdp_fmt;309 u32 ycbcr_prof; /* enum mdp_ycbcr_profile */310 u32 usage; /* enum mdp_buffer_usage */311 struct mdp_crop crop;312 struct v4l2_rect compose;313 s32 rotation;314 u32 hflip:1;315 u32 vflip:1;[all …]