Searched refs:SimplePlayer (Results 1 – 2 of 2) sorted by relevance
147 private SimplePlayer player;255 this.player = new SimplePlayer(getHelper().getContext()); in decodeVideo()256 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()
137 static class SimplePlayer { class in DecodeAccuracyTestBase145 private static final String TAG = SimplePlayer.class.getSimpleName();158 public SimplePlayer(Context context) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer162 public SimplePlayer(Context context, String codecName) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer260 if (outputResult == SimplePlayer.END_OF_STREAM) { in decodeFramesAndPlay()263 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) { in decodeFramesAndPlay()