Home
last modified time | relevance | path

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

/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java886 return new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
1378 class SurfaceViewSnapshot extends VideoViewSnapshot { class
1380 private static final String TAG = SurfaceViewSnapshot.class.getSimpleName();
1391 public SurfaceViewSnapshot(SurfaceView surfaceView, int width, int height) { in SurfaceViewSnapshot() method in SurfaceViewSnapshot