Package com.digimarc.capture.camera
Class ImagePlane
java.lang.Object
com.digimarc.capture.camera.ImagePlane
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImagePlane(android.media.Image.Plane plane) ImagePlane(ImagePlane plane) ImagePlane(ByteBuffer plane, int pixelStride, int rowStride) -
Method Summary
Modifier and TypeMethodDescriptionstatic ImagePlaneallocate(int capacity) voidattach(android.media.Image.Plane plane) static ImagePlaneattachToPlane(android.media.Image.Plane srcPlane) intcapacity()voidcopy(android.media.Image.Plane plane) voidcopy(ImagePlane plane) voidrewind()
-
Field Details
-
mPlane
-
mPixelStride
public int mPixelStride -
mRowStride
public int mRowStride
-
-
Constructor Details
-
ImagePlane
-
ImagePlane
-
ImagePlane
public ImagePlane(@NonNull android.media.Image.Plane plane)
-
-
Method Details
-
attachToPlane
-
allocate
-
capacity
public int capacity() -
copy
public void copy(@NonNull android.media.Image.Plane plane) -
attach
public void attach(@NonNull android.media.Image.Plane plane) -
copy
-
rewind
public void rewind()
-