GstVideoResampler

#GstVideoResampler is a structure which holds the information required to perform various kinds of resampling filtering.

Members

Variables

GstReserved
void*[4] GstReserved;
inSize
int inSize;

the input size

maxTaps
uint maxTaps;

the maximum number of taps

nPhases
uint nPhases;

the number of phases

nTaps
uint* nTaps;

array with new number of taps for each phase

offset
uint* offset;

array with the source offset for each output element

outSize
int outSize;

the output size

phase
uint* phase;

array with the phase to use for each output element

taps
double* taps;

the taps for all phases