Home
last modified time | relevance | path

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

/linux/include/media/
H A Dv4l2-rect.h79 static inline bool v4l2_rect_same_size(const struct v4l2_rect *r1, in v4l2_rect_same_size() function
108 return v4l2_rect_same_size(r1, r2) && v4l2_rect_same_position(r1, r2); in v4l2_rect_equal()