Searched refs:CCS_PAD_SINK (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/ccs/
H A Dccs-core.c2096 comp->width = crops[CCS_PAD_SINK]->width;
2097 comp->height = crops[CCS_PAD_SINK]->height;
2293 crops[CCS_PAD_SINK]->width, sel->r.width,
2294 crops[CCS_PAD_SINK]->height, sel->r.height, sel->flags);
2299 crops[CCS_PAD_SINK]->width
2302 crops[CCS_PAD_SINK]->height
2317 sel->r.width = (crops[CCS_PAD_SINK]->width / binh) & ~1;
2318 sel->r.height = (crops[CCS_PAD_SINK]->height / binv) & ~1;
2347 crops[CCS_PAD_SINK]->width);
2349 crops[CCS_PAD_SINK]
[all...]
H A Dccs.h174 #define CCS_PAD_SINK 0 macro

Completed in 119 milliseconds