Home
last modified time | relevance | path

Searched refs:max_horizontal_deci (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/msm8998/libdrmutils/
Ddrm_interface.h221 uint32_t max_horizontal_deci; member
/hardware/qcom/display/msm8909/libdrmutils/
Ddrm_interface.h251 uint32_t max_horizontal_deci; member
/hardware/qcom/display/msm8909w_3100/libdrmutils/
Ddrm_interface.h251 uint32_t max_horizontal_deci; member
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp429 info->max_horizontal_deci = 0; in GetTypeInfo()
450 string max_horizontal_deci = "max_horizontal_deci="; in GetTypeInfo() local
478 } else if (line.find(max_horizontal_deci) != string::npos) { in GetTypeInfo()
479 info->max_horizontal_deci = std::stoi(line.erase(0, max_horizontal_deci.length())); in GetTypeInfo()
/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h471 uint32_t max_horizontal_deci; member
/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp298 pipe_type.second.max_horizontal_deci > 1 && pipe_type.second.max_vertical_deci > 1; in GetHWPlanesInfo()
307 pipe_type.second.max_horizontal_deci > 1 && pipe_type.second.max_vertical_deci > 1; in GetHWPlanesInfo()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h552 uint32_t max_horizontal_deci; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h569 uint32_t max_horizontal_deci; member
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp320 hw_resource->has_decimation = info.max_horizontal_deci > 1 && info.max_vertical_deci > 1; in PopulatePipeCaps()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp307 hw_resource->has_decimation = info.max_horizontal_deci > 1 && info.max_vertical_deci > 1; in PopulatePipeCaps()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp480 hw_resource->has_decimation = info.max_horizontal_deci > 0 && info.max_vertical_deci > 0; in PopulatePipeCaps()