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

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 181 hw_resource->num_blending_stages = UINT8(atoi(tokens[1]));
313 hw_resource->max_scale_down, hw_resource->num_blending_stages);
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 151 uint32_t num_blending_stages = 0; member in struct:sdm::HWResourceInfo
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 97 auto max_mixer_stages = hw_resource_info.num_blending_stages;
100 max_mixer_stages = std::min(UINT32(property_value), hw_resource_info.num_blending_stages);
    [all...]

Completed in 381 milliseconds