v_hcresampler
Vitis Drivers API Documentation
xv_hcresampler_l2.c File Reference

Functions

Hw Configuration

The following constants define the horiz.

resampler HW MAX configuration

int XV_HcrsmplInitialize (XV_Hcresampler_l2 *InstancePtr, u16 DeviceId)
 This function initializes the core instance. More...
 
void XV_HCrsmplStart (XV_Hcresampler_l2 *InstancePtr)
 This function starts the Chroma resampler core. More...
 
void XV_HCrsmplStop (XV_Hcresampler_l2 *InstancePtr)
 This function stops the Chroma resampler core. More...
 
void XV_HCrsmplLoadDefaultCoeff (XV_Hcresampler_l2 *InstancePtr)
 This function loads default filter coefficients in the chroma resampler coefficient storage based on the selected TAP configuration. More...
 
void XV_HCrsmplrLoadExtCoeff (XV_Hcresampler_l2 *InstancePtr, u16 num_taps, const short *Coeff)
 This function loads user defined filter coefficients in the horiz. More...
 
void XV_HCrsmplSetActiveSize (XV_Hcresampler_l2 *InstancePtr, u32 width, u32 height)
 This function configures the Chroma resampler active resolution. More...
 
void XV_HCrsmplSetFormat (XV_Hcresampler_l2 *InstancePtr, XVidC_ColorFormat formatIn, XVidC_ColorFormat formatOut)
 This function configures the Chroma resampler for the required format conversion. More...
 
void XV_HCrsmplDbgReportStatus (XV_Hcresampler_l2 *InstancePtr)
 This function prints Chroma Resampler status on the console. More...