Searched defs:SurfaceTexture (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java31 * {@link android.view.Surface} created from a SurfaceTexture can be used as an output
35 * when the SurfaceTexture was created are updated to contain the most recent image from the image
38 * <p>A SurfaceTexture may also be used in place of a SurfaceHolder when specifying the output
40 * frames from the image stream to be sent to the SurfaceTexture object rather than to the device's
64 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
69 public class SurfaceTexture { class
84 void onFrameAvailable(SurfaceTexture surfaceTexture);
88 * Exception thrown when a SurfaceTexture couldn't be created or resized.
104 * Construct a new SurfaceTexture to stream images to a given OpenGL texture.
108 * @throws Surface.OutOfResourcesException If the SurfaceTexture canno
110 public SurfaceTexture(int texName) { method in class:SurfaceTexture
131 public SurfaceTexture(int texName, boolean singleBufferMode) { method in class:SurfaceTexture
158 public SurfaceTexture(boolean singleBufferMode) { method in class:SurfaceTexture
[all...]

Completed in 105 milliseconds