Searched refs:setPreviewTexture (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapActivity.java85 mCamera.setPreviewTexture(surface);
H A DTextureViewActivity.java110 mCamera.setPreviewTexture(surface);
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java297 setPreviewTexture((SurfaceTexture) msg.obj);
712 private void setPreviewTexture(SurfaceTexture surfaceTexture) { method in class:AndroidCamera2AgentImpl.Camera2Handler
1029 public void setPreviewTexture(SurfaceTexture surfaceTexture) { method in class:AndroidCamera2AgentImpl.AndroidCamera2ProxyImpl
1033 super.setPreviewTexture(surfaceTexture);
1043 super.setPreviewTexture(surfaceTexture);
1261 // Usage flow: openCamera() -> applySettings() -> setPreviewTexture() -> startPreview() ->
H A DAndroidCameraAgentImpl.java299 private void setPreviewTexture(Object surfaceTexture) { method in class:AndroidCameraAgentImpl.CameraHandler
301 mCamera.setPreviewTexture((SurfaceTexture) surfaceTexture);
444 setPreviewTexture(msg.obj);
H A DCameraAgent.java494 public void setPreviewTexture(final SurfaceTexture surfaceTexture) { method in class:CameraAgent.CameraProxy
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DCameraSource.java151 mCamera.setPreviewTexture(mSurfaceTexture);
/frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
H A DCameraPreviewActivity.java298 mCamera.setPreviewTexture(mPreviewTexture);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestThreadManager.java292 mCamera.setPreviewTexture(mDummyTexture);
320 mCamera.setPreviewTexture(mPreviewTexture);
346 mCamera.setPreviewTexture(/*surfaceTexture*/null);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java314 mCamera.setPreviewTexture(mSurface);
/frameworks/base/core/java/android/hardware/
H A DCamera.java608 * texture that was set via {@link #setPreviewTexture}.
676 public native final void setPreviewTexture(SurfaceTexture surfaceTexture) throws IOException; method in class:Camera
717 * {@link #setPreviewTexture(SurfaceTexture)}.
997 * {@link #setPreviewTexture setPreviewTexture} or
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java410 camera.setPreviewTexture(mPreviewSurfaceTexture);

Completed in 339 milliseconds