Searched refs:mSurface (Results 51 - 69 of 69) sorted by relevance

123

/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
H A DImageFlipRenderThread.java92 private final SurfaceTexture mSurface; field in class:ImageFlipRenderThread
102 mSurface = surface;
336 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.h142 sp<IBinder> mSurface; member in class:android::CameraClient
H A DCameraClient.cpp51 mSurface = 0;
286 if (binder == mSurface) {
312 mSurface = binder;
384 if (mSurface == 0 && mPreviewWindow == 0) {
385 LOG1("mSurface is not set yet.");
390 if (mSurface == 0 && mPreviewWindow == 0) {
391 ALOGE("mSurface or mPreviewWindow must be set before startRecordingMode.");
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.h215 EGLSurface mSurface; member in class:android::DisplayDevice
/frameworks/base/media/java/android/media/
H A DMediaRecorder.java89 private Surface mSurface; field in class:MediaRecorder
182 mSurface = sv;
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1416 mSurface != NULL &&
1429 mSurface.get(), (android_dataspace)dataSpace);
1434 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees);
1786 if (mSurface == NULL) {
1802 pushBlankBuffersToNativeWindow(mSurface.get());
1812 mSurface = surface;
1962 pushBlankBuffersToNativeWindow(mSurface.get());
2686 if (mSurface != NULL
2688 && mSurface->getUniqueId(&oldId) == NO_ERROR
2723 if (mSurface !
[all...]
H A DCameraSource.cpp193 mSurface(surface),
637 // Set the preview display. Skip this if mSurface is null because
639 if (mSurface != NULL) {
642 CHECK_EQ((status_t)OK, mCamera->setPreviewTarget(mSurface));
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java279 private Surface mSurface; field in class:TvInputService.Session
1130 if (mSurface != null) {
1131 mSurface.release();
1132 mSurface = null;
1156 if (mSurface != null) {
1157 mSurface.release();
1159 mSurface = surface;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp103 : mSurface(surface) {
107 player->performSetSurface(mSurface);
111 sp<Surface> mSurface; member in struct:android::NuPlayer::SetSurfaceAction
662 // NOTE: mVideoDecoder's mSurface is always non-null
893 if (mSurface != NULL) {
1303 if (mSurface != NULL) {
1644 notify, mSource, mPID, mRenderer, mSurface, mCCDecoder);
1819 if (mSurface != NULL) {
1820 status_t ret = native_window_set_scaling_mode(mSurface.get(), mVideoScalingMode);
2045 mSurface
[all...]
H A DNuPlayer.h146 sp<Surface> mSurface; member in struct:android::NuPlayer
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp275 mSurface = surface;
313 eglDestroySurface(mDisplay, mSurface);
332 eglSwapBuffers(mDisplay, mSurface);
369 EGLBoolean res = eglSwapBuffers(mDisplay, mSurface);
752 eglSwapBuffers(mDisplay, mSurface);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp135 mSurface = static_cast<Surface *>(obj.get());
324 isVideo ? mSurface : NULL,
411 mSurface.clear();
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java307 final Surface mSurface = new Surface(); field in class:ViewRootImpl
599 mSurface.setCompatibilityTranslator(mTranslator);
1700 final int surfaceGenerationId = mSurface.getGenerationId();
1727 boolean hadSurface = mSurface.isValid();
1736 // relayoutWindow may decide to destroy mSurface. As that decision
1739 if (mAttachInfo.mHardwareRenderer.pauseSurface(mSurface)) {
1754 + " surface=" + mSurface);
1830 if (mSurface.isValid()) {
1848 mSurface);
1853 mSurface
[all...]
H A DThreadedRenderer.java792 attachInfo.mViewRootImpl.mSurface.release();
/frameworks/av/include/media/stagefright/
H A DCameraSource.h195 sp<IGraphicBufferProducer> mSurface; member in class:android::CameraSource
H A DMediaCodec.h299 sp<Surface> mSurface; member in struct:android::MediaCodec
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java661 private final Surface mSurface = new Surface(); field in class:AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow
687 mSurface.copyFrom(mSurfaceControl);
783 canvas = mSurface.lockCanvas(mDirtyRect);
803 mSurface.unlockCanvasAndPost(canvas);
815 mSurface.release();
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java681 mConfiguration, mSurfaceHolder.mSurface);
683 if (DEBUG) Log.v(TAG, "New surface: " + mSurfaceHolder.mSurface
728 if (!mSurfaceHolder.mSurface.isValid()) {
1044 mSurfaceHolder.mSurface.release();
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java4129 Surface mSurface; field in class:ActivityStackSupervisor.VirtualActivityContainer
4168 if (mSurface != null) {
4169 mSurface.release();
4172 mSurface = surface;
4191 return mSurface != null && super.isAttachedLocked();
4210 " mContainerState=" + mContainerState + " mSurface=" + mSurface);
4211 if (mDrawn && mSurface != null && mContainerState == CONTAINER_STATE_NO_SURFACE) {
4212 ((VirtualActivityDisplay) mActivityDisplay).setSurface(mSurface);

Completed in 3873 milliseconds

123