Searched refs:horzDeci (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayUtils.cpp | 273 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 275 horzDeci = 0; in getDecimationFactor() 291 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor() 302 if(horzDeci < minDeci) in getDecimationFactor() 303 horzDeci = minDeci; in getDecimationFactor()
|
D | overlayUtils.h | 374 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayUtils.cpp | 282 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument 284 horzDeci = 0; in getDecimationFactor() 299 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor() 309 if(horzDeci < 2) in getDecimationFactor() 310 horzDeci = 2; in getDecimationFactor()
|
D | overlayUtils.h | 385 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_utils.cpp | 2176 int horzDeci = 0; in setBwc() local 2182 horzDeci = (int)(log(horDscale) / log(2)); in setBwc() 2185 if(horzDeci || vertDeci) return; in setBwc()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_utils.cpp | 2192 uint8_t horzDeci = 0; in setBwc() local 2194 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc() 2196 if(horzDeci || vertDeci) return; in setBwc()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_utils.cpp | 2572 uint8_t horzDeci = 0; in setBwc() local 2574 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc() 2576 if(horzDeci || vertDeci) return; in setBwc()
|