Searched refs:src_rect (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/msm/
H A Dmdp_ppp.c39 uint32_t src_rect; member in struct:mdp_regs
360 get_edge_info(req->src_rect.h, req->src_rect.y, dst_h,
363 get_edge_info(req->src_rect.w, req->src_rect.x, dst_w,
367 luma_interp[IMG_LEFT] = req->src_rect.x;
368 luma_interp[IMG_RIGHT] = req->src_rect.x + req->src_rect.w - 1;
369 luma_interp[IMG_TOP] = req->src_rect.y;
370 luma_interp[IMG_BOTTOM] = req->src_rect
[all...]
H A Dmdp.c288 if (unlikely(req->src_rect.h == 0 ||
289 req->src_rect.w == 0)) {
322 req->src_rect.w = 16*req->src_rect.w / req->dst_rect.h;
335 req->src_rect.x += req->src_rect.w;
339 req->src_rect.w = remainder*req->src_rect.w / req->dst_rect.h;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsm_mdp.h68 struct mdp_rect src_rect; member in struct:mdp_blit_req
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_mdp.h153 struct mdp_rect src_rect; member in struct:mdp_blit_req
187 struct mdp_rect src_rect; member in struct:mdp_overlay
H A Dmdp_ppp.c551 get_len(&req->src, &req->src_rect, src_bpp,
1148 (req->src_rect.w == 0) || (req->src_rect.h == 0) ||
1154 if (((req->src_rect.x + req->src_rect.w) > req->src.width) ||
1155 ((req->src_rect.y + req->src_rect.h) > req->src.height))
1165 src_width = req->src_rect.w;
1166 src_height = req->src_rect.h;
1308 iBuf.roi.x = req->src_rect
[all...]
H A Dmdp4_overlay.c942 if (req->src_rect.h == 0 || req->src_rect.w == 0) {
985 pipe->src_h = req->src_rect.h & 0x07ff;
986 pipe->src_w = req->src_rect.w & 0x07ff;
987 pipe->src_y = req->src_rect.y & 0x07ff;
988 pipe->src_x = req->src_rect.x & 0x07ff;
H A Dmsm_fb.c1454 if (unlikely(req->src_rect.h == 0 || req->src_rect.w == 0)) {
1598 &(req_list[i].src_rect),
1750 if (unlikely(req_list[i].src_rect.h == 0 ||
1751 req_list[i].src_rect.w == 0)) {

Completed in 155 milliseconds