HomeSort by relevance Sort by last modified time
    Searched refs:setSurface (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
RSTestView.java 60 mRS.setSurface(holder, w, h);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
RSTestView.java 60 mRS.setSurface(holder, w, h);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 216 mOutPixelsAllocation.setSurface(new Surface(surface));
224 mOutPixelsAllocation.setSurface(new Surface(surface));
230 mOutPixelsAllocation.setSurface(null);
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 68 mRenderThread.setSurface(surface);
81 mRenderThread.setSurface(null);
343 public void setSurface(SurfaceTexture surface) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 68 mRenderThread.setSurface(surface);
81 mRenderThread.setSurface(null);
343 public void setSurface(SurfaceTexture surface) {
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsView.java 57 mRS.setSurface(holder, w, h);
  /frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
ViewfinderProcessor.java 71 mOutputAllocation.setSurface(output);
  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintLocationAnimationVideoView.java 77 mMediaPlayer.setSurface(new Surface(surfaceTexture));
  /frameworks/native/opengl/libagl/
TextureObjectManager.cpp 119 status_t EGLTextureObject::setSurface(GGLSurface const* s)
155 setSurface(&sur);
  /frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
SampleRSActivity.java 57 mOutPixelsAllocation.setSurface(new Surface(surface));
63 mOutPixelsAllocation.setSurface(new Surface(surface));
  /frameworks/base/core/jni/
android_app_NativeActivity.cpp 136 setSurface(NULL);
147 void setSurface(jobject _surface) {
518 code->setSurface(surface);
542 code->setSurface(surface);
601 code->setSurface(NULL);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 426 mOutDisplayAllocationIO.setSurface(mOutSurface);
523 public void setSurface(Surface s) {
778 mProcessor.setSurface(new Surface(surface));
783 mProcessor.setSurface(new Surface(surface));
788 mProcessor.setSurface(null);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 360 mOutDisplayAllocation.setSurface(mOutSurface);
444 public void setSurface(Surface s) {
741 mProcessor.setSurface(new Surface(surface));
746 mProcessor.setSurface(new Surface(surface));
751 mProcessor.setSurface(null);
  /developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java 244 mPlayer.setSurface(surface);
267 mPlayer.setSurface(mSurface);
345 mPlayer.setSurface(null);
  /frameworks/base/core/java/android/app/
ActivityView.java 299 mActivityContainer.setSurface(surface, width, height, densityDpi);
458 void setSurface(Surface surface, int width, int height, int density)
460 mIActivityContainer.setSurface(surface, width, height, density);
  /cts/tests/camera/src/android/hardware/camera2/cts/rs/
AllocationCache.java 134 allocation.setSurface(null);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java 99 inputAlloc.setSurface(allocArray[0].getSurface());
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
ViewfinderProcessor.java 98 mOutputAllocation.setSurface(output);
  /frameworks/av/include/media/stagefright/
MediaSync.h 79 status_t setSurface(const sp<IGraphicBufferProducer> &output);
  /frameworks/base/media/jni/
android_media_MediaCodec.h 59 status_t setSurface(
  /frameworks/base/rs/java/android/renderscript/
RenderScriptGL.java 205 public void setSurface(SurfaceHolder sur, int w, int h) {
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
RsYuv.java 59 mAllocationOut.setSurface(mSurface);
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
VrState.java 80 mScrAllocation.setSurface(surface);

Completed in 1162 milliseconds

12 3 4 5