Searched refs:src_rect (Results 1 – 2 of 2) sorted by relevance
39 uint32_t src_rect; member361 get_edge_info(req->src_rect.h, req->src_rect.y, dst_h, in get_edge_cond()364 get_edge_info(req->src_rect.w, req->src_rect.x, dst_w, in get_edge_cond()368 luma_interp[IMG_LEFT] = req->src_rect.x; in get_edge_cond()369 luma_interp[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1; in get_edge_cond()370 luma_interp[IMG_TOP] = req->src_rect.y; in get_edge_cond()371 luma_interp[IMG_BOTTOM] = req->src_rect.y + req->src_rect.h - 1; in get_edge_cond()383 chroma_bound[IMG_LEFT] = req->src_rect.x; in get_edge_cond()384 chroma_bound[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1; in get_edge_cond()385 chroma_bound[IMG_TOP] = req->src_rect.y; in get_edge_cond()[all …]
287 if (unlikely(req->src_rect.h == 0 || in mdp_blit()288 req->src_rect.w == 0)) { in mdp_blit()321 req->src_rect.w = 16*req->src_rect.w / req->dst_rect.h; in mdp_blit()334 req->src_rect.x += req->src_rect.w; in mdp_blit()338 req->src_rect.w = remainder*req->src_rect.w / req->dst_rect.h; in mdp_blit()