@Properties(inherit=nppicom.class) public class NppiJpegDecodeJobMemory extends Pointer
nppiJpegDecodeJobMemorySize,
NOTE THAT ALL OF THESE FUNCTIONS WILL BE DEPRECATED IN THE NEXT RELEASE OF NPP, USE NVJPEG INSTEAD.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiJpegDecodeJobMemory()
Default native constructor.
|
NppiJpegDecodeJobMemory(long size)
Native array allocator.
|
NppiJpegDecodeJobMemory(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PointerPointer |
apCpuBuffer() |
Pointer |
apCpuBuffer(int i)
Pointers to additional host buffers used by job.
|
NppiJpegDecodeJobMemory |
apCpuBuffer(int i,
Pointer setter) |
PointerPointer |
apGpuBuffer() |
Pointer |
apGpuBuffer(int i)
Pointers to additional device buffers used by job.
|
NppiJpegDecodeJobMemory |
apGpuBuffer(int i,
Pointer setter) |
BytePointer |
pCpuScan()
Pointer to host memory containing compressed scan data.
|
NppiJpegDecodeJobMemory |
pCpuScan(BytePointer setter) |
BytePointer |
pGpuScan()
Pointer to device memory used for compressed scan data.
|
NppiJpegDecodeJobMemory |
pGpuScan(BytePointer setter) |
NppiJpegDecodeJobMemory |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic NppiJpegDecodeJobMemory()
public NppiJpegDecodeJobMemory(long size)
Pointer.position(long).public NppiJpegDecodeJobMemory(Pointer p)
Pointer.Pointer(Pointer).public NppiJpegDecodeJobMemory position(long position)
@Cast(value="const Npp8u*") public BytePointer pCpuScan()
public NppiJpegDecodeJobMemory pCpuScan(BytePointer setter)
@Cast(value="Npp8u*") public BytePointer pGpuScan()
public NppiJpegDecodeJobMemory pGpuScan(BytePointer setter)
public Pointer apCpuBuffer(int i)
apCpuBuffer[i] should point to
at least aSize[i] bytes. If aSize[i] == 0, the pointer should be set to NULL.public NppiJpegDecodeJobMemory apCpuBuffer(int i, Pointer setter)
@MemberGetter @Cast(value="void**") public PointerPointer apCpuBuffer()
public Pointer apGpuBuffer(int i)
public NppiJpegDecodeJobMemory apGpuBuffer(int i, Pointer setter)
@MemberGetter @Cast(value="void**") public PointerPointer apGpuBuffer()
Copyright © 2019. All rights reserved.