Searched refs:sd_bounds (Results 1 – 1 of 1) sorted by relevance
153 struct v4l2_rect sd_bounds; member1250 s->r = dcmi->sd_bounds; in dcmi_g_selection()1283 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()1284 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()1300 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()1301 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()1302 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()1303 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()1713 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()