/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | strategy.cpp | 141 float fb_width = FLOAT(fb_config_.x_pixels); in GetNextStrategy() local 143 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in GetNextStrategy()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | strategy.cpp | 153 float fb_width = FLOAT(fb_config_.x_pixels); in GetNextStrategy() local 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in GetNextStrategy()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | strategy.cpp | 153 float fb_width = FLOAT(fb_config_.x_pixels); in GetNextStrategy() local 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in GetNextStrategy()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | strategy.cpp | 153 float fb_width = FLOAT(fb_config_.x_pixels); in GetNextStrategy() local 155 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in GetNextStrategy()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | display_base.cpp | 183 float fb_width = FLOAT(fb_config_.x_pixels); in ValidateGPUTarget() local 185 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in ValidateGPUTarget() 947 uint32_t fb_width = fb_config_.x_pixels; in NeedsMixerReconfiguration() local 949 uint32_t fb_area = fb_width * fb_height; in NeedsMixerReconfiguration() 950 LayerRect fb_rect = (LayerRect) {0.0f, 0.0f, FLOAT(fb_width), FLOAT(fb_height)}; in NeedsMixerReconfiguration() 993 layer_width = UINT32((FLOAT(fb_width) / FLOAT(fb_height)) * layer_height); in NeedsMixerReconfiguration() 1000 if (fb_width != mixer_width || fb_height != mixer_height) { in NeedsMixerReconfiguration() 1001 *new_mixer_width = fb_width; in NeedsMixerReconfiguration()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_primary.cpp | 456 auto fb_width = 0u; in FrameCaptureAsync() local 460 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 466 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width || in FrameCaptureAsync()
|
D | hwc_display_virtual.cpp | 78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; in Create() local 81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height)); in Create()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | strategy.cpp | 150 float fb_width = FLOAT(fb_config_.x_pixels); in GetNextStrategy() local 152 LayerRect src_domain = (LayerRect){0.0f, 0.0f, fb_width, fb_height}; in GetNextStrategy()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_display_primary.cpp | 510 auto fb_width = 0u; in FrameCaptureAsync() local 514 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 520 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width || in FrameCaptureAsync()
|
D | hwc_display_virtual.cpp | 78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; in Create() local 81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height)); in Create()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 512 auto fb_width = 0u; in FrameCaptureAsync() local 516 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 522 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width || in FrameCaptureAsync()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_primary.cpp | 510 auto fb_width = 0u; in FrameCaptureAsync() local 514 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 520 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width || in FrameCaptureAsync()
|
D | hwc_display_virtual.cpp | 78 int fb_width = fb_layer.displayFrame.right - fb_layer.displayFrame.left; in Create() local 81 status = hwc_display_virtual->SetFrameBufferResolution(UINT32(fb_width), UINT32(fb_height)); in Create()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 529 auto fb_width = 0u; in FrameCaptureAsync() local 533 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 539 } else if (!post_processed_output && (output_buffer_info_.buffer_config.width < fb_width || in FrameCaptureAsync()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 527 auto fb_width = 0u; in FrameCaptureAsync() local 531 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 537 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width || in FrameCaptureAsync()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_display_primary.cpp | 550 auto fb_width = 0u; in FrameCaptureAsync() local 554 GetFrameBufferResolution(&fb_width, &fb_height); in FrameCaptureAsync() 560 } else if (!post_processed_output && (output_buffer_info.buffer_config.width < fb_width || in FrameCaptureAsync()
|
/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 156 int fb_width; member 714 c2dObject->target_rect.y = ctx->fb_width?(ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 727 c2dObject->target_rect.x = ctx->fb_width?(ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 832 ctx->fb_width = value; in set_parameter_copybit() 1356 ctx->fb_width = 0; in stretch_copybit_internal() 1691 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 732 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 733 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 746 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 747 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 852 ctx->fb_width = value; in set_parameter_copybit() 1384 ctx->fb_width = 0; in stretch_copybit_internal() 1745 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 745 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 759 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 865 ctx->fb_width = value; in set_parameter_copybit() 1392 ctx->fb_width = 0; in stretch_copybit_internal() 1753 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit_c2d.cpp | 152 int fb_width; member 743 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 744 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 757 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 758 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 863 ctx->fb_width = value; in set_parameter_copybit() 1390 ctx->fb_width = 0; in stretch_copybit_internal() 1751 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 745 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 759 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 865 ctx->fb_width = value; in set_parameter_copybit() 1392 ctx->fb_width = 0; in stretch_copybit_internal() 1753 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 745 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 759 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 865 ctx->fb_width = value; in set_parameter_copybit() 1392 ctx->fb_width = 0; in stretch_copybit_internal() 1753 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 745 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 759 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 865 ctx->fb_width = value; in set_parameter_copybit() 1392 ctx->fb_width = 0; in stretch_copybit_internal() 1753 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 745 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 746 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 759 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 760 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 865 ctx->fb_width = value; in set_parameter_copybit() 1392 ctx->fb_width = 0; in stretch_copybit_internal() 1753 ctx->fb_width = 0; in open_copybit()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 154 int fb_width; member 738 c2dObject->target_rect.y = ctx->fb_width? in set_rects() 739 (ALIGN(ctx->fb_width,32)- dst->r):dst->r; in set_rects() 752 c2dObject->target_rect.x = ctx->fb_width? in set_rects() 753 (ALIGN(ctx->fb_width,32) - dst->r):dst->r; in set_rects() 858 ctx->fb_width = value; in set_parameter_copybit() 1390 ctx->fb_width = 0; in stretch_copybit_internal() 1751 ctx->fb_width = 0; in open_copybit()
|