Searched refs:SurfaceViewSnapshot (Results 1 – 1 of 1) sorted by relevance
627 private SurfaceViewSnapshot surfaceViewSnapshot;676 surfaceViewSnapshot = new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()1120 class SurfaceViewSnapshot extends VideoViewSnapshot { class1122 private static final String TAG = SurfaceViewSnapshot.class.getSimpleName();1131 public SurfaceViewSnapshot(final SurfaceView surfaceView, final int width, final int height) { in SurfaceViewSnapshot() method in SurfaceViewSnapshot