Searched refs:PlayerResult (Results 1 – 2 of 2) sorted by relevance
179 public PlayerResult decodeVideoFrames( in decodeVideoFrames()183 PlayerResult playerResult; in decodeVideoFrames()190 playerResult = PlayerResult.failToStart(); in decodeVideoFrames()193 playerResult = new PlayerResult(); in decodeVideoFrames()198 return new PlayerResult(playerResult); in decodeVideoFrames()201 public PlayerResult decodeVideoFrames( in decodeVideoFrames()243 private PlayerResult decodeFramesAndPlay( in decodeFramesAndPlay()293 return new PlayerResult(true, true, numOfTotalFrames == numOfDecodedFrames, totalTime); in decodeFramesAndPlay()528 public static final class PlayerResult { class in DecodeAccuracyTestBase.SimplePlayer536 public PlayerResult( in PlayerResult() method in DecodeAccuracyTestBase.SimplePlayer.PlayerResult[all …]
256 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo()