Searched refs:sd_bounds (Results 1 – 1 of 1) sorted by relevance
151 struct v4l2_rect sd_bounds; member1077 s->r = dcmi->sd_bounds; in dcmi_g_selection()1110 pix.width = dcmi->sd_bounds.width; in dcmi_s_selection()1111 pix.height = dcmi->sd_bounds.height; in dcmi_s_selection()1127 if (!(r.top == dcmi->sd_bounds.top && in dcmi_s_selection()1128 r.left == dcmi->sd_bounds.left && in dcmi_s_selection()1129 r.width == dcmi->sd_bounds.width && in dcmi_s_selection()1130 r.height == dcmi->sd_bounds.height)) { in dcmi_s_selection()1513 ret = dcmi_get_sensor_bounds(dcmi, &dcmi->sd_bounds); in dcmi_graph_notify_complete()