![]() |
v_vcresampler
Vitis Drivers API Documentation
|
This typedef contains configuration information for the vertical chroma resampler 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 | ResamplingType |
| Resampling Method selected. More... | |
| u16 | NumTaps |
| Number of filter taps. More... | |
This typedef contains configuration information for the vertical chroma resampler core.
Each core instance should have a configuration structure associated.
| UINTPTR XV_vcresampler_Config::BaseAddress |
The base address of the core instance.
Referenced by XV_vcresampler_CfgInitialize(), XV_vcresampler_DisableAutoRestart(), XV_vcresampler_EnableAutoRestart(), XV_vcresampler_Get_HwReg_coefs_0_0(), XV_vcresampler_Get_HwReg_height(), XV_vcresampler_Get_HwReg_input_video_format(), XV_vcresampler_Get_HwReg_output_video_format(), XV_vcresampler_Get_HwReg_width(), XV_vcresampler_Initialize(), XV_vcresampler_InterruptClear(), XV_vcresampler_InterruptDisable(), XV_vcresampler_InterruptEnable(), XV_vcresampler_InterruptGetEnabled(), XV_vcresampler_InterruptGetStatus(), XV_vcresampler_InterruptGlobalDisable(), XV_vcresampler_InterruptGlobalEnable(), XV_vcresampler_IsDone(), XV_vcresampler_IsIdle(), XV_vcresampler_IsReady(), XV_vcresampler_Set_HwReg_coefs_0_0(), XV_vcresampler_Set_HwReg_height(), XV_vcresampler_Set_HwReg_input_video_format(), XV_vcresampler_Set_HwReg_output_video_format(), XV_vcresampler_Set_HwReg_width(), XV_vcresampler_Start(), and XV_VCrsmplDbgReportStatus().
| u16 XV_vcresampler_Config::DeviceId |
Unique ID of device.
| u16 XV_vcresampler_Config::MaxDataWidth |
Maximum Data width of each channel.
| u16 XV_vcresampler_Config::MaxHeight |
Maximum rows supported by core instance.
| u16 XV_vcresampler_Config::MaxWidth |
Maximum columns supported by core instance.
| u16 XV_vcresampler_Config::NumTaps |
Number of filter taps.
Referenced by XV_VCrsmplDbgReportStatus(), XV_VCrsmplLoadDefaultCoeff(), and XV_VCrsmplrLoadExtCoeff().
| u16 XV_vcresampler_Config::NumVidComponents |
Number of Video Components.
| u16 XV_vcresampler_Config::PixPerClk |
Samples Per Clock supported by core instance.
| u16 XV_vcresampler_Config::ResamplingType |
Resampling Method selected.
Referenced by XV_VCrsmplDbgReportStatus(), and XV_VCrsmplSetFormat().