Zephyr API Documentation 4.2.99
A Scalable Open Source RTOS
 4.2.99
video_rect Struct Reference

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

Detailed Description

Description of a rectangle area.

Used for crop/compose and possibly within drivers as well

Field Documentation

◆ height

uint32_t video_rect::height

height of selection rectangle

◆ left

uint32_t video_rect::left

left offset of selection rectangle

◆ top

uint32_t video_rect::top

top offset of selection rectangle

◆ width

uint32_t video_rect::width

width of selection rectangle


The documentation for this struct was generated from the following file: