Class NPPNativeMethods.NPPi.RGBToYCbCr_JPEG
JPEG RGB to YCbCr color conversion.
Inheritance
Inherited Members
Namespace: ManagedCuda.NPP
Assembly: NPP.dll
Syntax
public static class RGBToYCbCr_JPEG
Methods
nppiBGRToYCbCr411_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr411_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr411_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr411_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr420_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr420_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr420_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr420_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr422_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr422_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr422_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr422_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr444_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned packed BGR to 3 channel 8-bit unsigned planar YCbCr444 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr444_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiBGRToYCbCr444_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar BGR to 3 channel 8-bit unsigned planar YCbCr444 color conversion.
Declaration
public static NppStatus nppiBGRToYCbCr444_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr411_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr411_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr411_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YCbCr411 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr411_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr420_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr420_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr420_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YCbCr420 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr420_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr422_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr422_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr422_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32[], NppiSize)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YCbCr422 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr422_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32[] | aDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr444_JPEG_8u_C3P3R(CUdeviceptr, Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned packed RGB to 3 channel 8-bit unsigned planar YCbCr444 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr444_JPEG_8u_C3P3R(CUdeviceptr pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiRGBToYCbCr444_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar RGB to 3 channel 8-bit unsigned planar YCbCr444 color conversion.
Declaration
public static NppStatus nppiRGBToYCbCr444_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr411ToBGR_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned packed BGR color conversion.
Declaration
public static NppStatus nppiYCbCr411ToBGR_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr411ToBGR_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar BGR color conversion.
Declaration
public static NppStatus nppiYCbCr411ToBGR_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr411ToRGB_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned packed YCbCr411 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr411ToRGB_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr411ToRGB_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr411 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr411ToRGB_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr420ToBGR_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned packed BGR color conversion.
Declaration
public static NppStatus nppiYCbCr420ToBGR_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr420ToBGR_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar BGR color conversion.
Declaration
public static NppStatus nppiYCbCr420ToBGR_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr420ToRGB_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned packed YCbCr420 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr420ToRGB_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr420ToRGB_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr420 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr420ToRGB_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr422ToBGR_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned packed BGR color conversion.
Declaration
public static NppStatus nppiYCbCr422ToBGR_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr422ToBGR_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar BGR color conversion.
Declaration
public static NppStatus nppiYCbCr422ToBGR_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr422ToRGB_JPEG_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned packed YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr422ToRGB_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr422ToRGB_JPEG_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr422 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr422ToRGB_JPEG_8u_P3R(CUdeviceptr[] pSrc, int[] aSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32[] | aSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr444ToBGR_JPEG_8u_P3C3R(CUdeviceptr[], Int32, CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr444 to 3 channel 8-bit unsigned packed BGR color conversion.
Declaration
public static NppStatus nppiYCbCr444ToBGR_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr444ToBGR_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr444 to 3 channel 8-bit unsigned planar BGR color conversion.
Declaration
public static NppStatus nppiYCbCr444ToBGR_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr444ToRGB_JPEG_8u_P3C3R(CUdeviceptr[], Int32, CUdeviceptr, Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr444 to 3 channel 8-bit unsigned packed RGB color conversion.
Declaration
public static NppStatus nppiYCbCr444ToRGB_JPEG_8u_P3C3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |
nppiYCbCr444ToRGB_JPEG_8u_P3R(CUdeviceptr[], Int32, CUdeviceptr[], Int32, NppiSize)
3 channel 8-bit unsigned planar YCbCr444 to 3 channel 8-bit unsigned planar RGB color conversion.
Declaration
public static NppStatus nppiYCbCr444ToRGB_JPEG_8u_P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
Parameters
Type | Name | Description |
---|---|---|
CUdeviceptr[] | pSrc | Source-Image Pointer. |
System.Int32 | nSrcStep | Source-Image Line Step. |
CUdeviceptr[] | pDst | Destination-Image Pointer. |
System.Int32 | nDstStep | Destination-Image Line Step. |
NppiSize | oSizeROI | Region-of-Interest (ROI). |
Returns
Type | Description |
---|---|
NppStatus |