Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.NV12ToYUV420

    NV12 to YUV420 color conversion.

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.NV12ToYUV420
    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 NV12ToYUV420

    Methods

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

    2 channel 8-bit unsigned planar NV12 to 3 channel 8-bit unsigned planar YUV420 color conversion.

    Declaration
    public static NppStatus nppiNV12ToYUV420_8u_P2P3R(CUdeviceptr[] pSrc, int nSrcStep, CUdeviceptr[] pDst, int[] aDstStep, NppiSize oSizeROI)
    Parameters
    Type Name Description
    CUdeviceptr[] pSrc

    \ref source_planar_image_pointer_array (one for Y plane, one for UV plane).

    System.Int32 nSrcStep

    \ref source_planar_image_line_step_array.

    CUdeviceptr[] pDst

    Destination-Image Pointer.

    System.Int32[] aDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    Returns
    Type Description
    NppStatus
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX