Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
|
|
4.2.99 |
Description of a rectangle area. More...
#include <zephyr/drivers/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