Home
last modified time | relevance | path

Searched refs:horzDeci (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8909/liboverlay/
DoverlayUtils.cpp252 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument
254 horzDeci = 0; in getDecimationFactor()
270 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
280 if(horzDeci < 2) in getDecimationFactor()
281 horzDeci = 2; in getDecimationFactor()
DoverlayUtils.h371 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
/hardware/qcom/display/msm8994/liboverlay/
DoverlayUtils.cpp273 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()
DoverlayUtils.h374 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
/hardware/qcom/display/msm8226/liboverlay/
DoverlayUtils.cpp282 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()
DoverlayUtils.h385 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2174 int horzDeci = 0; in setBwc() local
2180 horzDeci = (int)(log(horDscale) / log(2)); in setBwc()
2183 if(horzDeci || vertDeci) return; in setBwc()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2190 uint8_t horzDeci = 0; in setBwc() local
2192 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
2194 if(horzDeci || vertDeci) return; in setBwc()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp2639 uint8_t horzDeci = 0; in setBwc() local
2641 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
2643 if(horzDeci || vertDeci) return; in setBwc()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2570 uint8_t horzDeci = 0; in setBwc() local
2572 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
2574 if(horzDeci || vertDeci) return; in setBwc()