Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/mkv/
DDefaultEbmlReaderTest.java129 TestProcessor.ID_SIMPLE_BLOCK, in binaryElement()
177 private static final int ID_SIMPLE_BLOCK = 0xA3; field in DefaultEbmlReaderTest.TestProcessor
193 case ID_SIMPLE_BLOCK: in getElementType()
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java152 private static final int ID_SIMPLE_BLOCK = 0xA3; field in MatroskaExtractor
563 case ID_SIMPLE_BLOCK: in getElementType()
1094 case ID_SIMPLE_BLOCK: in binaryElement()
1200 || (id == ID_SIMPLE_BLOCK && (scratch.data[2] & 0x80) == 0x80); in binaryElement()
1207 if (id == ID_SIMPLE_BLOCK) { in binaryElement()