@Properties(inherit=nppicom.class) public class NppiJpegFrameDescr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiJpegFrameDescr()
Default native constructor.
|
NppiJpegFrameDescr(long size)
Native array allocator.
|
NppiJpegFrameDescr(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
NppiSize |
aComponentSubsampling() |
NppiSize |
aComponentSubsampling(int i)
Subsampling factors of component, as described in frame header
|
NppiJpegFrameDescr |
aComponentSubsampling(int i,
NppiSize setter) |
PointerPointer |
apComponentBuffer() |
ShortPointer |
apComponentBuffer(int i)
Buffer containing DCT coefficients.
|
NppiJpegFrameDescr |
apComponentBuffer(int i,
ShortPointer setter) |
byte |
nComponents()
Number of components in frame
|
NppiJpegFrameDescr |
nComponents(byte setter) |
NppiSize |
oSizeInBlocks()
Size of component with 1x1 subsampling (usually luma) in DCT blocks.
|
NppiJpegFrameDescr |
oSizeInBlocks(NppiSize setter) |
NppiJpegFrameDescr |
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 NppiJpegFrameDescr()
public NppiJpegFrameDescr(long size)
Pointer.position(long).public NppiJpegFrameDescr(Pointer p)
Pointer.Pointer(Pointer).public NppiJpegFrameDescr position(long position)
public NppiJpegFrameDescr nComponents(byte setter)
@ByRef public NppiSize oSizeInBlocks()
public NppiJpegFrameDescr oSizeInBlocks(NppiSize setter)
@ByRef public NppiSize aComponentSubsampling(int i)
public NppiJpegFrameDescr aComponentSubsampling(int i, NppiSize setter)
@MemberGetter public NppiSize aComponentSubsampling()
@Cast(value="Npp16s*") public ShortPointer apComponentBuffer(int i)
(x, y) will
be stored at buffer[64 * (y * interleavedComponentWidthInBlocks + x) + c].public NppiJpegFrameDescr apComponentBuffer(int i, ShortPointer setter)
@MemberGetter @Cast(value="Npp16s**") public PointerPointer apComponentBuffer()
Copyright © 2019. All rights reserved.