Home
last modified time | relevance | path

Searched refs:CCDC_MIN_WIDTH (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c28 #define CCDC_MIN_WIDTH 32 macro
2106 crop->left = clamp_t(u32, crop->left, 0, sink->width - CCDC_MIN_WIDTH); in ccdc_try_crop()
2115 crop->width = clamp_t(u32, crop->width, CCDC_MIN_WIDTH, max_width) in ccdc_try_crop()