AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
ntv2resample.h File Reference

Declares a number of pixel resampling functions. More...

#include "ajaexport.h"
#include "ajatypes.h"
#include "ntv2fixed.h"
#include "ntv2videodefines.h"
Include dependency graph for ntv2resample.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Declares a number of pixel resampling functions.

Definition in file ntv2resample.h.

Function Documentation

◆ ReSampleAudio()

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.

◆ ReSampleLine() [1/2]

void ReSampleLine ( RGBAlphaPixel Input,
RGBAlphaPixel Output,
UWord  startPixel,
UWord  endPixel,
LWord  numInputPixels,
LWord  numOutputPixels 
)

Definition at line 152 of file ntv2resample.cpp.

◆ ReSampleLine() [2/2]

void ReSampleLine ( Word Input,
Word Output,
UWord  startPixel,
UWord  endPixel,
LWord  numInputPixels,
LWord  numOutputPixels 
)

Definition at line 184 of file ntv2resample.cpp.

◆ ReSampleYCbCrSampleLine()

void ReSampleYCbCrSampleLine ( Word Input,
Word Output,
LWord  numInputPixels,
LWord  numOutputPixels 
)

Definition at line 217 of file ntv2resample.cpp.