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

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp156 int fb_width; member in struct:copybit_context_t
714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
832 ctx->fb_width = value;
1356 ctx->fb_width = 0;
1691 ctx->fb_width = 0;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp156 int fb_width; member in struct:copybit_context_t
733 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
746 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
851 ctx->fb_width = value;
1384 ctx->fb_width = 0;
1725 ctx->fb_width = 0;
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp156 int fb_width; member in struct:copybit_context_t
714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
832 ctx->fb_width = value;
1356 ctx->fb_width = 0;
1691 ctx->fb_width = 0;
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.cpp166 int fb_width = ctx->dpyAttr[dpy].xres; local
176 ovInfo.src.width = fb_width;
178 ovInfo.src_rect.w = fb_width;
180 ovInfo.dst_rect.w = fb_width;
H A Dhwc_utils.cpp810 int fb_width = ctx->dpyAttr[dpy].xres; local
820 ovInfo.src.width = fb_width;
822 ovInfo.src_rect.w = fb_width;
824 ovInfo.dst_rect.w = fb_width;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp171 int fb_width = ctx->dpyAttr[dpy].xres; local
181 ovInfo.src.width = fb_width;
183 ovInfo.src_rect.w = fb_width;
185 ovInfo.dst_rect.w = fb_width;
H A Dhwc_utils.cpp850 int fb_width = ctx->dpyAttr[dpy].xres; local
860 ovInfo.src.width = fb_width;
862 ovInfo.src_rect.w = fb_width;
864 ovInfo.dst_rect.w = fb_width;

Completed in 150 milliseconds