![]() |
v_demosaic
Xilinx SDK Drivers API Documentation
|
This typedef contains configuration information for the demosaic core Each core instance should have a configuration structure associated. 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. 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 | Algorithm |
| Interpolation method. More... | |
This typedef contains configuration information for the demosaic core Each core instance should have a configuration structure associated.
| u16 XV_demosaic_Config::Algorithm |
Interpolation method.
| UINTPTR XV_demosaic_Config::BaseAddress |
The base address of the core instance.
| u16 XV_demosaic_Config::DeviceId |
Unique ID of device.
| u16 XV_demosaic_Config::MaxDataWidth |
Maximum Data width of each channel.
| u16 XV_demosaic_Config::MaxHeight |
Maximum rows supported by core instance.
| u16 XV_demosaic_Config::MaxWidth |
Maximum columns supported by core instance.
| u16 XV_demosaic_Config::PixPerClk |
Samples Per Clock.