Searched refs:overlayp (Results 1 – 2 of 2) sorted by relevance
81 struct mdp_overlay overlay, *overlayp; variable102 overlayp = &overlay; in overlay_set_params()106 overlayp->id = MSMFB_NEW_REQUEST; in overlay_set_params()109 overlayp->src.width = e->src.width; in overlay_set_params()110 overlayp->src.height = e->src.height; in overlay_set_params()111 overlayp->src.format = e->src.format; in overlay_set_params()113 overlayp->src_rect.x = e->src_rect.x; in overlay_set_params()114 overlayp->src_rect.y = e->src_rect.y; in overlay_set_params()115 overlayp->src_rect.w = e->src_rect.w; in overlay_set_params()116 overlayp->src_rect.h = e->src_rect.h; in overlay_set_params()[all …]
239 static struct mdp_overlay overlay, *overlayp; variable3347 overlayp = &overlay; in overlay_set()3348 overlayp->src.width = stride; in overlay_set()3349 overlayp->src.height = sliceheight; in overlay_set()3351 overlayp->src.format = MDP_Y_CRCB_H2V2; in overlay_set()3354 overlayp->src.format = MDP_Y_CRCB_H2V2_TILE; in overlay_set()3358 overlayp->src.format = MDP_Y_CBCR_H2V2_TILE; in overlay_set()3360 overlayp->src_rect.x = 0; in overlay_set()3361 overlayp->src_rect.y = 0; in overlay_set()3362 overlayp->src_rect.w = width; in overlay_set()[all …]