Package org.bytedeco.cuda.nppicom
Class NppiJpegDecodeJob
- java.lang.Object
-
- org.bytedeco.javacpp.Pointer
-
- org.bytedeco.cuda.nppicom.NppiJpegDecodeJob
-
- All Implemented Interfaces:
AutoCloseable
@Properties(inherit=nppicom.class) public class NppiJpegDecodeJob extends Pointer
JPEG decode job used by \ref nppiJpegDecodeJob (see that for more documentation) The job describes piece of computation to be done. NOTE THAT ALL OF THESE FUNCTIONS WILL BE DEPRECATED IN THE NEXT RELEASE OF NPP, USE NVJPEG INSTEAD.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bytedeco.javacpp.Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
-
-
Constructor Summary
Constructors Constructor Description NppiJpegDecodeJob()Default native constructor.NppiJpegDecodeJob(long size)Native array allocator.NppiJpegDecodeJob(Pointer p)Pointer cast constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description inteKind()NppiJpegDecodeJobeKind(int setter)NppiJpegDecodeJobgetPointer(long i)NppiJpegFrameDescrpFrame()This field and its contents are never writtenNppiJpegDecodeJobpFrame(NppiJpegFrameDescr setter)NppiJpegDecodeJobposition(long position)NppiJpegScanDescrpScan()This field is never written.NppiJpegDecodeJobpScan(NppiJpegScanDescr setter)-
Methods inherited from class org.bytedeco.javacpp.Pointer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
-
-
-
-
Constructor Detail
-
NppiJpegDecodeJob
public NppiJpegDecodeJob()
Default native constructor.
-
NppiJpegDecodeJob
public NppiJpegDecodeJob(long size)
Native array allocator. Access withPointer.position(long).
-
NppiJpegDecodeJob
public NppiJpegDecodeJob(Pointer p)
Pointer cast constructor. InvokesPointer(Pointer).
-
-
Method Detail
-
position
public NppiJpegDecodeJob position(long position)
-
getPointer
public NppiJpegDecodeJob getPointer(long i)
- Overrides:
getPointerin classPointer
-
pFrame
public NppiJpegFrameDescr pFrame()
This field and its contents are never written
-
pFrame
public NppiJpegDecodeJob pFrame(NppiJpegFrameDescr setter)
-
pScan
public NppiJpegScanDescr pScan()
This field is never written.*pScanis written only by ...Create... functions
-
pScan
public NppiJpegDecodeJob pScan(NppiJpegScanDescr setter)
-
eKind
@Cast("NppiJpegDecodeJobKind") public int eKind()
-
eKind
public NppiJpegDecodeJob eKind(int setter)
-
-