Show / Hide Table of Contents

    Struct NppiJpegDecodeJob

    JPEG decode job used by \ref nppiJpegDecodeJob (see that for more documentation) The job describes piece of computation to be done.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public struct NppiJpegDecodeJob

    Fields

    | Improve this Doc View Source

    eKind

    Declaration
    public NppiJpegDecodeJobKind eKind
    Field Value
    Type Description
    NppiJpegDecodeJobKind
    | Improve this Doc View Source

    pFrame

    This field and its contents are never written

    Declaration
    public IntPtr pFrame
    Field Value
    Type Description
    System.IntPtr
    | Improve this Doc View Source

    pScan

    This field is never written. *pScan is written only by ...Create... functions

    Declaration
    public IntPtr pScan
    Field Value
    Type Description
    System.IntPtr
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX