Home
last modified time | relevance | path

Searched refs:playerResult (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTest.java237 final SimplePlayer.PlayerResult playerResult = player.decodeVideoFrames( in decodeVideo() local
239 assertTrue(playerResult.getFailureMessage(), playerResult.isSuccess()); in decodeVideo()
DDecodeAccuracyTestBase.java180 PlayerResult playerResult; in decodeVideoFrames() local
185 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() argument
525 this(playerResult.configureSuccess, playerResult.startSuccess, in PlayerResult()
526 playerResult.decodeSuccess, playerResult.totalTime); in PlayerResult()