![]() |
v_hcresampler
Vitis Drivers API Documentation
|
This typedef contains configuration information for the horziontal chroma resampler core. More...
Data Fields | |
u16 | DeviceId |
Unique ID of device. More... | |
UINTPTR | BaseAddress |
The base address of the core instance. More... | |
int | PixPerClk |
Samples Per Clock supported by core instance. More... | |
u16 | MaxWidth |
Maximum columns supported by core instance. More... | |
u16 | MaxHeight |
Maximum rows supported by core instance. More... | |
int | MaxDataWidth |
Maximum Data width of each channel. More... | |
int | ResamplingType |
Resampling Method selected. More... | |
u8 | NumTaps |
Number of filter taps. More... | |
This typedef contains configuration information for the horziontal chroma resampler core.
Each core instance should have a configuration structure associated.
UINTPTR XV_hcresampler_Config::BaseAddress |
The base address of the core instance.
Referenced by XV_HCrsmplDbgReportStatus().
u16 XV_hcresampler_Config::DeviceId |
Unique ID of device.
int XV_hcresampler_Config::MaxDataWidth |
Maximum Data width of each channel.
u16 XV_hcresampler_Config::MaxHeight |
Maximum rows supported by core instance.
u16 XV_hcresampler_Config::MaxWidth |
Maximum columns supported by core instance.
u8 XV_hcresampler_Config::NumTaps |
Number of filter taps.
Referenced by XV_HCrsmplDbgReportStatus(), XV_HCrsmplLoadDefaultCoeff(), and XV_HCrsmplrLoadExtCoeff().
int XV_hcresampler_Config::PixPerClk |
Samples Per Clock supported by core instance.
int XV_hcresampler_Config::ResamplingType |
Resampling Method selected.
Referenced by XV_HCrsmplDbgReportStatus(), and XV_HCrsmplSetFormat().