Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.YUV422ToRGB

    YUV422 To RGB Conversion

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.YUV422ToRGB
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public static class YUV422ToRGB

    Methods

    nppiYUV422ToRGB_8u_C2C3R(CUdeviceptr, Int32, CUdeviceptr, Int32, NppiSize)

    2 channel 8-bit unsigned packed YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.

    Declaration
    public static NppStatus nppiYUV422ToRGB_8u_C2C3R(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

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiYUV422ToRGB_8u_P3AC4R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)

    3 channel 8-bit unsigned planar YUV422 to 4 channel 8-bit unsigned packed RGB color conversion with alpha.

    Declaration
    public static NppStatus nppiYUV422ToRGB_8u_P3AC4R(CUdeviceptr[] pSrc, int[] rSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr[] pSrc

    \ref source_planar_image_pointer_array.

    System.Int32[] rSrcStep

    \ref source_planar_image_line_step_array.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiYUV422ToRGB_8u_P3C3R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize)

    3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned packed RGB color conversion.

    Declaration
    public static NppStatus nppiYUV422ToRGB_8u_P3C3R(CUdeviceptr[] pSrc, int[] rSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr[] pSrc

    \ref source_planar_image_pointer_array.

    System.Int32[] rSrcStep

    \ref source_planar_image_line_step_array.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    nppiYUV422ToRGB_8u_P3R(CUdeviceptr[], Int32[], CUdeviceptr[], Int32, NppiSize)

    3 channel 8-bit unsigned planar YUV422 to 3 channel 8-bit unsigned planar RGB color conversion.

    Declaration
    public static NppStatus nppiYUV422ToRGB_8u_P3R(CUdeviceptr[] pSrc, int[] rSrcStep, CUdeviceptr[] pDst, int nDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr[] pSrc

    \ref source_planar_image_pointer_array.

    System.Int32[] rSrcStep

    \ref source_planar_image_line_step_array.

    CUdeviceptr[] pDst

    \ref destination_planar_image_pointer_array.

    System.Int32 nDstStep

    \ref destination_planar_image_line_step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX