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

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Ddisplay_base.cpp183 float fb_width = FLOAT(fb_config_.x_pixels); local
185 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
946 uint32_t fb_width = fb_config_.x_pixels; local
948 uint32_t fb_area = fb_width * fb_height;
949 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)};
992 layer_width = UINT32((FLOAT(fb_width) / FLOAT(fb_height)) * layer_height);
999 if (fb_width != mixer_width || fb_height != mixer_height) {
1000 *new_mixer_width = fb_width;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height));
H A Dhwc_display_primary.cpp456 auto fb_width = 0u; local
460 GetFrameBufferResolution(&fb_width, &fb_height);
466 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dstrategy.cpp153 float fb_width = FLOAT(fb_config_.x_pixels); local
155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
H A Ddisplay_base.cpp192 float fb_width = FLOAT(fb_config_.x_pixels); local
194 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
1120 uint32_t fb_width = fb_config_.x_pixels; local
1122 uint32_t fb_area = fb_width * fb_height;
1123 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)};
1175 *new_mixer_width = FloorToMultipleOf(UINT32((FLOAT(fb_width) / FLOAT(fb_height)) *
/hardware/qcom/display/sdm845/sdm/libs/core/
H A Dstrategy.cpp153 float fb_width = FLOAT(fb_config_.x_pixels); local
155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
H A Ddisplay_base.cpp188 float fb_width = FLOAT(fb_config_.x_pixels); local
190 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
1119 uint32_t fb_width = fb_config_.x_pixels; local
1121 uint32_t fb_area = fb_width * fb_height;
1122 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)};
1174 *new_mixer_width = FloorToMultipleOf(UINT32((FLOAT(fb_width) / FLOAT(fb_height)) *
/hardware/qcom/display/sdm845/sdm/libs/hwc/
H A Dhwc_display_virtual.cpp78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; local
81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height));
H A Dhwc_display_primary.cpp499 auto fb_width = 0u; local
503 GetFrameBufferResolution(&fb_width, &fb_height);
509 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width ||
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp511 auto fb_width = 0u; local
515 GetFrameBufferResolution(&fb_width, &fb_height);
521 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp529 auto fb_width = 0u; local
533 GetFrameBufferResolution(&fb_width, &fb_height);
539 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width ||
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp518 auto fb_width = 0u; local
522 GetFrameBufferResolution(&fb_width, &fb_height);
528 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < 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/msm8909/libcopybit/
H A Dcopybit_c2d.cpp153 int fb_width; member in struct:copybit_context_t
737 c2dObject->target_rect.y = ctx->fb_width?
738 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
751 c2dObject->target_rect.x = ctx->fb_width?
752 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
857 ctx->fb_width = value;
1368 ctx->fb_width = 0;
1729 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/msm8994/libcopybit/
H A Dcopybit_c2d.cpp153 int fb_width; member in struct:copybit_context_t
741 c2dObject->target_rect.y = ctx->fb_width?
742 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
755 c2dObject->target_rect.x = ctx->fb_width?
756 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
861 ctx->fb_width = value;
1393 ctx->fb_width = 0;
1754 ctx->fb_width = 0;
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp154 int fb_width; member in struct:copybit_context_t
745 c2dObject->target_rect.y = ctx->fb_width?
746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
759 c2dObject->target_rect.x = ctx->fb_width?
760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
865 ctx->fb_width = value;
1392 ctx->fb_width = 0;
1753 ctx->fb_width = 0;
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp154 int fb_width; member in struct:copybit_context_t
745 c2dObject->target_rect.y = ctx->fb_width?
746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
759 c2dObject->target_rect.x = ctx->fb_width?
760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
865 ctx->fb_width = value;
1392 ctx->fb_width = 0;
1753 ctx->fb_width = 0;
/hardware/qcom/display/sdm845/libcopybit/
H A Dcopybit_c2d.cpp154 int fb_width; member in struct:copybit_context_t
745 c2dObject->target_rect.y = ctx->fb_width?
746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r;
759 c2dObject->target_rect.x = ctx->fb_width?
760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r;
865 ctx->fb_width = value;
1392 ctx->fb_width = 0;
1753 ctx->fb_width = 0;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.cpp170 int fb_width = ctx->dpyAttr[dpy].xres; local
180 ovInfo.src.width = fb_width;
182 ovInfo.src_rect.w = fb_width;
184 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;

Completed in 190 milliseconds