![]() |
deinterlacer
Xilinx SDK Drivers API Documentation
|
The XDeint driver instance data. More...
Data Fields | |
XDeint_Config | Config |
Hardware configuration. More... | |
u32 | IsReady |
Core and the driver instance are initialized. More... | |
u32 | XSize |
X Input Dimension. More... | |
u32 | YSize |
Y Input Dimension. More... | |
XDeint_CallBack | IntCallBack |
Call back for Status interrupt. More... | |
The XDeint driver instance data.
An instance must be allocated for each Deintlerlacer core in use.
XDeint_Config XDeint::Config |
Hardware configuration.
Referenced by XDeint_ConfigInitialize(), and XDeint_GetVersion().
XDeint_CallBack XDeint::IntCallBack |
Call back for Status interrupt.
Referenced by XDeint_ConfigInitialize(), XDeint_IntrHandler(), and XDeint_SetCallBack().
u32 XDeint::IsReady |
Core and the driver instance are initialized.
Referenced by XDeint_GetFramestore(), XDeint_GetPulldown(), XDeint_GetSize(), XDeint_GetThresholds(), XDeint_GetVideo(), XDeint_IntrHandler(), XDeint_SetCallBack(), XDeint_SetFramestore(), XDeint_SetPulldown(), XDeint_SetSize(), XDeint_SetThresholds(), and XDeint_SetVideo().
u32 XDeint::XSize |
X Input Dimension.
u32 XDeint::YSize |
Y Input Dimension.