public interface CIImageProcessorInput
| Modifier and Type | Method and Description |
|---|---|
org.moe.natj.general.ptr.ConstVoidPtr |
baseAddress()
The base address of the input buffer that the processor block can read from.
|
long |
bytesPerRow()
The bytes per row of the input buffer that the processor block can read from.
|
int |
format()
The pixel format of the input buffer that the processor block can read from.
|
MTLTexture |
metalTexture()
A MTLTexture object that can be bound as input (if processing using Metal).
|
CVBufferRef |
pixelBuffer()
An input CVPixelBuffer that the processor block can read from.
|
CGRect |
region()
The rectangular region of the input image that the processor block can use to provide the output.
|
IOSurfaceRef |
surface()
An input IOSurface that the processor block can read from.
|
org.moe.natj.general.ptr.ConstVoidPtr baseAddress()
long bytesPerRow()
int format()
MTLTexture metalTexture()
CVBufferRef pixelBuffer()
CGRect region()
IOSurfaceRef surface()