Searched defs:mSurface (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
H A DSurfaceTextureContainer.java30 private final Surface mSurface; field in class:SurfaceTextureContainer
34 mSurface = new Surface(mSurfaceTexture);
42 return mSurface;
/packages/apps/Camera2/src/com/android/camera/one/v2/common/
H A DSimpleCaptureStream.java29 private final Surface mSurface; field in class:SimpleCaptureStream
32 mSurface = surface;
40 return mSurface;
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
H A DImageStreamImpl.java38 private final Surface mSurface; field in class:ImageStreamImpl
45 mSurface = surface;
58 return mSurface;
H A DManagedImageReader.java78 private final Surface mSurface; field in class:ManagedImageReader
92 mSurface = surface;
109 ticketPool, imageStream, imageStreamController, mImageDistributor, mSurface);
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DFireflyRenderer.java96 SurfaceTexture mSurface; field in class:FireflyRenderer
133 mSurface = surface;
316 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, mSurface, null);
H A DSendUi.java193 SurfaceTexture mSurface; field in class:SendUi
526 mSurface = null;
693 mFireflyRenderer.start(mSurface, mSurfaceWidth, mSurfaceHeight);
742 mSurface = surface;
755 mSurface = null;
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java318 private SurfaceTexture mSurface; field in class:BlockingGLTextureView.RenderThread
338 if (mSurface == null) {
349 mSurface = surface;
363 if (mSurface != null) {
365 mSurface.updateTexImage();
370 mSurface = null;
398 if (mEglHelper.createSurface(mSurface)) {
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
H A DTestTvInputService.java105 private Surface mSurface = null; field in class:TestTvInputService.SimpleSessionImpl
174 mSurface = null;
183 mSurface = surface;
314 currentSurface = mSurface;
/packages/screensavers/Basic/src/com/android/dreams/basic/
H A DColorsGLRenderer.java57 private final SurfaceTexture mSurface; field in class:ColorsGLRenderer
74 mSurface = surface;
176 mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, eglConfig, mSurface, null);
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DMpegTsPlayer.java133 private Surface mSurface; field in class:MpegTsPlayer
195 mSurface = surface;
203 return mSurface;
210 mSurface = null;
358 mSurface = null;
601 mVideoRenderer, MediaCodecVideoTrackRenderer.MSG_SET_SURFACE, mSurface);
604 mVideoRenderer, MediaCodecVideoTrackRenderer.MSG_SET_SURFACE, mSurface);
/packages/apps/TV/src/com/android/tv/tuner/tvinput/
H A DTunerSessionWorker.java154 private volatile Surface mSurface; field in class:TunerSessionWorker
243 // mSurface is kept even when tune is called right after. But, messages can be deleted by
244 // tune or updateChannelBlockStatus. So mSurface should be stored here, not through message.
245 mSurface = surface;
416 if (mSurface != null && mPlayerStarted) {
975 mPlayer.setSurface(mSurface);
978 // playback start on mSurface nullity.
1265 // Since mSurface is volatile, we define a local variable surface to keep the same value
1267 Surface surface = mSurface;
1324 if (mChannelBlocked || mSurface
[all...]
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java496 private SurfaceTexture mSurface; field in class:CameraAppUI
679 if (mSurface == null || mTextureView == null) {
683 mSurface.setDefaultBufferSize(mTextureView.getWidth(), mTextureView.getHeight());
1685 return mSurface;
1704 mSurface = surface;
1716 mSurface = surface;
1726 mSurface = null;
1736 mSurface = surface;

Completed in 1382 milliseconds