![]() |
deinterlacer
Xilinx SDK Drivers API Documentation
|
Functions | |
int | XDeint_ConfigInitialize (XDeint *InstancePtr, XDeint_Config *CfgPtr, u32 EffectiveAddr) |
This function initializes the Deinterlacer core. More... | |
void | XDeint_SetFramestore (XDeint *InstancePtr, u32 FieldAddr1, u32 FieldAddr2, u32 FieldAddr3, u32 FrameSize) |
This function sets the input field buffer addresses of the Deinterlacer core. More... | |
void | XDeint_SetVideo (XDeint *InstancePtr, u32 Packing, u32 Color, u32 Order, u32 PSF) |
This function sets the video format of the Deinterlacer core. More... | |
void | XDeint_SetThresholds (XDeint *InstancePtr, u32 ThresholdT1, u32 ThresholdT2) |
This function sets the threshold used by the motion adaptive kernel of the Deinterlacer core. More... | |
void | XDeint_SetPulldown (XDeint *InstancePtr, u32 Enable_32, u32 Enable_22) |
This function sets the pull down controller of the Deinterlacer core. More... | |
u32 | XDeint_GetVersion (XDeint *InstancePtr) |
This function returns the contents of Version register. More... | |
void | XDeint_SetSize (XDeint *InstancePtr, u32 Width, u32 Height) |
This function sets the input frame size of the Deinterlacer core. More... | |
void | XDeint_GetVideo (XDeint *InstancePtr, u32 *Packing, u32 *Color, u32 *Order, u32 *PSF) |
This function gets the video format of the Deinterlacer core. More... | |
void | XDeint_GetPulldown (XDeint *InstancePtr, u32 *Enable_32, u32 *Enable_22) |
This function gets the pull down controller of the Deinterlacer core. More... | |
void | XDeint_GetSize (XDeint *InstancePtr, u32 *Width, u32 *Height) |
This function gets the input frame size of the Deinterlacer core. More... | |
void | XDeint_GetThresholds (XDeint *InstancePtr, u32 *ThresholdT1, u32 *ThresholdT2) |
This function gets the threshold used by the motion adaptive kernel. More... | |
void | XDeint_GetFramestore (XDeint *InstancePtr, u32 *FieldAddr1, u32 *FieldAddr2, u32 *FieldAddr3, u32 *FrameSize) |
This function gets input field buffer addresses of an Deinterlacer core. More... | |