/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
H A D | hw_peripheral_drm.cpp | 176 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in SetDestScalarData() 178 if (it == hw_layer_info.dest_scale_info_map.end()) { in SetDestScalarData() 215 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in SetDestScalarData() 216 if (it == hw_layer_info.dest_scale_info_map.end()) { in SetDestScalarData() 224 sde_dest_scalar_data_.num_dest_scaler = UINT32(hw_layer_info.dest_scale_info_map.size()); in SetDestScalarData()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/drm/ |
H A D | hw_peripheral_drm.cpp | 109 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in SetDestScalarData() 111 if (it == hw_layer_info.dest_scale_info_map.end()) { in SetDestScalarData() 138 sde_dest_scalar_data_.num_dest_scaler = UINT32(hw_layer_info.dest_scale_info_map.size()); in SetDestScalarData()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
H A D | hw_peripheral_drm.cpp | 241 auto it = hw_layer_info.dest_scale_info_map.find(i); in SetDestScalarData() 243 if (it == hw_layer_info.dest_scale_info_map.end()) { in SetDestScalarData() 277 sde_dest_scalar_data_.num_dest_scaler = UINT32(hw_layer_info.dest_scale_info_map.size()); in SetDestScalarData()
|
H A D | hw_device_drm.cpp | 2306 DestScaleInfoMap &dest_scale_info_map = hw_layer_info.dest_scale_info_map; in DumpHWLayers() local 2326 for (uint32_t i = 0; i < dest_scale_info_map.size(); i++) { in DumpHWLayers() 2327 HWDestScaleInfo *dest_scalar_data = dest_scale_info_map[i]; in DumpHWLayers()
|
/aosp12/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 292 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 294 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 322 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/private/ |
H A D | hw_info_types.h | 430 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 317 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 319 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 356 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 313 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 315 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 352 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/private/ |
H A D | hw_info_types.h | 491 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/private/ |
H A D | hw_info_types.h | 490 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/private/ |
H A D | hw_info_types.h | 483 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 312 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 314 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 351 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/sdm845/display/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 317 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 319 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 356 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
H A D | hw_device.cpp | 334 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i); in Validate() 336 if (it == hw_layer_info.dest_scale_info_map.end()) { in Validate() 373 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size()); in Validate()
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/private/ |
H A D | hw_info_types.h | 535 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/private/ |
H A D | hw_info_types.h | 704 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/private/ |
H A D | hw_info_types.h | 685 DestScaleInfoMap dest_scale_info_map = {};
|
/aosp12/hardware/qcom/sm8150/display/sdm/libs/core/ |
H A D | display_builtin.cpp | 878 hw_layers_.info.dest_scale_info_map.clear(); in CanSkipDisplayPrepare()
|
/aosp12/hardware/qcom/sm7250/display/sdm/libs/core/ |
H A D | display_builtin.cpp | 1186 hw_layers_.info.dest_scale_info_map.clear(); in CanSkipDisplayPrepare()
|