Searched refs:SimplePlayer (Results 1 – 2 of 2) sorted by relevance
142 private SimplePlayer player;243 this.player = new SimplePlayer(getHelper().getContext()); in decodeVideo()244 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()
135 static class SimplePlayer { class in DecodeAccuracyTestBase143 private static final String TAG = SimplePlayer.class.getSimpleName();156 public SimplePlayer(Context context) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer160 public SimplePlayer(Context context, String codecName) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer258 if (outputResult == SimplePlayer.END_OF_STREAM) { in decodeFramesAndPlay()261 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) { in decodeFramesAndPlay()