![]() |
v_vscaler
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the vertical scaler core. More...
Data Fields | |
| u16 | DeviceId |
| Unique ID of device. More... | |
| UINTPTR | BaseAddress |
| The base address of the core instance. More... | |
| u16 | PixPerClk |
| Samples Per Clock supported by core instance. More... | |
| u16 | NumVidComponents |
| Number of Video Components. More... | |
| u16 | MaxWidth |
| Maximum columns supported by core instance. More... | |
| u16 | MaxHeight |
| Maximum rows supported by core instance. More... | |
| u16 | MaxDataWidth |
| Maximum Data width of each channel. More... | |
| u16 | PhaseShift |
| Max num of phases (2^PhaseShift) More... | |
| u16 | ScalerType |
| Scaling Algorithm Selected. More... | |
| u16 | NumTaps |
| Number of taps. More... | |
| u16 | Is420Enabled |
| Color format YUV420 supported by instance. More... | |
This typedef contains configuration information for the vertical scaler core.
Each core instance should have a configuration structure associated.
| UINTPTR XV_vscaler_Config::BaseAddress |
The base address of the core instance.
Referenced by XV_VScalerDbgReportStatus().
| u16 XV_vscaler_Config::DeviceId |
Unique ID of device.
| u16 XV_vscaler_Config::Is420Enabled |
Color format YUV420 supported by instance.
| u16 XV_vscaler_Config::MaxDataWidth |
Maximum Data width of each channel.
| u16 XV_vscaler_Config::MaxHeight |
Maximum rows supported by core instance.
| u16 XV_vscaler_Config::MaxWidth |
Maximum columns supported by core instance.
| u16 XV_vscaler_Config::NumTaps |
Number of taps.
Referenced by XV_VScalerDbgReportStatus().
| u16 XV_vscaler_Config::NumVidComponents |
Number of Video Components.
| u16 XV_vscaler_Config::PhaseShift |
Max num of phases (2^PhaseShift)
Referenced by XV_VScalerDbgReportStatus(), and XV_VScalerLoadExtCoeff().
| u16 XV_vscaler_Config::PixPerClk |
Samples Per Clock supported by core instance.
Referenced by XV_VScalerSetup().
| u16 XV_vscaler_Config::ScalerType |
Scaling Algorithm Selected.
Referenced by XV_VScalerDbgReportStatus(), and XV_VScalerSetup().