Home
last modified time | relevance | path

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

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