Searched refs:mSurface (Results 26 - 49 of 49) sorted by relevance

12

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp265 mSurface = surface;
309 eglDestroySurface(mDisplay, mSurface);
328 eglSwapBuffers(mDisplay, mSurface);
365 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
479 eglSwapBuffers(mDisplay, mSurface);
538 eglSwapBuffers(mDisplay, mSurface);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java318 private SurfaceTexture mSurface; field in class:VideoDumpView.VideoDumpRenderer
375 mSurface.updateTexImage();
376 mSurface.getTransformMatrix(mSTMatrix);
570 mSurface = new SurfaceTexture(mTextureID);
571 mSurface.setOnFrameAvailableListener(this);
573 Surface surface = new Surface(mSurface);
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.h86 sp<Surface> mSurface; member in class:android::VideoEditorPreviewController
H A DPreviewPlayer.h130 sp<Surface> mSurface; member in struct:android::PreviewPlayer
H A DPreviewPlayer.cpp664 if (mSurface != NULL) {
1774 mSurface = surface;
1781 mSurface.clear();
H A DVideoEditorPreviewController.cpp425 mSurface = surface;
473 mNativeWindowRenderer = new NativeWindowRenderer(mSurface, width, height);
976 pController->mSurface);
/frameworks/base/services/java/com/android/server/display/
H A DWifiDisplayAdapter.java522 private Surface mSurface; field in class:WifiDisplayAdapter.WifiDisplayDevice
535 mSurface = surface;
539 mSurface = null;
550 setSurfaceInTransactionLocked(mSurface);
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java86 private Surface mSurface; field in class:MediaRecorder
138 mSurface = sv;
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp50 mSurface(surface),
54 CHECK(!mDecodeAudio || mSurface == NULL);
112 if (mSurface != NULL) {
114 "native-window", new NativeWindowWrapper(mSurface));
241 sp<Surface> mSurface; member in struct:Controller
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLTextureViewActivity.java138 private final SurfaceTexture mSurface; field in class:GLTextureViewActivity.RenderThread
149 mSurface = surface;
383 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h148 sp<Surface> mSurface; member in class:android::CameraSource
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.h128 sp<IBinder> mSurface; member in class:android::CameraClient
H A DCameraClient.cpp52 mSurface = 0;
267 if (binder == mSurface) {
294 mSurface = binder;
365 if (mSurface == 0 && mPreviewWindow == 0) {
366 LOG1("mSurface is not set yet.");
371 if (mSurface == 0 && mPreviewWindow == 0) {
372 ALOGE("mSurface or mPreviewWindow must be set before startRecordingMode.");
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h168 EGLSurface mSurface; member in class:android::DisplayDevice
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java248 private final Surface mSurface = new Surface(); field in class:ViewRootImpl
496 mSurface.setCompatibilityTranslator(mTranslator);
1177 attachInfo.mSurface = mSurface;
1367 boolean hadSurface = mSurface.isValid();
1375 final int surfaceGenerationId = mSurface.getGenerationId();
1381 + " surface=" + mSurface);
1398 mSurface != null && mSurface.isValid() &&
1488 if (mSurface
[all...]
H A DView.java17692 Surface mSurface; field in class:View.AttachInfo
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp161 mSurface(surface),
523 // Set the preview display. Skip this if mSurface is null because
525 if (mSurface != NULL) {
528 CHECK_EQ((status_t)OK, mCamera->setPreviewDisplay(mSurface));
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java632 mVisibleInsets, mConfiguration, mSurfaceHolder.mSurface);
634 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
651 if (!mSurfaceHolder.mSurface.isValid()) {
934 mSurfaceHolder.mSurface.release();
/frameworks/base/services/java/com/android/server/wm/
H A DAppWindowToken.java154 Slog.v(WindowManagerService.TAG, "Not displayed: s=" + win.mWinAnimator.mSurface
H A DWindowAnimator.java356 if (winAnimator.mSurface != null) {
505 if (winAnimator.mSurface == null) {
H A DWindowManagerService.java1148 Slog.i(TAG, " mSurface=" + w.mWinAnimator.mSurface
2346 + ", surface=" + win.mWinAnimator.mSurface);
2353 TAG, "Remove " + win + ": mSurface=" + win.mWinAnimator.mSurface
2907 if (winAnimator.mSurface != null) {
8878 + w + ", surface " + winAnimator.mSurface);
8894 + w + ", surface " + winAnimator.mSurface);
9243 Slog.v(TAG, "Not displayed: s=" + winAnimator.mSurface
9693 if (winAnimator.mSurface !
[all...]
H A DSession.java316 final Surface surface = mService.mDragState.mSurface;
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp196 jobject mSurface,
221 jobject mSurface,
234 jobject mSurface,
644 // Validate the mSurface's mNativeSurface field
668 jobject mSurface,
708 // Validate the mSurface parameter.
710 (NULL == mSurface),
711 "mSurface is null");
723 Surface* const p = (Surface*)pEnv->GetIntField(mSurface, surface_native);
725 // Validate the mSurface'
666 videoEditor_renderPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jint surfaceWidth, jint surfaceHeight ) argument
1001 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument
2112 videoEditor_startPreview( JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jlong toMs, jint callbackInterval, jboolean loop) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java4008 private native void nativeStartPreview(Surface mSurface, long fromMs, long toMs, argument
4016 private native int nativeRenderPreviewFrame(Surface mSurface, long timeMs, argument
4021 private native int nativeRenderMediaItemPreviewFrame(Surface mSurface, String filepath, argument

Completed in 696 milliseconds

12