HomeSort by relevance Sort by last modified time
    Searched full:surfacetex (Results 1 - 1 of 1) sorted by null

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 394 protected RenderTarget renderTargetFor(SurfaceTexture surfaceTex) {
395 RenderTarget target = mClientRenderTargets.get(surfaceTex);
397 target = RenderTarget.currentTarget().forSurfaceTexture(surfaceTex);
398 mClientRenderTargets.put(surfaceTex, target);
461 SurfaceTexture surfaceTex = mTargetSurfaceTextures.get(context);
462 if (surfaceTex != null) {
463 surfaceTex.release();
    [all...]

Completed in 297 milliseconds