Searched refs:v4l2_rect (Results 1 – 10 of 10) sorted by relevance
56 struct v4l2_rect src;57 struct v4l2_rect dst;
64 struct v4l2_rect rect;154 struct v4l2_rect r;
405 struct v4l2_rect { struct1080 struct v4l2_rect c;1085 struct v4l2_rect w;1124 struct v4l2_rect bounds;1125 struct v4l2_rect defrect;1131 struct v4l2_rect c;1151 struct v4l2_rect r;
86 const struct v4l2_rect* compose);152 struct v4l2_rect _compose;
283 const struct v4l2_rect* compose) in render_init()
199 w v4l2_rect208 v4l2_rect {216 c v4l2_rect445 bounds v4l2_rect446 defrect v4l2_rect452 c v4l2_rect696 r v4l2_rect872 rect v4l2_rect881 r v4l2_rect
204 struct v4l2_rect rect = { 0, 0, format.fmt.pix.width, format.fmt.pix.height }; in main()
118 struct v4l2_rect rect = { 0, 0, frame_info.width, frame_info.height}; in display_buf()
194 struct v4l2_rect rect = { 0, 0, frame_info.width, frame_info.height}; in display_buf()
1757 struct v4l2_rect* visible_rect; in GetVisibleSize()