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