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

/hardware/qcom/display/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.cpp849 int fb_width = ctx->dpyAttr[dpy].xres; local
859 ovInfo.src.width = fb_width;
861 ovInfo.src_rect.w = fb_width;
863 ovInfo.dst_rect.w = fb_width;
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp156 int fb_width; member in struct:copybit_context_t
718 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r;
731 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r;
836 ctx->fb_width = value;
1360 ctx->fb_width = 0;
1695 ctx->fb_width = 0;

Completed in 83 milliseconds