HomeSort by relevance Sort by last modified time
    Searched refs:mTextureSource (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 56 private final TextureSource mTextureSource;
72 mTextureSource = TextureSource.newExternalTexture();
73 mSurfaceTexture = new SurfaceTexture(mTextureSource.getTextureId());
135 mSurfaceTexture.attachToGLContext(mTextureSource.getTextureId());
181 mTextureSource.release();
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 109 private SurfaceTexture mTextureSource;
562 mTextureSource = source;
601 mCameraDevice.setPreviewTexture(mTextureSource);
    [all...]

Completed in 98 milliseconds