Searched refs:SURFACE (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp531 #define SURFACE "Ljavax/microedition/khronos/egl/EGLSurface;" macro
540 {"eglQuerySurface", "(" DISPLAY SURFACE "I[I)Z", (void*)jni_eglQuerySurface },
547 {"eglCopyBuffers", "(" DISPLAY SURFACE OBJECT ")Z", (void*)jni_eglCopyBuffers },
556 {"_eglCreatePixmapSurface", "(" SURFACE DISPLAY CONFIG OBJECT "[I)V", (void*)jni_eglCreatePixmapSurface },
560 {"eglDestroySurface", "(" DISPLAY SURFACE ")Z", (void*)jni_eglDestroySurface },
561 {"eglMakeCurrent", "(" DISPLAY SURFACE SURFACE CONTEXT")Z", (void*)jni_eglMakeCurrent },
563 {"eglSwapBuffers", "(" DISPLAY SURFACE ")Z", (void*)jni_eglSwapBuffers },
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
H A DMediaRecorderTest.java138 MediaRecorder.VideoSource.SURFACE :
239 recorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java133 * Gets the surface to record from when using SURFACE video source.
139 * {@link #stop}, or is called when VideoSource is not set to SURFACE.
145 * Configures the recorder to use a persistent surface when using SURFACE video source.
351 public static final int SURFACE = 2; field in class:MediaRecorder.VideoSource
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCamera2RecordingTest.java808 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);
833 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);
H A DCamera2SwitchPreviewTest.java458 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.SURFACE);

Completed in 2518 milliseconds