Zephyr Project API 4.2.0
A Scalable Open Source RTOS
|
Description of a rectangle area. More...
#include <video.h>
Data Fields | |
uint32_t | left |
left offset of selection rectangle | |
uint32_t | top |
top offset of selection rectangle | |
uint32_t | width |
width of selection rectangle | |
uint32_t | height |
height of selection rectangle | |
Description of a rectangle area.
Used for crop/compose and possibly within drivers as well
uint32_t video_rect::height |
height of selection rectangle
uint32_t video_rect::left |
left offset of selection rectangle
uint32_t video_rect::top |
top offset of selection rectangle
uint32_t video_rect::width |
width of selection rectangle