![]() |
![]() |
Structure containing crop configuration - used in Scaler and VCOMP. More...
#include <csl_fvid2_dataTypes.h>
Data Fields | |
uint32_t | cropStartX |
uint32_t | cropStartY |
uint32_t | cropWidth |
uint32_t | cropHeight |
Structure containing crop configuration - used in Scaler and VCOMP.
struct Fvid2_CropConfig
uint32_t Fvid2_CropConfig::cropHeight |
Height of the picture to be cropped.
uint32_t Fvid2_CropConfig::cropStartX |
Horizontal offset from which picture needs to be cropped.
uint32_t Fvid2_CropConfig::cropStartY |
Vertical offset from which picture needs to be cropped.
uint32_t Fvid2_CropConfig::cropWidth |
Width of the picture to be cropped.