Searched refs:playerResult (Results 1 – 3 of 3) sorted by relevance
244 int playerResult = StreamBase.OK; in stop() local248 playerResult = result1 != StreamBase.OK ? result1 : result2; in stop()258 int ret = playerResult != StreamBase.OK ? playerResult : recorderResult; in stop()
298 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo() local300 assertTrue(playerResult.getFailureMessage(), playerResult.isSuccess()); in decodeVideo()
184 PlayerResult playerResult; in decodeVideoFrames() local189 playerResult = decodeFramesAndPlay(numOfTotalFrames, timeout, msPerFrameCap); in decodeVideoFrames()191 playerResult = PlayerResult.failToStart(); in decodeVideoFrames()194 playerResult = new PlayerResult(); in decodeVideoFrames()199 return new PlayerResult(playerResult); in decodeVideoFrames()548 public PlayerResult(PlayerResult playerResult) { in PlayerResult() argument549 this(playerResult.configureSuccess, playerResult.startSuccess, in PlayerResult()550 playerResult.decodeSuccess, playerResult.totalTime); in PlayerResult()