Searched defs:fb_width (Results 1 - 6 of 6) sorted by relevance

/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.cpp857 int fb_width = ctx->dpyAttr[dpy].xres; local
867 ovInfo.src.width = fb_width;
869 ovInfo.src_rect.w = fb_width;
871 ovInfo.dst_rect.w = fb_width;
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp154 int fb_width; member in struct:copybit_context_t
732 c2dObject->target_rect.y = ctx->fb_width?
733 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
746 c2dObject->target_rect.x = ctx->fb_width?
747 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
852 ctx->fb_width = value;
1384 ctx->fb_width = 0;
1745 ctx->fb_width = 0;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp154 int fb_width; member in struct:copybit_context_t
738 c2dObject->target_rect.y = ctx->fb_width?
739 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
752 c2dObject->target_rect.x = ctx->fb_width?
753 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
858 ctx->fb_width = value;
1390 ctx->fb_width = 0;
1751 ctx->fb_width = 0;
/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;

Completed in 2702 milliseconds