HomeSort by relevance Sort by last modified time
    Searched defs:mSurface (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /cts/tests/tests/media/src/android/media/cts/
CompositionTextureView.java 36 private Surface mSurface;
112 if (mSurface == null && surfaceTexture != null) {
115 return (mSurface != null);
119 if (mSurface != null) {
120 mSurface.release();
122 mSurface = new Surface(surfaceTexture);
126 return mSurface;
InputSurface.java 46 private Surface mSurface;
57 mSurface = surface;
126 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface,
151 mSurface.release();
157 mSurface = null;
187 return mSurface;
OutputSurface.java 53 private Surface mSurface;
116 mSurface = new Surface(mSurfaceTexture);
187 mSurface.release();
198 mSurface = null;
215 return mSurface;
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 70 mSurface = surface;
95 mSurface = surface;
107 mSurface = surface;
117 return mSurface;
160 mSurface.writeToParcel(dest, flags);
179 return (mSurface == other.mSurface && mRotation == other.mRotation);
189 return HashCodeHelpers.hashCode(mSurface.hashCode(), mRotation);
193 private final Surface mSurface;
  /packages/apps/Camera2/src/com/android/camera/burst/
SurfaceTextureContainer.java 30 private final Surface mSurface;
34 mSurface = new Surface(mSurfaceTexture);
42 return mSurface;
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
SimpleCaptureStream.java 29 private final Surface mSurface;
32 mSurface = surface;
40 return mSurface;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
ProjectionActivity.java 49 protected volatile Surface mSurface;
67 mService.startRendering(mSurface, mWidth, mHeight, metrics.densityDpi, mType.ordinal());
122 mSurface = new Surface(surface);
142 mSurface.release();
143 mSurface = null;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 138 sp<IBinder> mSurface;
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 42 mSurface = new Surface(producer);
43 mANW = mSurface.get();
64 sp<Surface> mSurface;
108 mSurface->lock(&buffer, NULL);
110 mSurface->unlockAndPost();
Surface_test.cpp 56 mSurface = mSurfaceControl->getSurface();
57 ASSERT_TRUE(mSurface != NULL);
64 sp<Surface> mSurface;
70 sp<ANativeWindow> anw(mSurface);
81 sp<ANativeWindow> anw(mSurface);
91 sp<ANativeWindow> anw(mSurface);
134 sp<ANativeWindow> anw(mSurface);
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
ImageStreamImpl.java 38 private final Surface mSurface;
45 mSurface = surface;
58 return mSurface;
ManagedImageReader.java 78 private final Surface mSurface;
92 mSurface = surface;
109 ticketPool, imageStream, imageStreamController, mImageDistributor, mSurface);
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
SurfaceTextureRenderer.java 87 private SurfaceTexture mSurface = null;
106 mSurface.updateTexImage();
108 mSurface.getTransformMatrix(mSTMatrix);
220 if (mSurface != null) {
221 mSurface.release();
223 mSurface = new SurfaceTexture(mTextureID);
224 mSurface.setOnFrameAvailableListener(this);
299 return mSurface;
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 169 sp<Surface> mSurface;
218 sp<Surface> mSurface;
  /frameworks/base/core/java/android/hardware/display/
VirtualDisplay.java 38 private Surface mSurface;
45 mSurface = surface;
59 return mSurface;
75 if (mSurface != surface) {
77 mSurface = surface;
110 + ", surface=" + mSurface + "}";
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
CtsMediaOutputSurface.java 57 private Surface mSurface;
120 mSurface = new Surface(mSurfaceTexture);
191 mSurface.release();
202 mSurface = null;
219 return mSurface;
  /development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 86 mSurface.updateTexImage();
88 mSurface.getTransformMatrix(mSTMatrix);
204 mSurface = new SurfaceTexture(mTextureID);
205 mSurface.setOnFrameAvailableListener(this);
325 private SurfaceTexture mSurface;
334 return mSurface;
  /development/ndk/platforms/android-21/samples/native-codec/src/com/example/nativecodec/
MyGLSurfaceView.java 93 mSurface.updateTexImage();
95 mSurface.getTransformMatrix(mSTMatrix);
219 mSurface = new SurfaceTexture(mTextureID);
220 mSurface.setOnFrameAvailableListener(this);
341 private SurfaceTexture mSurface;
352 return mSurface;
  /frameworks/base/core/java/android/view/
TextureView.java 108 private SurfaceTexture mSurface;
237 shouldRelease = mListener.onSurfaceTextureDestroyed(mSurface);
245 if (shouldRelease) mSurface.release();
246 mSurface = null;
325 if (mSurface != null) {
326 mSurface.setDefaultBufferSize(getWidth(), getHeight());
329 mListener.onSurfaceTextureSizeChanged(mSurface, getWidth(), getHeight());
359 mSurface = new SurfaceTexture(false);
360 mLayer.setSurfaceTexture(mSurface);
362 mSurface.setDefaultBufferSize(getWidth(), getHeight())
    [all...]
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 98 mSurface.updateTexImage();
100 mSurface.getTransformMatrix(mSTMatrix);
216 mSurface = new SurfaceTexture(mTextureID);
217 mSurface.setOnFrameAvailableListener(this);
337 private SurfaceTexture mSurface;
346 return mSurface;
  /frameworks/av/cmds/stagefright/
SimplePlayer.h 87 sp<Surface> mSurface;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 60 sp<Surface> mSurface;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 100 EGLDisplay mSurface;
  /frameworks/base/services/core/java/com/android/server/wm/
CircularDisplayMask.java 45 private final Surface mSurface = new Surface();
79 mSurface.copyFrom(ctrl);
100 c = mSurface.lockCanvas(dirty);
128 mSurface.unlockCanvasAndPost(c);
EmulatorDisplayOverlay.java 41 private final Surface mSurface = new Surface();
68 mSurface.copyFrom(ctrl);
86 c = mSurface.lockCanvas(dirty);
99 mSurface.unlockCanvasAndPost(c);

Completed in 672 milliseconds

1 2 3 4