@Properties(inherit=nvencodeapi.class) public class NV_ENC_HEVC_MV_DATA extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
NV_ENC_HEVC_MV_DATA()
Default native constructor.
|
NV_ENC_HEVC_MV_DATA(long size)
Native array allocator.
|
NV_ENC_HEVC_MV_DATA(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
byte |
cuSize()
0: 8x8, 1: 16x16, 2: 32x32, 3: 64x64
|
NV_ENC_HEVC_MV_DATA |
cuSize(byte setter) |
byte |
cuType()
0 (I), 1(P)
|
NV_ENC_HEVC_MV_DATA |
cuType(byte setter) |
NV_ENC_HEVC_MV_DATA |
getPointer(long i) |
byte |
lastCUInCTB()
Marker to separate CUs in the current CTB from CUs in the next CTB
|
NV_ENC_HEVC_MV_DATA |
lastCUInCTB(byte setter) |
NV_ENC_MVECTOR |
mv() |
NV_ENC_MVECTOR |
mv(int i)
up to 4 vectors within a CU
|
NV_ENC_HEVC_MV_DATA |
mv(int i,
NV_ENC_MVECTOR setter) |
byte |
partitionMode()
The CU partition mode
0 (2Nx2N), 1 (2NxN), 2(Nx2N), 3 (NxN),
4 (2NxnU), 5 (2NxnD), 6(nLx2N), 7 (nRx2N)
|
NV_ENC_HEVC_MV_DATA |
partitionMode(byte setter) |
NV_ENC_HEVC_MV_DATA |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public NV_ENC_HEVC_MV_DATA()
public NV_ENC_HEVC_MV_DATA(long size)
Pointer.position(long)
.public NV_ENC_HEVC_MV_DATA(Pointer p)
Pointer(Pointer)
.public NV_ENC_HEVC_MV_DATA position(long position)
public NV_ENC_HEVC_MV_DATA getPointer(long i)
getPointer
in class Pointer
@ByRef public NV_ENC_MVECTOR mv(int i)
public NV_ENC_HEVC_MV_DATA mv(int i, NV_ENC_MVECTOR setter)
@MemberGetter public NV_ENC_MVECTOR mv()
public NV_ENC_HEVC_MV_DATA cuType(byte setter)
public NV_ENC_HEVC_MV_DATA cuSize(byte setter)
@Cast(value="uint8_t") public byte partitionMode()
public NV_ENC_HEVC_MV_DATA partitionMode(byte setter)
@Cast(value="uint8_t") public byte lastCUInCTB()
public NV_ENC_HEVC_MV_DATA lastCUInCTB(byte setter)
Copyright © 2024. All rights reserved.