Searched refs:ID_SIMPLE_BLOCK (Results 1 – 2 of 2) sorted by relevance
129 TestProcessor.ID_SIMPLE_BLOCK, in binaryElement()177 private static final int ID_SIMPLE_BLOCK = 0xA3; field in DefaultEbmlReaderTest.TestProcessor193 case ID_SIMPLE_BLOCK: in getElementType()
152 private static final int ID_SIMPLE_BLOCK = 0xA3; field in MatroskaExtractor563 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()