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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java29 * <p>The image stream may come from either camera preview or video decode. A SurfaceTexture
33 * SurfaceTexture object rather than to the device's display. When {@link #updateTexImage} is
34 * called, the contents of the texture object specified when the SurfaceTexture was created are
59 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
64 public class SurfaceTexture { class
80 void onFrameAvailable(SurfaceTexture surfaceTexture);
84 * Exception thrown when a SurfaceTexture couldn't be created or resized.
99 * Construct a new SurfaceTexture to stream images to a given OpenGL texture.
103 * @throws OutOfResourcesException If the SurfaceTexture cannot be created.
105 public SurfaceTexture(in method in class:SurfaceTexture
126 public SurfaceTexture(int texName, boolean singleBufferMode) { method in class:SurfaceTexture
[all...]

Completed in 2529 milliseconds