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

Declares a number of pixel format transcoder functions. More...

#include "ajaexport.h"
#include "ajatypes.h"
#include "ntv2fixed.h"
#include "ntv2videodefines.h"
#include <vector>
#include <stdio.h>
Include dependency graph for ntv2transcode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool ConvertLine_2vuy_to_v210 (const UByte *pInSrcLine_2vuy, ULWord *pOutDstLine_v210, const ULWord inNumPixels)
 Converts a single 8-bit YCbCr '2vuy' raster line to 10-bit YCbCr 'v210' (from NTV2_FBF_8BIT_YCBCR to NTV2_FBF_10BIT_YCBCR ). More...
 
bool ConvertLine_2vuy_to_yuy2 (const UByte *pInSrcLine_2vuy, UWord *pOutDstLine_yuy2, const ULWord inNumPixels)
 Converts a single 8-bit YCbCr '2vuy' raster line to 10-bit YCbCr 'v210' (from NTV2_FBF_8BIT_YCBCR to NTV2_FBF_8BIT_YCBCR_YUY2 ). More...
 
bool ConvertLine_v210_to_2vuy (const ULWord *pInSrcLine_v210, UByte *pOutDstLine_2vuy, const ULWord inNumPixels)
 Converts a single 10-bit YCbCr 'v210' raster line to 8-bit YCbCr '2vuy'. More...
 
bool ConvertLine_v210_to_2vuy (const void *pInSrcLine_v210, std::vector< uint8_t > &outDstLine2vuy, const ULWord inNumPixels)
 Converts a single 10-bit YCbCr 'v210' raster line to 8-bit YCbCr '2vuy' vector. More...
 
