Searched refs:checkLoadResource (Results 1 – 2 of 2) sorted by relevance
956 if (!checkLoadResource(R.raw.testvideo)) { in testVideoSurfaceResetting()1121 if (!checkLoadResource(1177 if (!checkLoadResource( in testSetPlaybackParamsZeroSpeed()1220 if (!checkLoadResource( in testPlaybackRate()1260 if (!checkLoadResource( in testSeekModes()1335 if (!checkLoadResource( in testGetTimestamp()1379 if (!checkLoadResource( in testMediaTimeDiscontinuity()1656 if (checkLoadResource(R.raw.segment000001)) { in testLocalVideo_segment000001_m2ts()1658 assertTrue(checkLoadResource(R.raw.segment000001_m2ts)); in testLocalVideo_segment000001_m2ts()1698 if (!checkLoadResource(R.raw.testvideo_with_2_subtitle_tracks)) { in testDeselectTrackForSubtitleTracks()[all …]
128 protected boolean checkLoadResource(int resid) throws Exception { in checkLoadResource() method in MediaPlayerTestBase173 if (!checkLoadResource(resid)) { in playVideoTest()