Searched refs:GLSurfaceViewSnapshot (Results 1 – 1 of 1) sorted by relevance
968 return new GLSurfaceViewSnapshot(this, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()1479 class GLSurfaceViewSnapshot extends VideoViewSnapshot { class1481 private static final String TAG = GLSurfaceViewSnapshot.class.getSimpleName();1490 public GLSurfaceViewSnapshot(GLSurfaceViewFactory glSurfaceViewFactory, int width, int height) { in GLSurfaceViewSnapshot() method in GLSurfaceViewSnapshot