Searched refs:playerResult (Results 1 – 2 of 2) sorted by relevance
237 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo() local239 assertTrue(playerResult.getFailureMessage(), playerResult.isSuccess()); in decodeVideo()
180 PlayerResult playerResult; in decodeVideoFrames() local185 playerResult = decodeFramesAndPlay(numOfTotalFrames, timeout, msPerFrameCap); in decodeVideoFrames()187 playerResult = PlayerResult.failToStart(); in decodeVideoFrames()190 playerResult = new PlayerResult(); in decodeVideoFrames()193 return new PlayerResult(playerResult); in decodeVideoFrames()524 public PlayerResult(PlayerResult playerResult) { in PlayerResult() argument525 this(playerResult.configureSuccess, playerResult.startSuccess, in PlayerResult()526 playerResult.decodeSuccess, playerResult.totalTime); in PlayerResult()