Searched defs:ubwc_tiled (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp524 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); local
525 error = ValidateScaling(src_rect, dst_rect, false /*rotated90 */, ubwc_tiled,
682 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) { argument
693 error = ValidateScaling(src_rect, dst_rect, false /* rotated90 */, ubwc_tiled,
703 bool rotate90, bool ubwc_tiled,
715 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled);
728 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { argument
733 if (!ubwc_tiled && hw_res_info_.has_decimation) {
850 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); local
851 error = ValidatePipeParams(left_pipe, ubwc_tiled);
702 ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90, bool ubwc_tiled, bool use_rotator_downscale) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Dresource_default.cpp561 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); local
562 error = ValidateScaling(src_rect, dst_rect, false /*rotated90 */, ubwc_tiled,
719 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) { argument
730 error = ValidateScaling(src_rect, dst_rect, false /* rotated90 */, ubwc_tiled,
740 bool rotate90, bool ubwc_tiled,
752 error = ValidateDownScaling(scale_x, scale_y, ubwc_tiled);
765 DisplayError ResourceDefault::ValidateDownScaling(float scale_x, float scale_y, bool ubwc_tiled) { argument
770 if (!ubwc_tiled && hw_res_info_.has_decimation) {
887 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); local
888 error = ValidatePipeParams(left_pipe, ubwc_tiled);
739 ValidateScaling(const LayerRect &crop, const LayerRect &dst, bool rotate90, bool ubwc_tiled, bool use_rotator_downscale) argument
[all...]

Completed in 7 milliseconds