Searched refs:setSurfaceTexture (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DRSTextureView.java80 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
93 mRS.setSurfaceTexture(mSurfaceTexture, width, height);
106 mRS.setSurfaceTexture(null, 0, 0);
162 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
187 mRS.setSurfaceTexture(mSurfaceTexture, getWidth(), getHeight());
H A DRenderScriptGL.java231 public void setSurfaceTexture(SurfaceTexture sur, int w, int h) { method in class:RenderScriptGL
H A DAllocation.java1450 public void setSurfaceTexture(SurfaceTexture st) { method in class:Allocation
/frameworks/base/core/java/android/view/
H A DGLES20TextureLayer.java76 void setSurfaceTexture(SurfaceTexture surfaceTexture) { method in class:GLES20TextureLayer
H A DTextureView.java401 mAttachInfo.mHardwareRenderer.setSurfaceTexture(mLayer, mSurface);
603 // This case can happen if the app invokes setSurfaceTexture() before
722 * called for the {@link SurfaceTexture} passed to setSurfaceTexture.
730 public void setSurfaceTexture(SurfaceTexture surfaceTexture) { method in class:TextureView
H A DHardwareRenderer.java508 abstract void setSurfaceTexture(HardwareLayer layer, SurfaceTexture surfaceTexture); method in class:HardwareRenderer
1993 void setSurfaceTexture(HardwareLayer layer, SurfaceTexture surfaceTexture) { method in class:HardwareRenderer.Gl20Renderer
1994 ((GLES20TextureLayer) layer).setSurfaceTexture(surfaceTexture);
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java55 mOutPixelsAllocation.setSurfaceTexture(surface);
59 mOutPixelsAllocation.setSurfaceTexture(surface);
64 mOutPixelsAllocation.setSurfaceTexture(null);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightPlayer.cpp76 return mPlayer->setSurfaceTexture(bufferProducer);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java58 mAllocationOut.setSurfaceTexture(mSurface);
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.h47 void setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
H A DVideoEditorPlayer.cpp87 mPlayer->setSurfaceTexture(bufferProducer);
H A DPreviewPlayer.cpp1778 void PreviewPlayer::setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::PreviewPlayer
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h84 status_t setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer);
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp1181 status_t AwesomePlayer::setSurfaceTexture(const sp<IGraphicBufferProducer> &bufferProducer) { function in class:android::AwesomePlayer

Completed in 733 milliseconds