@Properties(inherit=nppicom.class) public class NppiJpegScanDescr extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
NppiJpegScanDescr()
Default native constructor.
|
NppiJpegScanDescr(long size)
Native array allocator.
|
NppiJpegScanDescr(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
aComponentAcHtSel() |
byte |
aComponentAcHtSel(int i)
AC Huffman table selector per component
|
NppiJpegScanDescr |
aComponentAcHtSel(int i,
byte setter) |
BytePointer |
aComponentDcHtSel() |
byte |
aComponentDcHtSel(int i)
DC Huffman table selector per component
|
NppiJpegScanDescr |
aComponentDcHtSel(int i,
byte setter) |
BytePointer |
aComponentIdx() |
byte |
aComponentIdx(int i)
Frame-indexes of components.
|
NppiJpegScanDescr |
aComponentIdx(int i,
byte setter) |
PointerPointer |
apRawAcHtTable() |
BytePointer |
apRawAcHtTable(int i)
See \ref apRawDcHtTable
|
NppiJpegScanDescr |
apRawAcHtTable(int i,
BytePointer setter) |
PointerPointer |
apRawDcHtTable() |
BytePointer |
apRawDcHtTable(int i)
Pointers to DC Huffman table description in the raw format
(the same format as used in JPEG header).
|
NppiJpegScanDescr |
apRawDcHtTable(int i,
BytePointer setter) |
int |
length()
Length of compressed (encoded) scan data
|
NppiJpegScanDescr |
length(int setter) |
byte |
nAh()
Successive approximation bit position high
|
NppiJpegScanDescr |
nAh(byte setter) |
byte |
nAl()
Successive approximation bit position low
|
NppiJpegScanDescr |
nAl(byte setter) |
byte |
nComponents()
Number of components present in scan
|
NppiJpegScanDescr |
nComponents(byte setter) |
byte |
nSe()
End of spectral selection (index of first coefficient), 0-63
|
NppiJpegScanDescr |
nSe(byte setter) |
byte |
nSs()
Start of spectral selection (index of first coefficient), 0-63
|
NppiJpegScanDescr |
nSs(byte setter) |
NppiJpegScanDescr |
position(long position) |
int |
restartInterval()
Restart interval in MCUs.
|
NppiJpegScanDescr |
restartInterval(int setter) |
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 NppiJpegScanDescr()
public NppiJpegScanDescr(long size)
Pointer.position(long).public NppiJpegScanDescr(Pointer p)
Pointer.Pointer(Pointer).public NppiJpegScanDescr position(long position)
public NppiJpegScanDescr nComponents(byte setter)
@Cast(value="Npp8u") public byte aComponentIdx(int i)
public NppiJpegScanDescr aComponentIdx(int i, byte setter)
@MemberGetter @Cast(value="Npp8u*") public BytePointer aComponentIdx()
@Cast(value="Npp8u") public byte aComponentDcHtSel(int i)
public NppiJpegScanDescr aComponentDcHtSel(int i, byte setter)
@MemberGetter @Cast(value="Npp8u*") public BytePointer aComponentDcHtSel()
@Cast(value="Npp8u") public byte aComponentAcHtSel(int i)
public NppiJpegScanDescr aComponentAcHtSel(int i, byte setter)
@MemberGetter @Cast(value="Npp8u*") public BytePointer aComponentAcHtSel()
@Cast(value="const Npp8u*") public BytePointer apRawDcHtTable(int i)
public NppiJpegScanDescr apRawDcHtTable(int i, BytePointer setter)
@MemberGetter @Cast(value="const Npp8u**") public PointerPointer apRawDcHtTable()
@Cast(value="const Npp8u*") public BytePointer apRawAcHtTable(int i)
public NppiJpegScanDescr apRawAcHtTable(int i, BytePointer setter)
@MemberGetter @Cast(value="const Npp8u**") public PointerPointer apRawAcHtTable()
@Cast(value="Npp8u") public byte nSs()
public NppiJpegScanDescr nSs(byte setter)
@Cast(value="Npp8u") public byte nSe()
public NppiJpegScanDescr nSe(byte setter)
public NppiJpegScanDescr nAh(byte setter)
public NppiJpegScanDescr nAl(byte setter)
@Cast(value="Npp32s") public int restartInterval()
public NppiJpegScanDescr restartInterval(int setter)
public NppiJpegScanDescr length(int setter)
Copyright © 2019. All rights reserved.