PDK API Guide for J721E
H3a_PaxelConfig Struct Reference

Detailed Description

Paxel/Window configuration structure Used to define paxel for AEWB and window for AF.

Data Fields

Fvid2_PosConfig pos
 
uint32_t width
 
uint32_t height
 
uint32_t horzCount
 
uint32_t vertCount
 
uint32_t horzIncr
 
uint32_t vertIncr
 

Field Documentation

◆ pos

Fvid2_PosConfig H3a_PaxelConfig::pos

Paxel/Window start Position For AF, Start horizontal position must be iirFiltStartPos + 2 and must be even Start vertical position must be greater than 8 if vertical mode is enabled, range is 0-4095 For AEWB, Start horizontal position must be in 0-4095 Start vertical position must be 0-4095

◆ width

uint32_t H3a_PaxelConfig::width

Width of the paxel, minimum width required is 8 pixels

◆ height

uint32_t H3a_PaxelConfig::height

Height of the paxel The height could be from 2 to 256

◆ horzCount

uint32_t H3a_PaxelConfig::horzCount

Horizontal paxel count, Valid value is from 2 to 36

◆ vertCount

uint32_t H3a_PaxelConfig::vertCount

Vertical Paxel count, Maximum value supported is 128

◆ horzIncr

uint32_t H3a_PaxelConfig::horzIncr

Horizontal increment, The Range is from 2 to 32

◆ vertIncr

uint32_t H3a_PaxelConfig::vertIncr

Vertical increment, The range is from 2 to 32