PDK API Guide for J721E
H3a_Config Struct Reference

Detailed Description

Structure for H3A configuration VPAC can output only one of AF or AEWB output. This structure is used for selecting H3A output module AF/AEWB and also used for for setting module configuration. When AF is enabled as an output module, only AF will be configured. Also when AEWB module is enabled/selected as an output module, only AEWB mdule will be configured.

Data Fields

uint32_t module
 
Fvid2_PosConfig pos
 
H3a_AewbConfig aewbCfg
 
H3a_AfConfig afCfg
 
uint32_t outputSize
 

Field Documentation

◆ module

uint32_t H3a_Config::module

H3A module to be configured, Refer H3a_Module for valid values

◆ pos

Fvid2_PosConfig H3a_Config::pos

Position of the actual frame start for H3A

◆ aewbCfg

H3a_AewbConfig H3a_Config::aewbCfg

AEWB configuration, configured only when H3A_MODULE_AEWB is selected/enabled in module

◆ afCfg

H3a_AfConfig H3a_Config::afCfg

AF configuration, configured only when H3A_MODULE_AF is selected/enabled in module

◆ outputSize

uint32_t H3a_Config::outputSize

Output Parameter returned by the driver, Internally driver calculates the output buffer required for the given AF/AEWB configuration and returns in this variable. Application can use to allocate H3A output buffer.