Home
last modified time | relevance | path

Searched refs:IsUBWCFormat (Results 1 – 17 of 17) sorted by relevance

/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
123 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
126 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
126 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
128 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
135 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
135 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dformats.h37 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/
H A Dformats.h37 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/
H A Dformats.h37 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/
H A Dformats.h37 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/
H A Dformats.h53 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/
H A Dformats.h53 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/
H A Dformats.h53 bool IsUBWCFormat(LayerBufferFormat format);
/aosp12/hardware/qcom/display/msm8996/sdm/libs/utils/
H A Dformats.cpp36 bool IsUBWCFormat(LayerBufferFormat format) { in IsUBWCFormat() function
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp524 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in Config()
850 bool ubwc_tiled = IsUBWCFormat(layer->input_buffer->format); in AlignPipeConfig()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display.cpp486 bool linear = layer_stack_.output_buffer && !IsUBWCFormat(layer_stack_.output_buffer->format); in PrepareLayerParams()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display.cpp486 bool linear = layer_stack_.output_buffer && !IsUBWCFormat(layer_stack_.output_buffer->format); in PrepareLayerParams()