Searched refs:hw_layers_ (Results 1 – 2 of 2) sorted by relevance
191 hw_layers_ = HWLayers(); in Prepare()192 hw_layers_.info.stack = layer_stack; in Prepare()193 hw_layers_.output_compression = 1.0f; in Prepare()195 comp_manager_->PrePrepare(display_comp_ctx_, &hw_layers_); in Prepare()197 error = comp_manager_->Prepare(display_comp_ctx_, &hw_layers_); in Prepare()202 if (IsRotationRequired(&hw_layers_)) { in Prepare()206 error = rotator_intf_->Prepare(display_rotator_ctx_, &hw_layers_); in Prepare()215 error = hw_intf_->Validate(&hw_layers_); in Prepare()222 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()228 comp_manager_->PostPrepare(display_comp_ctx_, &hw_layers_); in Prepare()[all …]
99 HWLayers hw_layers_; variable