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

  /hardware/qcom/display/msm8996/sdm/libs/core/
strategy.cpp 173 float layer_mixer_width = mixer_attributes_.width; local
177 ((layer_mixer_width > hw_resource_info_.max_mixer_width) ||
185 hw_layers_info_->right_partial_update = (LayerRect) {left_split, 0.0f, layer_mixer_width,
188 hw_layers_info_->left_partial_update = (LayerRect) {0.0f, 0.0f, layer_mixer_width,
display_base.cpp 172 float layer_mixer_width = FLOAT(mixer_attributes_.width); local
177 LayerRect dst_domain = (LayerRect){0.0f, 0.0f, layer_mixer_width, layer_mixer_height};
    [all...]

Completed in 244 milliseconds