/hardware/qcom/display/msm8996/sdm/libs/core/ |
H A D | display_base.cpp | 183 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 D | hwc_display_virtual.cpp | 78 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 D | hwc_display_primary.cpp | 456 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 D | strategy.cpp | 153 float fb_width = FLOAT(fb_config_.x_pixels); local 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
|
H A D | display_base.cpp | 192 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 D | strategy.cpp | 153 float fb_width = FLOAT(fb_config_.x_pixels); local 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height};
|
H A D | display_base.cpp | 188 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 D | hwc_display_virtual.cpp | 78 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 D | hwc_display_primary.cpp | 499 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 D | hwc_display_primary.cpp | 511 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 D | hwc_display_primary.cpp | 529 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 D | hwc_display_primary.cpp | 518 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 D | copybit_c2d.cpp | 154 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 D | copybit_c2d.cpp | 154 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 D | copybit_c2d.cpp | 153 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 D | copybit_c2d.cpp | 156 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 D | copybit_c2d.cpp | 153 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 D | copybit_c2d.cpp | 154 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 D | copybit_c2d.cpp | 154 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 D | copybit_c2d.cpp | 154 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 D | hwc_mdpcomp.cpp | 170 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 D | hwc_utils.cpp | 857 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;
|