Home
last modified time | relevance | path

Searched refs:TYPICAL_FILE (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/metadata/dvbsi/
DAppInfoTableDecoderTest.java36 private static final String TYPICAL_FILE = "dvbsi/ait_typical.bin"; field in AppInfoTableDecoderTest
43 Metadata metadata = decoder.decode(createMetadataInputBuffer(readTestFile(TYPICAL_FILE))); in decode_typical()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/subrip/
DSubripDecoderTest.java34 private static final String TYPICAL_FILE = "subrip/typical"; field in SubripDecoderTest
57 byte[] bytes = TestUtil.getByteArray(ApplicationProvider.getApplicationContext(), TYPICAL_FILE); in decodeTypical()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DWebvttDecoderTest.java42 private static final String TYPICAL_FILE = "webvtt/typical"; field in WebvttDecoderTest
73 WebvttSubtitle subtitle = getSubtitleForTestAsset(TYPICAL_FILE); in decodeTypical()