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

  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 394 uint8_t horizontal_decimation = 0; member in struct:sdm::HWPipeInfo
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.cpp 794 pipe->horizontal_decimation = 0;
797 if (CalculateDecimation(down_scale_w, &pipe->horizontal_decimation) != kErrorNone) {
805 DLOGI_IF(kTagResources, "horizontal_decimation %d, vertical_decimation %d",
806 pipe->horizontal_decimation, pipe->vertical_decimation);
display_base.cpp 621 snprintf(decimation, sizeof(decimation), "%3d x %3d", pipe.horizontal_decimation,
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 226 mdp_layer.horz_deci = pipe_info->horizontal_decimation;
    [all...]

Completed in 3363 milliseconds