Lines Matching refs:src_rect
150 utils::getDecimationFactor(mOVInfo.src_rect.w, mOVInfo.src_rect.h, in doDownscale()
162 utils::normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w); in set()
163 utils::normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h); in set()
170 (mOVInfo.src_rect.h % 4)) in set()
171 mOVInfo.src_rect.h = utils::aligndown(mOVInfo.src_rect.h, 4); in set()
174 (mOVInfo.src_rect.w % 4)) in set()
175 mOVInfo.src_rect.w = utils::aligndown(mOVInfo.src_rect.w, 4); in set()
180 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1) in set()
181 mOVInfo.src_rect.w -= 1; in set()
182 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1) in set()
183 mOVInfo.src_rect.h -= 1; in set()