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

1 2 3 4 5 6

  /cts/tests/tests/media/libmediandkjni/
native_media_source.h 65 std::shared_ptr<ANativeWindow> mSurface;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TaskSnapshotSurfaceTest.java 56 private TaskSnapshotSurface mSurface;
64 mSurface = new TaskSnapshotSurface(sWm, new Window(), new Surface(), snapshot, "Test",
80 mSurface.drawBackgroundAndBars(mockCanvas, new Rect(0, 0, 100, 200));
90 mSurface.drawBackgroundAndBars(mockCanvas, new Rect(0, 0, 200, 100));
100 mSurface.drawBackgroundAndBars(mockCanvas, new Rect(0, 0, 100, 100));
111 mSurface.drawBackgroundAndBars(mockCanvas, new Rect(0, 0, 100, 100));
121 mSurface.drawBackgroundAndBars(mockCanvas, new Rect(0, 0, 200, 200));
128 assertEquals(new Rect(0, 0, 100, 90), mSurface.calculateSnapshotCrop());
134 assertEquals(new Rect(0, 10, 100, 90), mSurface.calculateSnapshotCrop());
140 assertEquals(new Rect(10, 0, 100, 100), mSurface.calculateSnapshotCrop())
    [all...]
  /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;
127 mEGLSurface = EGL14.eglCreateWindowSurface(mEGLDisplay, mConfigs[0], mSurface,
153 mSurface.release();
159 mSurface = null;
191 return mSurface;
232 codec.setInputSurface(mSurface);
237 codec.setInputSurface(mSurface);
OutputSurface.java 53 private Surface mSurface;
116 mSurface = new Surface(mSurfaceTexture);
187 mSurface.release();
198 mSurface = null;
215 return mSurface;
  /frameworks/base/libs/hwui/renderthread/
Frame.h 50 EGLSurface mSurface;
  /frameworks/base/libs/hwui/tests/common/
TestContext.h 48 LOG_ALWAYS_FATAL_IF(mSurface.get(),
67 sp<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;
  /packages/services/Car/evs/sampleDriver/
GlWrapper.h 60 EGLSurface 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);
141 mSurface.release();
142 mSurface = null;
  /frameworks/av/services/camera/libcameraservice/api1/
CameraClient.h 148 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();
  /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;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Texture.h 173 gl::Surface *mSurface;
  /frameworks/av/services/camera/libcameraservice/
CameraFlashlight.h 178 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 + "}";
  /frameworks/base/libs/hwui/pipeline/skia/
VectorDrawableAtlas.h 144 sk_sp<SkSurface> 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;
  /frameworks/base/core/java/android/app/
ActivityView.java 55 private Surface mSurface;
235 mSurface = mSurfaceView.getHolder().getSurface();
255 mSurface.release();
256 mSurface = null;
273 width, height, getBaseDisplayDensity(), mSurface, 0 /* flags */);
303 if (mSurface != null) {
304 mSurface.release();
305 mSurface = null;
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
IllustrationVideoView.java 60 @VisibleForTesting Surface mSurface;
126 if (mSurface == null || mVideoResId == 0) {
132 mMediaPlayer.setSurface(mSurface);
165 if (mSurface != null) {
166 mSurface.release();
167 mSurface = null;
177 mSurface = new Surface(surfaceTexture);
  /frameworks/base/core/java/android/view/
TextureView.java 110 private SurfaceTexture mSurface;
245 if (mSurface != null) {
249 shouldRelease = mListener.onSurfaceTextureDestroyed(mSurface);
257 mSurface.release();
259 mSurface = null;
363 if (mSurface != null) {
364 mSurface.setDefaultBufferSize(getWidth(), getHeight());
367 mListener.onSurfaceTextureSizeChanged(mSurface, getWidth(), getHeight());
379 boolean createNewSurface = (mSurface == null);
382 mSurface = new SurfaceTexture(false)
    [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;

Completed in 1121 milliseconds

1 2 3 4 5 6