v_deinterlacer
Xilinx SDK Drivers API Documentation
xv_deinterlacer_l2.h File Reference

Data Structures

struct  XV_Deint_l2
 Deinterlacer Layer 2 data. More...
 

Enumerations

enum  XV_DEINTERLACER_ALGO_NON_MEMORY_MODE { XV_DEINTERLACER_NON_MEMORY_BILINEAR = 0, XV_DEINTERLACER_NON_MEMORY_BOB, XV_DEINTERLACER_NON_MEMORY_PASSTHROUGH = 6 }
 This typedef eumerates the deinterlacer non memory mode algo type. More...
 
enum  XV_DEINTERLACER_ALGO_MEMORY_MODE {
  XV_DEINTERLACER_MEMORY_MEDIAN = 0, XV_DEINTERLACER_MEMORY_BOB, XV_DEINTERLACER_MEMORY_WEAVE, XV_DEINTERLACER_MEMORY_VERTICAL_TEMPORAL_LINEAR_INTERPOLATION,
  XV_DEINTERLACER_MEMORY_VERTICAL_TEMPORAL_MEDIAN, XV_DEINTERLACER_MEMORY_PASSTHROUGH = 6
}
 This typedef eumerates the deinterlacer memory mode algo type. More...
 

Functions

int XV_DeintInitialize (XV_Deint_l2 *InstancePtr, u16 DeviceId)
 This function initializes the core instance. More...
 
void XV_DeintStart (XV_Deint_l2 *InstancePtr)
 This function starts the deinterlacer core. More...
 
void XV_DeintStop (XV_Deint_l2 *InstancePtr)
 This function stops the deinterlacer core. More...
 
int XV_DeintWaitForIdle (XV_Deint_l2 *InstancePtr)
 This function waits for the deinterlacer core to report "idle" status. More...
 
void XV_DeintSetFieldBuffers (XV_Deint_l2 *InstancePtr, u64 memAddr, XVidC_ColorFormat cformat)
 This function sets the deinterlacer cores RD/WR field buffers addresses and color space. More...
 
void XV_DeintDbgReportStatus (XV_Deint_l2 *InstancePtr)
 This function prints Deinterlacer status on console. More...