Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java142 private SimplePlayer player;
243 this.player = new SimplePlayer(getHelper().getContext()); in decodeVideo()
244 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()
DDecodeAccuracyTestBase.java135 static class SimplePlayer { class in DecodeAccuracyTestBase
143 private static final String TAG = SimplePlayer.class.getSimpleName();
156 public SimplePlayer(Context context) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer
160 public SimplePlayer(Context context, String codecName) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer
258 if (outputResult == SimplePlayer.END_OF_STREAM) { in decodeFramesAndPlay()
261 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) { in decodeFramesAndPlay()