TIOVX User Guide
tivx_display_crop_params_t Struct Reference

The configuration data structure for setting crop parameters. More...

#include <video_io_display.h>

Data Fields

uint32_t startX
 
uint32_t startY
 
uint32_t width
 
uint32_t height
 

Detailed Description

The configuration data structure for setting crop parameters.

Definition at line 153 of file video_io_display.h.

Field Documentation

◆ startX

uint32_t tivx_display_crop_params_t::startX

Horizontal start for cropping

Definition at line 155 of file video_io_display.h.

◆ startY

uint32_t tivx_display_crop_params_t::startY

Vertical start for cropping

Definition at line 156 of file video_io_display.h.

◆ width

uint32_t tivx_display_crop_params_t::width

Width of crop window

Definition at line 157 of file video_io_display.h.

◆ height

uint32_t tivx_display_crop_params_t::height

Height of crop window

Definition at line 158 of file video_io_display.h.


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