AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares a number of pixel resampling functions. More...
Go to the source code of this file.
Functions | |
void | ReSampleLine (RGBAlphaPixel *Input, RGBAlphaPixel *Output, UWord startPixel, UWord endPixel, LWord numInputPixels, LWord numOutputPixels) |
void | ReSampleLine (Word *Input, Word *Output, UWord startPixel, UWord endPixel, LWord numInputPixels, LWord numOutputPixels) |
void | ReSampleYCbCrSampleLine (Word *Input, Word *Output, LWord numInputPixels, LWord numOutputPixels) |
void | ReSampleAudio (Word *Input, Word *Output, UWord startPixel, UWord endPixel, LWord numInputPixels, LWord numOutputPixels, Word channelInterleaveMulitplier=1) |
Declares a number of pixel resampling functions.
Definition in file ntv2resample.h.
void ReSampleAudio | ( | Word * | Input, |
Word * | Output, | ||
UWord | startPixel, | ||
UWord | endPixel, | ||
LWord | numInputPixels, | ||
LWord | numOutputPixels, | ||
Word | channelInterleaveMulitplier = 1 |
||
) |
Definition at line 282 of file ntv2resample.cpp.
void ReSampleLine | ( | RGBAlphaPixel * | Input, |
RGBAlphaPixel * | Output, | ||
UWord | startPixel, | ||
UWord | endPixel, | ||
LWord | numInputPixels, | ||
LWord | numOutputPixels | ||
) |
Definition at line 152 of file ntv2resample.cpp.
void ReSampleLine | ( | Word * | Input, |
Word * | Output, | ||
UWord | startPixel, | ||
UWord | endPixel, | ||
LWord | numInputPixels, | ||
LWord | numOutputPixels | ||
) |
Definition at line 184 of file ntv2resample.cpp.