Searched refs:INPUT_MEDIA (Results 1 – 2 of 2) sorted by relevance
52 private static final String INPUT_MEDIA = "ForBiggerEscapes.mp4"; field in ExtractorUnitTest107 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testSelectTrackForInvalidIndex()108 extractor.setDataSource(MEDIA_DIR + INPUT_MEDIA); in testSelectTrackForInvalidIndex()132 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testIdempotentSelectTrack()133 extractor.setDataSource(MEDIA_DIR + INPUT_MEDIA); in testIdempotentSelectTrack()175 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testUnselectTrackForInvalidIndex()176 extractor.setDataSource(MEDIA_DIR + INPUT_MEDIA); in testUnselectTrackForInvalidIndex()200 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testUnselectTrackForUnSelectedTrackIndex()201 extractor.setDataSource(MEDIA_DIR + INPUT_MEDIA); in testUnselectTrackForUnSelectedTrackIndex()215 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testIdempotentUnselectTrack()[all …]
501 private static final String INPUT_MEDIA = "ForBiggerEscapes.mp4"; field in ExtractorTest.SetDataSourceTest514 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in setUp()515 mRefExtractor.setDataSource(MEDIA_DIR + INPUT_MEDIA); in setUp()597 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA); in testAssetFD()598 File inpFile = new File(MEDIA_DIR + INPUT_MEDIA); in testAssetFD()617 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA);618 File inpFile = new File(MEDIA_DIR + INPUT_MEDIA);630 long ndkChecksum = nativeReadAllData(MEDIA_DIR + INPUT_MEDIA, "",638 Preconditions.assertTestFileExists(MEDIA_DIR + INPUT_MEDIA);639 File inpFile = new File(MEDIA_DIR + INPUT_MEDIA);[all …]