bool ConvertLine_8bitABGR_to_10bitABGR (const UByte *pInSrcLine_8bitABGR, ULWord *pOutDstLine_10BitABGR, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 10-bit ABGR (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_RGB ). More...
 
bool ConvertLine_8bitABGR_to_10bitRGBDPX (const UByte *pInSrcLine_8bitABGR, ULWord *pOutDstLine_10BitDPX, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 10-bit RGB DPX (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_DPX ). More...
 
bool ConvertLine_8bitABGR_to_10bitRGBDPXLE (const UByte *pInSrcLine_8bitABGR, ULWord *pOutDstLine_10BitDPXLE, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 10-bit RGB DPX (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_DPX_LE ). More...
 
bool ConvertLine_8bitABGR_to_24bitRGB (const UByte *pInSrcLine_8bitABGR, UByte *pOutDstLine_24BitRGB, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 24-bit RGB (from NTV2_FBF_ABGR to NTV2_FBF_24BIT_RGB ). More...
 
bool ConvertLine_8bitABGR_to_24bitBGR (const UByte *pInSrcLine_8bitABGR, UByte *pOutDstLine_24BitBGR, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 24-bit BGR (from NTV2_FBF_ABGR to NTV2_FBF_24BIT_BGR ). More...
 
bool ConvertLine_8bitABGR_to_48bitRGB (const UByte *pInSrcLine_8bitABGR, ULWord *pOutDstLine_48BitRGB, const ULWord inNumPixels)
 Converts a single 8-bit ABGR raster line to 48-bit RGB (from NTV2_FBF_ABGR to NTV2_FBF_48BIT_RGB ). More...
 
void ConvertLineToYCbCr422 (RGBAlphaPixel *RGBLine, UByte *YCbCrLine, LWord numPixels, LWord startPixel, bool fUseSDMatrix)
 
void ConvertLineToYCbCr422 (RGBAlphaPixel *RGBLine, UWord *YCbCrLine, LWord numPixels, LWord startPixel, bool fUseSDMatrix)
 
void ConvertLinetoRGB (UByte *ycbcrBuffer, RGBAlphaPixel *rgbaBuffer, ULWord numPixels, bool fUseSDMatrix, bool fUseSMPTERange=false)
 
void ConvertLinetoRGB (UWord *ycbcrBuffer, RGBAlphaPixel *rgbaBuffer, ULWord numPixels, bool fUseSDMatrix, bool fUseSMPTERange=false, bool fAlphaFromLuma=false)
 
void ConvertLineto10BitRGB (UWord *ycbcrBuffer, RGBAlpha10BitPixel *rgbaBuffer, ULWord numPixels, bool fUseSDMatrix, bool fUseSMPTERange=false)
 
void ConvertLineto10BitYCbCrA (const UWord *pInYCbCrBuffer, ULWord *pOutYCbCrABuffer, const ULWord inNumPixels)
 
void ConvertRGBLineto10BitRGB (const RGBAlphaPixel *pInRGBA8Buffer, RGBAlpha10BitPixel *pOutRGBA10Buffer, const ULWord inNumPixels)
 
void ConvertRGBALineToRGB (RGBAlphaPixel *rgbaBuffer, ULWord numPixels)
 
void ConvertRGBALineToBGR (RGBAlphaPixel *rgbaBuffer, ULWord numPixels)
 
void ConvertLineto10BitRGB (const RGBAlphaPixel *pInRGBA8Buffer, ULWord *pOutRGB10BitBuffer, ULWord inNumPixels)
 
void ConvertLineto8BitYCbCr (UWord *ycbcr10BitBuffer, UByte *ycbcr8BitBuffer, ULWord numPixels)
 
void Convert8BitYCbCrToYUY2 (UByte *ycbcrBuffer, ULWord numPixels)
 
void ConvertARGBYCbCrToRGBA (UByte *rgbaBuffer, ULWord numPixels)
 
void ConvertARGBYCbCrToABGR (UByte *rgbaBuffer, ULWord numPixels)
 
void ConvertARGBToRGB (UByte *rgbaLineBuffer, UByte *rgbLineBuffer, ULWord numPixels)
 
void Convert16BitARGBTo16BitRGBEx (UWord *rgbaLineBuffer, UWord *rgbLineBuffer, ULWord numPixels)
 
void Convert16BitARGBTo16BitRGB (RGBAlpha16BitPixel *rgbaLineBuffer, UWord *rgbLineBuffer, ULWord numPixels)
 
void Convert16BitARGBTo12BitRGBPacked (RGBAlpha16BitPixel *rgbaLineBuffer, UByte *rgbLineBuffer, ULWord numPixels)
 
void ConvertARGBToBGR (const UByte *pInRGBALineBuffer, UByte *pOutRGBLineBuffer, const ULWord inNumPixels)
 
void ConvertLineto16BitRGB (UWord *ycbcrBuffer, RGBAlpha16BitPixel *rgbaBuffer, ULWord numPixels, bool fUseSDMatrix, bool fUseSMPTERange=false)
 
void PackRGB10BitFor10BitRGB (RGBAlpha10BitPixel *pBuffer, const ULWord inNumPixels)
 
void PackRGB10BitFor10BitDPX (RGBAlpha10BitPixel *pBuffer, const ULWord inNumPixels, const bool bigEndian=true)
 
void PackRGB10BitFor10BitRGBPacked (RGBAlpha10BitPixel *pBuffer, const ULWord inNumPixels)
 
void SDConvertRGBAlphatoYCbCr (RGBAlphaPixel *pSource, YCbCrPixel *pTarget)
 
void HDConvertRGBAlphatoYCbCr (RGBAlphaPixel *pSource, YCbCrPixel *pTarget)
 
void SDConvertRGBAlphatoYCbCr (const RGBAlphaPixel *pSource, YCbCr10BitPixel *pTarget)
 
void HDConvertRGBAlphatoYCbCr (const RGBAlphaPixel *pSource, YCbCr10BitPixel *pTarget)
 
void SDConvertYCbCrtoRGB (YCbCrAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void SDConvert10BitYCbCrtoRGB (const YCbCr10BitAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void HDConvertYCbCrtoRGB (YCbCrAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void HDConvert10BitYCbCrtoRGB (const YCbCr10BitAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void SDConvert10BitYCbCrto10BitRGB (YCbCr10BitAlphaPixel *pSource, RGBAlpha10BitPixel *pTarget)
 
void HDConvert10BitYCbCrto10BitRGB (YCbCr10BitAlphaPixel *pSource, RGBAlpha10BitPixel *pTarget)
 
void SDConvert10BitYCbCrto16BitRGB (YCbCr10BitAlphaPixel *pSource, RGBAlpha16BitPixel *pTarget)
 
void HDConvert10BitYCbCrto16BitRGB (YCbCr10BitAlphaPixel *pSource, RGBAlpha16BitPixel *pTarget)
 
void SDConvertYCbCrtoRGBSmpte (YCbCrAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void SDConvert10BitYCbCrtoRGBSmpte (YCbCr10BitAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void HDConvertYCbCrtoRGBSmpte (YCbCrAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void HDConvert10BitYCbCrtoRGBSmpte (YCbCr10BitAlphaPixel *pSource, RGBAlphaPixel *pTarget)
 
void SDConvert10BitYCbCrto10BitRGBSmpte (YCbCr10BitAlphaPixel *pSource, RGBAlpha10BitPixel *pTarget)
 
void HDConvert10BitYCbCrto10BitRGBSmpte (YCbCr10BitAlphaPixel *pSource, RGBAlpha10BitPixel *pTarget)
 

Detailed Description

Declares a number of pixel format transcoder functions.

Definition in file ntv2transcode.h.

Function Documentation

◆ Convert16BitARGBTo12BitRGBPacked()

void Convert16BitARGBTo12BitRGBPacked ( RGBAlpha16BitPixel rgbaLineBuffer,
UByte rgbLineBuffer,
ULWord  numPixels 
)

Definition at line 704 of file ntv2transcode.cpp.

◆ Convert16BitARGBTo16BitRGB()

void Convert16BitARGBTo16BitRGB ( RGBAlpha16BitPixel rgbaLineBuffer,
UWord rgbLineBuffer,
ULWord  numPixels 
)

Definition at line 691 of file ntv2transcode.cpp.

◆ Convert16BitARGBTo16BitRGBEx()

void Convert16BitARGBTo16BitRGBEx ( UWord rgbaLineBuffer,
UWord rgbLineBuffer,
ULWord  numPixels 
)

Definition at line 676 of file ntv2transcode.cpp.

◆ Convert8BitYCbCrToYUY2()

void Convert8BitYCbCrToYUY2 ( UByte ycbcrBuffer,
ULWord  numPixels 
)

Definition at line 612 of file ntv2transcode.cpp.

◆ ConvertARGBToBGR()

void ConvertARGBToBGR ( const UByte pInRGBALineBuffer,
UByte pOutRGBLineBuffer,
const ULWord  inNumPixels 
)

Definition at line 730 of file ntv2transcode.cpp.

◆ ConvertARGBToRGB()

void ConvertARGBToRGB ( UByte rgbaLineBuffer,
UByte rgbLineBuffer,
ULWord  numPixels 
)

Definition at line 661 of file ntv2transcode.cpp.

◆ ConvertARGBYCbCrToABGR()

void ConvertARGBYCbCrToABGR ( UByte rgbaBuffer,
ULWord  numPixels 
)

Definition at line 645 of file ntv2transcode.cpp.

◆ ConvertARGBYCbCrToRGBA()

void ConvertARGBYCbCrToRGBA ( UByte rgbaBuffer,
ULWord  numPixels 
)

Definition at line 629 of file ntv2transcode.cpp.

◆ ConvertLine_2vuy_to_v210()

bool ConvertLine_2vuy_to_v210 ( const UByte pInSrcLine_2vuy,
ULWord pOutDstLine_v210,
const ULWord  inNumPixels 
)

Converts a single 8-bit YCbCr '2vuy' raster line to 10-bit YCbCr 'v210' (from NTV2_FBF_8BIT_YCBCR to NTV2_FBF_10BIT_YCBCR ).

Parameters
[in]pInSrcLine_2vuySpecifies a valid, non-NULL address of the first byte of the '2vuy' raster line to be converted.
[out]pOutDstLine_v210Specifies a valid, non-NULL address of the first byte of the 'v210' raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 14 of file ntv2transcode.cpp.

◆ ConvertLine_2vuy_to_yuy2()

bool ConvertLine_2vuy_to_yuy2 ( const UByte pInSrcLine_2vuy,
UWord pOutDstLine_yuy2,
const ULWord  inNumPixels 
)

Converts a single 8-bit YCbCr '2vuy' raster line to 10-bit YCbCr 'v210' (from NTV2_FBF_8BIT_YCBCR to NTV2_FBF_8BIT_YCBCR_YUY2 ).

Parameters
[in]pInSrcLine_2vuySpecifies a valid, non-NULL address of the first byte of the '2vuy' raster line to be converted.
[out]pOutDstLine_yuy2Specifies a valid, non-NULL address of the first byte of the 'YUY2' raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 32 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_10bitABGR()

bool ConvertLine_8bitABGR_to_10bitABGR ( const UByte pInSrcLine_8bitABGR,
ULWord pOutDstLine_10BitABGR,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 10-bit ABGR (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_RGB ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_10BitABGRSpecifies a valid, non-NULL address of the first byte of the 10-bit ABGR raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 90 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_10bitRGBDPX()

bool ConvertLine_8bitABGR_to_10bitRGBDPX ( const UByte pInSrcLine_8bitABGR,
ULWord pOutDstLine_10BitDPX,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 10-bit RGB DPX (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_DPX ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_10BitDPXSpecifies a valid, non-NULL address of the first byte of the 10-bit RGB DPX raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 110 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_10bitRGBDPXLE()

bool ConvertLine_8bitABGR_to_10bitRGBDPXLE ( const UByte pInSrcLine_8bitABGR,
ULWord pOutDstLine_10BitDPXLE,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 10-bit RGB DPX (from NTV2_FBF_ABGR to NTV2_FBF_10BIT_DPX_LE ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_10BitDPXLESpecifies a valid, non-NULL address of the first byte of the 10-bit RGB DPX LE raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 129 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_24bitBGR()

bool ConvertLine_8bitABGR_to_24bitBGR ( const UByte pInSrcLine_8bitABGR,
UByte pOutDstLine_24BitBGR,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 24-bit BGR (from NTV2_FBF_ABGR to NTV2_FBF_24BIT_BGR ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_24BitBGRSpecifies a valid, non-NULL address of the first byte of the 24-bit BGR raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 167 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_24bitRGB()

bool ConvertLine_8bitABGR_to_24bitRGB ( const UByte pInSrcLine_8bitABGR,
UByte pOutDstLine_24BitRGB,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 24-bit RGB (from NTV2_FBF_ABGR to NTV2_FBF_24BIT_RGB ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_24BitRGBSpecifies a valid, non-NULL address of the first byte of the 24-bit RGB raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 148 of file ntv2transcode.cpp.

◆ ConvertLine_8bitABGR_to_48bitRGB()

bool ConvertLine_8bitABGR_to_48bitRGB ( const UByte pInSrcLine_8bitABGR,
ULWord pOutDstLine_48BitRGB,
const ULWord  inNumPixels 
)

Converts a single 8-bit ABGR raster line to 48-bit RGB (from NTV2_FBF_ABGR to NTV2_FBF_48BIT_RGB ).

Parameters
[in]pInSrcLine_8bitABGRSpecifies a valid, non-NULL address of the first byte of the 8-bit ABGR raster line to be converted.
[out]pOutDstLine_48BitRGBSpecifies a valid, non-NULL address of the first byte of the 48-bit RGB raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 187 of file ntv2transcode.cpp.

◆ ConvertLine_v210_to_2vuy() [1/2]

bool ConvertLine_v210_to_2vuy ( const ULWord pInSrcLine_v210,
UByte pOutDstLine_2vuy,
const ULWord  inNumPixels 
)

Converts a single 10-bit YCbCr 'v210' raster line to 8-bit YCbCr '2vuy'.

Parameters
[in]pInSrcLine_v210Specifies a valid, non-NULL address of the first byte of the 'v210' raster line to be converted.
[out]pOutDstLine_2vuySpecifies a valid, non-NULL address of the first byte of the '2vuy' raster line to receive the converted data.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 49 of file ntv2transcode.cpp.

◆ ConvertLine_v210_to_2vuy() [2/2]

bool ConvertLine_v210_to_2vuy ( const void *  pInSrcLine_v210,
std::vector< uint8_t > &  outDstLine2vuy,
const ULWord  inNumPixels 
)

Converts a single 10-bit YCbCr 'v210' raster line to 8-bit YCbCr '2vuy' vector.

Parameters
[in]pInSrcLine_v210Specifies a valid, non-NULL address of the first byte of the 'v210' raster line to be converted.
[out]outDstLine2vuyReceives the 8-bit '2vuy' vector. Will be cleared upon entry and filled upon exit.
[in]inNumPixelsThe number of pixels to be converted.
Returns
True if successful; otherwise false.

Definition at line 69 of file ntv2transcode.cpp.

◆ ConvertLineto10BitRGB() [1/2]

void ConvertLineto10BitRGB ( const RGBAlphaPixel pInRGBA8Buffer,
ULWord pOutRGB10BitBuffer,
ULWord  inNumPixels 
)

Definition at line 565 of file ntv2transcode.cpp.

◆ ConvertLineto10BitRGB() [2/2]

void ConvertLineto10BitRGB ( UWord ycbcrBuffer,
RGBAlpha10BitPixel rgbaBuffer,
ULWord  numPixels,
bool  fUseSDMatrix,
bool  fUseSMPTERange = false 
)

Definition at line 474 of file ntv2transcode.cpp.

◆ ConvertLineto10BitYCbCrA()

void ConvertLineto10BitYCbCrA ( const UWord pInYCbCrBuffer,
ULWord pOutYCbCrABuffer,
const ULWord  inNumPixels 
)

Definition at line 550 of file ntv2transcode.cpp.

◆ ConvertLineto16BitRGB()

void ConvertLineto16BitRGB ( UWord ycbcrBuffer,
RGBAlpha16BitPixel rgbaBuffer,
ULWord  numPixels,
bool  fUseSDMatrix,
bool  fUseSMPTERange = false 
)

Definition at line 849 of file ntv2transcode.cpp.

◆ ConvertLineto8BitYCbCr()

void ConvertLineto8BitYCbCr ( UWord ycbcr10BitBuffer,
UByte ycbcr8BitBuffer,
ULWord  numPixels 
)

Definition at line 600 of file ntv2transcode.cpp.

◆ ConvertLinetoRGB() [1/2]

void ConvertLinetoRGB ( UByte ycbcrBuffer,
RGBAlphaPixel rgbaBuffer,
ULWord  numPixels,
bool  fUseSDMatrix,
bool  fUseSMPTERange = false 
)

Definition at line 280 of file ntv2transcode.cpp.

◆ ConvertLinetoRGB() [2/2]

void ConvertLinetoRGB ( UWord ycbcrBuffer,
RGBAlphaPixel rgbaBuffer,
ULWord  numPixels,
bool  fUseSDMatrix,
bool  fUseSMPTERange = false,
bool  fAlphaFromLuma = false 
)

Definition at line 347 of file ntv2transcode.cpp.

◆ ConvertLineToYCbCr422() [1/2]

void ConvertLineToYCbCr422 ( RGBAlphaPixel RGBLine,
UByte YCbCrLine,
LWord  numPixels,
LWord  startPixel,
bool  fUseSDMatrix 
)

Definition at line 209 of file ntv2transcode.cpp.

◆ ConvertLineToYCbCr422() [2/2]

void ConvertLineToYCbCr422 ( RGBAlphaPixel RGBLine,
UWord YCbCrLine,
LWord  numPixels,
LWord  startPixel,
bool  fUseSDMatrix 
)

Definition at line 243 of file ntv2transcode.cpp.

◆ ConvertRGBALineToBGR()

void ConvertRGBALineToBGR ( RGBAlphaPixel rgbaBuffer,
ULWord  numPixels 
)

Definition at line 452 of file ntv2transcode.cpp.

◆ ConvertRGBALineToRGB()

void ConvertRGBALineToRGB ( RGBAlphaPixel rgbaBuffer,
ULWord  numPixels 
)

Definition at line 428 of file ntv2transcode.cpp.

◆ ConvertRGBLineto10BitRGB()

void ConvertRGBLineto10BitRGB ( const RGBAlphaPixel pInRGBA8Buffer,
RGBAlpha10BitPixel pOutRGBA10Buffer,
const ULWord  inNumPixels 
)

Definition at line 582 of file ntv2transcode.cpp.

◆ HDConvert10BitYCbCrto10BitRGB()

void HDConvert10BitYCbCrto10BitRGB ( YCbCr10BitAlphaPixel pSource,
RGBAlpha10BitPixel pTarget 
)
inline

Definition at line 487 of file ntv2transcode.h.

◆ HDConvert10BitYCbCrto10BitRGBSmpte()

void HDConvert10BitYCbCrto10BitRGBSmpte ( YCbCr10BitAlphaPixel pSource,
RGBAlpha10BitPixel pTarget 
)
inline

Definition at line 713 of file ntv2transcode.h.

◆ HDConvert10BitYCbCrto16BitRGB()

void HDConvert10BitYCbCrto16BitRGB ( YCbCr10BitAlphaPixel pSource,
RGBAlpha16BitPixel pTarget 
)
inline

Definition at line 546 of file ntv2transcode.h.

◆ HDConvert10BitYCbCrtoRGB()

void HDConvert10BitYCbCrtoRGB ( const YCbCr10BitAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 432 of file ntv2transcode.h.

◆ HDConvert10BitYCbCrtoRGBSmpte()

void HDConvert10BitYCbCrtoRGBSmpte ( YCbCr10BitAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 658 of file ntv2transcode.h.

◆ HDConvertRGBAlphatoYCbCr() [1/2]

void HDConvertRGBAlphatoYCbCr ( const RGBAlphaPixel pSource,
YCbCr10BitPixel pTarget 
)
inline

Definition at line 329 of file ntv2transcode.h.

◆ HDConvertRGBAlphatoYCbCr() [2/2]

void HDConvertRGBAlphatoYCbCr ( RGBAlphaPixel pSource,
YCbCrPixel pTarget 
)
inline

Definition at line 284 of file ntv2transcode.h.

◆ HDConvertYCbCrtoRGB()

void HDConvertYCbCrtoRGB ( YCbCrAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 405 of file ntv2transcode.h.

◆ HDConvertYCbCrtoRGBSmpte()

void HDConvertYCbCrtoRGBSmpte ( YCbCrAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 631 of file ntv2transcode.h.

◆ PackRGB10BitFor10BitDPX()

void PackRGB10BitFor10BitDPX ( RGBAlpha10BitPixel pBuffer,
const ULWord  inNumPixels,
const bool  bigEndian = true 
)

Definition at line 760 of file ntv2transcode.cpp.

◆ PackRGB10BitFor10BitRGB()

void PackRGB10BitFor10BitRGB ( RGBAlpha10BitPixel pBuffer,
const ULWord  inNumPixels 
)

Definition at line 745 of file ntv2transcode.cpp.

◆ PackRGB10BitFor10BitRGBPacked()

void PackRGB10BitFor10BitRGBPacked ( RGBAlpha10BitPixel pBuffer,
const ULWord  inNumPixels 
)

Definition at line 779 of file ntv2transcode.cpp.

◆ SDConvert10BitYCbCrto10BitRGB()

void SDConvert10BitYCbCrto10BitRGB ( YCbCr10BitAlphaPixel pSource,
RGBAlpha10BitPixel pTarget 
)
inline

Definition at line 460 of file ntv2transcode.h.

◆ SDConvert10BitYCbCrto10BitRGBSmpte()

void SDConvert10BitYCbCrto10BitRGBSmpte ( YCbCr10BitAlphaPixel pSource,
RGBAlpha10BitPixel pTarget 
)
inline

Definition at line 686 of file ntv2transcode.h.

◆ SDConvert10BitYCbCrto16BitRGB()

void SDConvert10BitYCbCrto16BitRGB ( YCbCr10BitAlphaPixel pSource,
RGBAlpha16BitPixel pTarget 
)
inline

Definition at line 515 of file ntv2transcode.h.

◆ SDConvert10BitYCbCrtoRGB()

void SDConvert10BitYCbCrtoRGB ( const YCbCr10BitAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 378 of file ntv2transcode.h.

◆ SDConvert10BitYCbCrtoRGBSmpte()

void SDConvert10BitYCbCrtoRGBSmpte ( YCbCr10BitAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 604 of file ntv2transcode.h.

◆ SDConvertRGBAlphatoYCbCr() [1/2]

void SDConvertRGBAlphatoYCbCr ( const RGBAlphaPixel pSource,
YCbCr10BitPixel pTarget 
)
inline

Definition at line 307 of file ntv2transcode.h.

◆ SDConvertRGBAlphatoYCbCr() [2/2]

void SDConvertRGBAlphatoYCbCr ( RGBAlphaPixel pSource,
YCbCrPixel pTarget 
)
inline

Definition at line 262 of file ntv2transcode.h.

◆ SDConvertYCbCrtoRGB()

void SDConvertYCbCrtoRGB ( YCbCrAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 351 of file ntv2transcode.h.

◆ SDConvertYCbCrtoRGBSmpte()

void SDConvertYCbCrtoRGBSmpte ( YCbCrAlphaPixel pSource,
RGBAlphaPixel pTarget 
)
inline

Definition at line 577 of file ntv2transcode.h.