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.java627 private SurfaceViewSnapshot surfaceViewSnapshot;
676 surfaceViewSnapshot = new SurfaceViewSnapshot(surfaceView, VIEW_WIDTH, VIEW_HEIGHT); in getVideoViewSnapshot()
1120 class SurfaceViewSnapshot extends VideoViewSnapshot { class
1122 private static final String TAG = SurfaceViewSnapshot.class.getSimpleName();
1131 public SurfaceViewSnapshot(final SurfaceView surfaceView, final int width, final int height) { in SurfaceViewSnapshot() method in SurfaceViewSnapshot