/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.h | 59 bool rotate90, bool ubwc_tiled, bool use_rotator_downscale); 119 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled); 120 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 524 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in Config() local 525 error = ValidateScaling(src_rect, dst_rect, false /*rotated90 */, ubwc_tiled, in Config() 682 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) { in ValidatePipeParams() argument 693 error = ValidateScaling(src_rect, dst_rect, false /* rotated90 */, ubwc_tiled, in ValidatePipeParams() 703 bool rotate90, bool ubwc_tiled, in ValidateScaling() argument 715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled); in ValidateScaling() 728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 733 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling() 850 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in AlignPipeConfig() local 851 error = ValidatePipeParams(left_pipe, ubwc_tiled); in AlignPipeConfig() [all …]
|
/hardware/qcom/display/msm8996/sdm/include/private/ |
D | resource_interface.h | 53 bool rotate90, bool ubwc_tiled,
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | resource_default.h | 127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.h | 127 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.h | 126 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 766 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 771 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
|
/hardware/qcom/sm8150/display/sdm/libs/core/ |
D | resource_default.h | 132 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 758 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 763 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
|
/hardware/qcom/sm7250/display/sdm/libs/core/ |
D | resource_default.h | 136 DisplayError ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled);
|
D | resource_default.cpp | 755 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { in ValidateDownScaling() argument 760 if (!ubwc_tiled && hw_res_info_.has_decimation) { in ValidateDownScaling()
|