Searched refs:overlayp (Results 1 – 1 of 1) sorted by relevance
79 struct mdp_overlay overlay, *overlayp; variable100 overlayp = &overlay; in overlay_set_params()104 overlayp->id = MSMFB_NEW_REQUEST; in overlay_set_params()107 overlayp->src.width = e->src.width; in overlay_set_params()108 overlayp->src.height = e->src.height; in overlay_set_params()109 overlayp->src.format = e->src.format; in overlay_set_params()111 overlayp->src_rect.x = e->src_rect.x; in overlay_set_params()112 overlayp->src_rect.y = e->src_rect.y; in overlay_set_params()113 overlayp->src_rect.w = e->src_rect.w; in overlay_set_params()114 overlayp->src_rect.h = e->src_rect.h; in overlay_set_params()[all …]