Searched refs:layer_stack_ (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/display/sdm845/sdm/libs/hwc/
H A Dhwc_display.cpp411 layer_stack_.layers.push_back(layer);
418 for (Layer *layer : layer_stack_.layers) {
421 layer_stack_ = {};
450 layer_stack_.flags.video_present = true;
455 layer_stack_.flags.secure_present = true;
463 layer_stack_.flags.secure_present = true;
486 bool linear = layer_stack_.output_buffer && !IsUBWCFormat(layer_stack_.output_buffer->format);
542 Layer *layer = layer_stack_.layers.at(i);
650 layer_stack_
[all...]
H A Dhwc_display_external_test.cpp144 DisplayError error = display_intf_->Prepare(&layer_stack_);
182 error = display_intf_->Commit(&layer_stack_);
714 layer_stack_.layers.push_back(layer);
721 for (uint32_t i = 0; i < UINT32(layer_stack_.layers.size()); i++) {
722 Layer *layer = layer_stack_.layers.at(i);
731 layer_stack_.layers = {};
745 for (size_t i = 0; i < layer_stack_.layers.size(); i++) {
746 Layer *layer = layer_stack_.layers.at(i);
753 close(layer_stack_.retire_fence_fd);
754 layer_stack_
[all...]
H A Dhwc_display_virtual.cpp190 layer_stack_.retire_fence_fd);
306 layer_stack_.output_buffer = output_buffer_;
H A Dhwc_display_primary.cpp183 layer_stack_.output_buffer = &output_buffer_;
184 layer_stack_.flags.post_processed_output = post_processed_output_;
430 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
H A Dhwc_display.h220 LayerStack layer_stack_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display.cpp328 layer_stack_.layers.push_back(layer);
335 for (Layer *layer : layer_stack_.layers) {
339 layer_stack_ = {};
357 layer_stack_.flags.video_present = true;
362 layer_stack_.flags.secure_present = true;
367 layer_stack_.flags.secure_present = true;
442 Layer *layer = layer_stack_.layers.at(i);
532 layer_stack_.flags.animating = true;
536 layer_stack_.flags.skip_present = true;
540 layer_stack_
[all...]
H A Dhwc_display_virtual.cpp190 layer_stack_.retire_fence_fd);
295 layer_stack_.output_buffer = output_buffer_;
H A Dhwc_display_primary.cpp166 layer_stack_.output_buffer = &output_buffer_;
167 layer_stack_.flags.post_processed_output = post_processed_output_;
387 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
H A Dhwc_display.h179 LayerStack layer_stack_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp450 layer_stack_ = LayerStack();
493 layer_stack_.flags.video_present = true;
497 layer_stack_.flags.secure_present = true;
501 layer_stack_.flags.secure_present = true;
506 layer_stack_.flags.skip_present = true;
515 layer_stack_.flags.hdr_present = true;
551 layer_stack_.layers.push_back(layer);
563 layer_stack_.flags.skip_present = true;
569 layer_stack_.flags.geometry_changed = UINT32(geometry_changes_ > 0);
572 layer_stack_
[all...]
H A Dhwc_display_virtual.cpp125 layer_stack_.output_buffer = output_buffer_;
151 layer_stack_.retire_fence_fd);
H A Dhwc_display_primary.cpp182 layer_stack_.output_buffer = &output_buffer_;
183 layer_stack_.flags.post_processed_output = post_processed_output_;
461 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
H A Dhwc_display.h256 LayerStack layer_stack_; member in class:sdm::HWCDisplay
/hardware/qcom/display/sdm845/sdm/libs/hwc2/
H A Dhwc_display.cpp439 layer_stack_ = LayerStack();
486 layer_stack_.flags.video_present = true;
490 layer_stack_.flags.secure_present = true;
494 layer_stack_.flags.secure_present = true;
499 layer_stack_.flags.skip_present = true;
506 layer_stack_.flags.cursor_present = true;
516 layer_stack_.flags.hdr_present = true;
552 layer_stack_.layers.push_back(layer);
564 layer_stack_.flags.skip_present = true;
570 layer_stack_
[all...]
H A Dhwc_display_virtual.cpp125 layer_stack_.output_buffer = output_buffer_;
151 layer_stack_.retire_fence_fd);
H A Dhwc_display_primary.cpp183 layer_stack_.output_buffer = &output_buffer_;
184 layer_stack_.flags.post_processed_output = post_processed_output_;
450 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
H A Dhwc_display.h263 LayerStack layer_stack_; member in class:sdm::HWCDisplay
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp318 layer_stack_ = LayerStack();
351 layer_stack_.flags.video_present = true;
355 layer_stack_.flags.secure_present = true;
359 layer_stack_.flags.secure_present = true;
364 layer_stack_.flags.skip_present = true;
398 layer_stack_.layers.push_back(layer);
401 layer_stack_.flags.geometry_changed = UINT32(geometry_changes_ > 0);
403 layer_stack_.layers.push_back(client_target_->GetSDMLayer());
407 layer_stack_ = LayerStack();
410 layer_stack_
[all...]
H A Dhwc_display_virtual.cpp125 layer_stack_.output_buffer = output_buffer_;
151 layer_stack_.retire_fence_fd);
H A Dhwc_display_primary.cpp182 layer_stack_.output_buffer = &output_buffer_;
183 layer_stack_.flags.post_processed_output = post_processed_output_;
443 DumpOutputBuffer(output_buffer_info_, output_buffer_base_, layer_stack_.retire_fence_fd);
H A Dhwc_display.h236 LayerStack layer_stack_; member in class:sdm::HWCDisplay

Completed in 72 milliseconds