Searched refs:horzDeci (Results 1 – 10 of 10) 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/msm8974/liboverlay/ |
D | overlayUtils.cpp | 261 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()
|
D | overlayUtils.h | 408 const int& dst_w, const int& dst_h, uint8_t& horzDeci,
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc_utils.cpp | 1182 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/ |
D | hwc_utils.cpp | 2174 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/ |
D | hwc_utils.cpp | 2189 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/ |
D | hwc_utils.cpp | 2568 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()
|