Searched refs:SimplePlayer (Results 1 – 2 of 2) sorted by relevance
155 private SimplePlayer player;297 this.player = new SimplePlayer(getHelper().getContext(), decoderName); in decodeVideo()298 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()
138 static class SimplePlayer { class in DecodeAccuracyTestBase146 private static final String TAG = SimplePlayer.class.getSimpleName();159 public SimplePlayer(Context context) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer163 public SimplePlayer(Context context, String codecName) { in SimplePlayer() method in DecodeAccuracyTestBase.SimplePlayer263 if (outputResult == SimplePlayer.END_OF_STREAM) { in decodeFramesAndPlay()266 if (outputResult == SimplePlayer.DEQUEUE_SUCCESS) { in decodeFramesAndPlay()