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.java147 private SimplePlayer player;
255 this.player = new SimplePlayer(getHelper().getContext()); in decodeVideo()
256 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()
DDecodeAccuracyTestBase.java137 static class SimplePlayer { class in DecodeAccuracyTestBase
145 private static final String TAG = SimplePlayer.class.getSimpleName();
158 public SimplePlayer(Context context) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer
162 public SimplePlayer(Context context, String codecName) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer
260 if (outputResult == SimplePlayer.END_OF_STREAM) { in decodeFramesAndPlay()
263 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) { in decodeFramesAndPlay()