Home
last modified time | relevance | path

Searched refs:VideoDecoderGLSurfaceView (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/video/
DVideoDecoderGLSurfaceView.java31 public class VideoDecoderGLSurfaceView extends GLSurfaceView { class
36 public VideoDecoderGLSurfaceView(Context context) { in VideoDecoderGLSurfaceView() method in VideoDecoderGLSurfaceView
44 public VideoDecoderGLSurfaceView(Context context, @Nullable AttributeSet attrs) { in VideoDecoderGLSurfaceView() method in VideoDecoderGLSurfaceView
/external/exoplayer/tree/extensions/vp9/src/androidTest/java/com/google/android/exoplayer2/ext/vp9/
DVpxPlaybackTest.java36 import com.google.android.exoplayer2.video.VideoDecoderGLSurfaceView;
128 .setPayload(new VideoDecoderGLSurfaceView(context).getVideoDecoderOutputBufferRenderer()) in run()
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DPlayerView.java67 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()