Searched refs:SurfaceViewSnapshot (Results 1 – 1 of 1) sorted by relevance
886 return new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()1378 class SurfaceViewSnapshot extends VideoViewSnapshot { class1380 private static final String TAG = SurfaceViewSnapshot.class.getSimpleName();1391 public SurfaceViewSnapshot(SurfaceView surfaceView, int width, int height) { in SurfaceViewSnapshot() method in SurfaceViewSnapshot