Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c29 #define CCDC_MIN_HEIGHT 32 macro
2107 crop->top = clamp_t(u32, crop->top, 0, sink->height - CCDC_MIN_HEIGHT); in ccdc_try_crop()
2117 crop->height = clamp_t(u32, crop->height, CCDC_MIN_HEIGHT, in ccdc_try_crop()