Home
last modified time | relevance | path

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

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