Searched refs:VideoDecoderGLSurfaceView (Results 1 – 3 of 3) sorted by relevance
31 public class VideoDecoderGLSurfaceView extends GLSurfaceView { class36 public VideoDecoderGLSurfaceView(Context context) { in VideoDecoderGLSurfaceView() method in VideoDecoderGLSurfaceView44 public VideoDecoderGLSurfaceView(Context context, @Nullable AttributeSet attrs) { in VideoDecoderGLSurfaceView() method in VideoDecoderGLSurfaceView
36 import com.google.android.exoplayer2.video.VideoDecoderGLSurfaceView;128 .setPayload(new VideoDecoderGLSurfaceView(context).getVideoDecoderOutputBufferRenderer()) in run()
67 import com.google.android.exoplayer2.video.VideoDecoderGLSurfaceView;437 surfaceView = new VideoDecoderGLSurfaceView(context); in PlayerView()572 } else if (surfaceView instanceof VideoDecoderGLSurfaceView) { in setPlayer()600 } else if (surfaceView instanceof VideoDecoderGLSurfaceView) { in setPlayer()602 ((VideoDecoderGLSurfaceView) surfaceView).getVideoDecoderOutputBufferRenderer()); in setPlayer()