HomeSort by relevance Sort by last modified time
    Searched refs:hw_layer_info (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 171 HWLayersInfo &hw_layer_info = hw_layers->info; local
172 LayerStack *stack = hw_layer_info.stack;
176 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_info.count);
186 for (uint32_t i = 0; i < hw_layer_info.count; i++) {
187 uint32_t layer_index = hw_layer_info.index[i];
194 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer->flags.cursor);
294 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i);
296 if (it == hw_layer_info.dest_scale_info_map.end()) {
324 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size());
365 HWLayersInfo &hw_layer_info = hw_layers->info local
1016 HWLayersInfo &hw_layer_info = hw_layers->info; local
    [all...]
hw_primary.cpp 374 HWLayersInfo &hw_layer_info = hw_layers->info; local
375 LayerStack *stack = hw_layer_info.stack;
381 LayerRect left_roi = hw_layer_info.left_partial_update;
382 LayerRect right_roi = hw_layer_info.right_partial_update;
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_device.cpp 229 HWLayersInfo &hw_layer_info = hw_layers->info; local
230 LayerStack *stack = hw_layer_info.stack;
234 DLOGV_IF(kTagDriverConfig, "SDE layer count is %d", hw_layer_info.count);
244 for (uint32_t i = 0; i < hw_layer_info.count; i++) {
245 uint32_t layer_index = hw_layer_info.index[i];
252 bool is_cursor_pipe_used = (hw_layer_info.use_hw_cursor & layer->flags.cursor);
352 DestScaleInfoMap::iterator it = hw_layer_info.dest_scale_info_map.find(i);
354 if (it == hw_layer_info.dest_scale_info_map.end()) {
382 mdp_commit.dest_scaler_cnt = UINT32(hw_layer_info.dest_scale_info_map.size());
423 HWLayersInfo &hw_layer_info = hw_layers->info local
1097 HWLayersInfo &hw_layer_info = hw_layers->info; local
    [all...]
hw_primary.cpp 357 HWLayersInfo &hw_layer_info = hw_layers->info; local
358 LayerStack *stack = hw_layer_info.stack;
364 LayerRect left_roi = hw_layer_info.left_partial_update;
365 LayerRect right_roi = hw_layer_info.right_partial_update;

Completed in 109 milliseconds