v4l2_rect_same_size  924 drivers/media/platform/vivid/vivid-vid-cap.c 			if (!v4l2_rect_same_size(&dev->fmt_cap_rect, &fmt) &&
v4l2_rect_same_size  937 drivers/media/platform/vivid/vivid-vid-cap.c 			if (!v4l2_rect_same_size(&dev->fmt_cap_rect, &fmt) &&
v4l2_rect_same_size  945 drivers/media/platform/vivid/vivid-vid-cap.c 			if (!v4l2_rect_same_size(&s->r, &dev->fmt_cap_rect) &&
v4l2_rect_same_size  767 drivers/media/platform/vivid/vivid-vid-out.c 			if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) &&
v4l2_rect_same_size  779 drivers/media/platform/vivid/vivid-vid-out.c 			if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) &&
v4l2_rect_same_size  786 drivers/media/platform/vivid/vivid-vid-out.c 			if (!v4l2_rect_same_size(&s->r, &dev->fmt_out_rect) &&
v4l2_rect_same_size  108 include/media/v4l2-rect.h 	return v4l2_rect_same_size(r1, r2) && v4l2_rect_same_position(r1, r2);