Searched defs:surface (Results 101 - 103 of 103) sorted by relevance

12345

/frameworks/base/core/java/android/hardware/
H A DCamera.java74 * {@link #setPreviewDisplay(SurfaceHolder)}. Without a surface, the camera
78 * preview surface. Preview must be started before you can take a picture.
87 * <li>Call {@link #stopPreview()} to stop updating the preview surface.
423 * Either a surface or surface texture is necessary for preview, and
424 * preview is necessary to take pictures. The same surface can be re-set
425 * without harm. Setting a preview surface will un-set any preview surface
428 * <p>The {@link SurfaceHolder} must already contain a surface when this
436 * one exception is that if the preview surface i
455 setPreviewDisplay(Surface surface) argument
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java489 // If the application owns the surface, don't enable hardware acceleration
1174 // is attached to the window. Note that at this point the surface
1381 + " surface=" + mSurface);
1489 // If we are creating a new surface, then we need to
1505 Log.e(TAG, "OutOfResourcesException initializing HW surface", e);
1514 mLayoutRequested = true; // ask wm for a new surface next time.
1520 // If the surface has been removed, then reset the scroll
1528 // Our surface is gone
1539 Log.e(TAG, "OutOfResourcesException updating HW surface", e);
1547 mLayoutRequested = true; // ask wm for a new surface nex
2191 drawSoftware(Surface surface, AttachInfo attachInfo, int yoff, boolean scalingRequired, Rect dirty) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3010 * @param surface The surface on which preview has to be displayed
3018 void doPreview(Surface surface, long fromMs, long toMs, boolean loop, argument
3035 nativeStartPreview(surface, fromMs, toMs, callbackAfterFrameCount, loop);
3060 * from the complete story board on the surface
3062 * @param surface The surface on which frame has to be rendered
3064 * @param surfaceWidth The surface width
3065 * @param surfaceHeight The surface height
3071 long renderPreviewFrame(Surface surface, lon argument
3137 renderMediaItemPreviewFrame(Surface surface, String filepath, long time, int framewidth, int frameheight) argument
3919 clearPreviewSurface(Surface surface) argument
3994 nativeClearSurface(Surface surface) argument
[all...]

Completed in 494 milliseconds

12345