Searched refs:dst_r (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/libhwcomposer/
H A Dhwc_utils.cpp556 int& dst_r = dst.right; local
576 if(dst_r > sci_r) {
577 rightCutRatio = (float)(dst_r - sci_r) / (float)dst_w;
578 dst_r = sci_r;

Completed in 55 milliseconds