PDK API Guide for J721E
Fcp_OutputSelect Struct Reference

Detailed Description

There are 5 output channels from VISS, the outputs format for all of them can be selecting appropriate data formats. The data format can further be overridded using below variables. For example, Luma and chroma 12 bit output can be selected by YUV420 data format and 12bit CCSF, luma12 output channel can further be changed to get Greyscale value from RGB2HSV output using Fcp_Luma12OutSelect in the below structure.

Data Fields

uint32_t luma12OutSel
 
uint32_t chroma12OutSel
 
uint32_t luma8OutSel
 
uint32_t chroma8OutSel
 
uint32_t sat8OutSel
 
uint32_t chromaMode
 

Field Documentation

◆ luma12OutSel

uint32_t Fcp_OutputSelect::luma12OutSel

Select output on Luma12b output channel, Refer Fcp_Luma12OutSelect for valid values

◆ chroma12OutSel

uint32_t Fcp_OutputSelect::chroma12OutSel

Select output on Chroma12b output channel, Refer Fcp_Chroma12OutSelect for valid values

◆ luma8OutSel

uint32_t Fcp_OutputSelect::luma8OutSel

Select output on Luma8b output channel, Refer Fcp_Luma8OutSelect for valid values

◆ chroma8OutSel

uint32_t Fcp_OutputSelect::chroma8OutSel

Select output on Chroma8b output channel, Refer Fcp_Chroma8OutSelect for valid values

◆ sat8OutSel

uint32_t Fcp_OutputSelect::sat8OutSel

Select output on Saturation output channel, Refer Fcp_Sat8OutSelect for valid values

◆ chromaMode

uint32_t Fcp_OutputSelect::chromaMode

Used to select 420 or 422 output, Refer Fcp_ChromaMode for valid values.