Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/smiapp/
Dsmiapp-core.c1442 sensor->scaler->crop[SMIAPP_PAD_SINK].left); in smiapp_start_streaming()
1448 sensor->scaler->crop[SMIAPP_PAD_SINK].top); in smiapp_start_streaming()
1454 sensor->scaler->crop[SMIAPP_PAD_SINK].width); in smiapp_start_streaming()
1460 sensor->scaler->crop[SMIAPP_PAD_SINK].height); in smiapp_start_streaming()
1675 SMIAPP_PAD_SINK); in smiapp_get_crop_compose()
1694 comp->width = crops[SMIAPP_PAD_SINK]->width; in smiapp_propagate()
1695 comp->height = crops[SMIAPP_PAD_SINK]->height; in smiapp_propagate()
1891 crops[SMIAPP_PAD_SINK]->width, sel->r.width, in smiapp_set_compose_binner()
1892 crops[SMIAPP_PAD_SINK]->height, sel->r.height, sel->flags); in smiapp_set_compose_binner()
1897 crops[SMIAPP_PAD_SINK]->width in smiapp_set_compose_binner()
[all …]
Dsmiapp.h149 #define SMIAPP_PAD_SINK 0 macro