Home | History | Annotate | Download | only in librotator

Lines Matching refs:crop_h

203     unsigned int *crop_w, unsigned int *crop_h,
212 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
214 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZE, *crop_h);
253 *crop_h = m_exynos_rotator_multiple_of_n(*crop_h, 4);
261 unsigned int *crop_w, unsigned int *crop_h,
273 new_crop_w = crop_h;
279 new_crop_h = crop_h;
288 if (*crop_w < ROTATOR_MIN_W_SIZE || *crop_h < ROTATOR_MIN_H_SIZE) {
290 __func__, ROTATOR_MIN_W_SIZE,* crop_w, ROTATOR_MIN_H_SIZE, *crop_h);