Searched refs:sd_bounds (Results 1 – 1 of 1) sorted by relevance
147 struct v4l2_rect sd_bounds; member1278 s->r = dcmi->sd_bounds; in dcmi_g_selection()1311 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()1312 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()1328 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()1329 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()1330 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()1331 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()1815 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()