Home
last modified time | relevance | path

Searched refs:fb_height (Results 1 – 9 of 9) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_virtual.cpp79 int fb_height = fb_layer.displayFrame.bottom - fb_layer.displayFrame.top; in Create() local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height)); in Create()
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp157 int fb_height; member
719 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
725 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
835 ctx->fb_height = value; in set_parameter_copybit()
1357 ctx->fb_height = 0; in stretch_copybit_internal()
1692 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp155 int fb_height; member
751 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
757 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
868 ctx->fb_height = value; in set_parameter_copybit()
1393 ctx->fb_height = 0; in stretch_copybit_internal()
1754 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp155 int fb_height; member
738 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
744 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
855 ctx->fb_height = value; in set_parameter_copybit()
1385 ctx->fb_height = 0; in stretch_copybit_internal()
1746 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp155 int fb_height; member
744 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
750 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
861 ctx->fb_height = value; in set_parameter_copybit()
1391 ctx->fb_height = 0; in stretch_copybit_internal()
1752 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp154 int fb_height; member
743 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
749 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
860 ctx->fb_height = value; in set_parameter_copybit()
1369 ctx->fb_height = 0; in stretch_copybit_internal()
1730 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp154 int fb_height; member
747 c2dObject->target_rect.x = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
753 c2dObject->target_rect.y = ctx->fb_height?(ctx->fb_height - dst->b):dst->b; in set_rects()
864 ctx->fb_height = value; in set_parameter_copybit()
1394 ctx->fb_height = 0; in stretch_copybit_internal()
1755 ctx->fb_height = 0; in open_copybit()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_mdpcomp.cpp171 int fb_height = ctx->dpyAttr[dpy].yres; in setupBasePipe() local
181 ovInfo.src.height = fb_height; in setupBasePipe()
183 ovInfo.src_rect.h = fb_height; in setupBasePipe()
185 ovInfo.dst_rect.h = fb_height; in setupBasePipe()
Dhwc_utils.cpp856 int fb_height = ctx->dpyAttr[dpy].yres; in setupBasePipe() local
866 ovInfo.src.height = fb_height; in setupBasePipe()
868 ovInfo.src_rect.h = fb_height; in setupBasePipe()
870 ovInfo.dst_rect.h = fb_height; in setupBasePipe()