Searched refs:PlayerResult (Results 1 – 2 of 2) sorted by relevance
180 public PlayerResult decodeVideoFrames( in decodeVideoFrames()184 PlayerResult playerResult; in decodeVideoFrames()191 playerResult = PlayerResult.failToStart(); in decodeVideoFrames()194 playerResult = new PlayerResult(); in decodeVideoFrames()199 return new PlayerResult(playerResult); in decodeVideoFrames()202 public PlayerResult decodeVideoFrames( in decodeVideoFrames()246 private PlayerResult decodeFramesAndPlay( in decodeFramesAndPlay()296 return new PlayerResult(true, true, numOfTotalFrames == numOfDecodedFrames, totalTime); in decodeFramesAndPlay()531 public static final class PlayerResult { class in DecodeAccuracyTestBase.SimplePlayer539 public PlayerResult( in PlayerResult() method in DecodeAccuracyTestBase.SimplePlayer.PlayerResult[all …]
298 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()