/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
D | LevelsRSActivity.java | 214 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) { in onSurfaceTextureAvailable() argument 215 if (surface != null) { in onSurfaceTextureAvailable() 216 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureAvailable() 222 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) { in onSurfaceTextureSizeChanged() argument 223 if (surface != null) { in onSurfaceTextureSizeChanged() 224 mOutPixelsAllocation.setSurface(new Surface(surface)); in onSurfaceTextureSizeChanged() 229 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) { in onSurfaceTextureDestroyed() argument 235 public void onSurfaceTextureUpdated(SurfaceTexture surface) { in onSurfaceTextureUpdated() argument
|
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
D | LocalPlayer.java | 294 protected void setSurface(Surface surface) { in setSurface() argument 295 mSurface = surface; in setSurface() 366 public static final void setSurface(MediaPlayer player, Surface surface) { in setSurface() argument 367 player.setSurface(surface); in setSurface() 616 public void onWindowCreated(Surface surface) { in onWindowCreated() argument 617 setSurface(surface); in onWindowCreated()
|
D | OverlayDisplayWindow.java | 95 public void onWindowCreated(Surface surface); in onWindowCreated() argument
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | MediaCodecWrapper.java | 140 Surface surface) throws IOException { in fromVideoFormat() argument 151 videoCodec.configure(trackFormat, surface, null, 0); in fromVideoFormat()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
D | MediaPlayerDemo_Video.java | 64 mPreview = (SurfaceView) findViewById(R.id.surface); in onCreate()
|
/development/samples/browseable/ScreenCapture/src/com.example.android.screencapture/ |
D | ScreenCaptureFragment.java | 81 mSurfaceView = (SurfaceView) view.findViewById(R.id.surface); in onViewCreated()
|
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/ |
D | MediaProjectionDemo.java | 78 mSurfaceView = (SurfaceView) findViewById(R.id.surface); in onCreate()
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
D | Camera2BasicFragment.java | 684 Surface surface = new Surface(texture); in createCameraPreviewSession() local 689 mPreviewRequestBuilder.addTarget(surface); in createCameraPreviewSession() 692 mCameraDevice.createCaptureSession(Arrays.asList(surface, mImageReader.getSurface()), in createCameraPreviewSession()
|
/development/samples/browseable/Camera2Raw/src/com.example.android.camera2raw/ |
D | Camera2RawFragment.java | 927 Surface surface = new Surface(texture); in createCameraPreviewSessionLocked() local 932 mPreviewRequestBuilder.addTarget(surface); in createCameraPreviewSessionLocked() 935 mCameraDevice.createCaptureSession(Arrays.asList(surface, in createCameraPreviewSessionLocked()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 50 altitude - n. elevation especially above sea level or above the earth's surface 369 exterior - n. the outer side or surface of something 370 external - j. happening or arising or located outside or beyond some limits or especially surface
|