Home | History | Annotate | Download | only in libgscaler

Lines Matching refs:crop_h

180     unsigned int *crop_w, unsigned int *crop_h,
189 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
191 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);
208 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 4);
220 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 2);
233 *crop_h = m_exynos_gsc_multiple_of_n(*crop_h, 2);
243 unsigned int *crop_w, unsigned int *crop_h,
255 new_crop_h = crop_h;
263 if (*crop_w < GSC_MIN_W_SIZE || *crop_h < GSC_MIN_H_SIZE) {
265 __func__, GSC_MIN_W_SIZE,* crop_w, GSC_MIN_H_SIZE, *crop_h);