Home
last modified time | relevance | path

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

/drivers/media/platform/ti-vpe/
Dcal.h49 #define CAL_CAMERARX_NUM_PADS (1 + CAL_CAMERARX_NUM_SOURCE_PADS) macro
180 struct media_pad pads[CAL_CAMERARX_NUM_PADS];
181 struct v4l2_mbus_framefmt formats[CAL_CAMERARX_NUM_PADS];
Dcal-camerarx.c880 for (i = CAL_CAMERARX_PAD_FIRST_SOURCE; i < CAL_CAMERARX_NUM_PADS; ++i) in cal_camerarx_create()