Home
last modified time | relevance | path

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

/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/msm8974/liboverlay/
DoverlayUtils.cpp261 const int& dst_w, const int& dst_h, uint8_t& horzDeci, in getDecimationFactor() argument
263 horzDeci = 0; in getDecimationFactor()
278 horzDeci = (uint8_t)log2f(horDscale); in getDecimationFactor()
288 if(horzDeci < 2) in getDecimationFactor()
289 horzDeci = 2; in getDecimationFactor()
DoverlayUtils.h408 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.cpp1182 uint8_t horzDeci = 0; in setBwc() local
1184 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
1186 if(horzDeci || vertDeci) return; in setBwc()
/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.cpp2189 uint8_t horzDeci = 0; in setBwc() local
2191 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
2193 if(horzDeci || vertDeci) return; in setBwc()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2568 uint8_t horzDeci = 0; in setBwc() local
2570 ovutils::getDecimationFactor(src_w, src_h, dst_w, dst_h, horzDeci, in setBwc()
2572 if(horzDeci || vertDeci) return; in setBwc()