Searched refs:elementState (Results 1 – 1 of 1) sorted by relevance
59 private @ElementState int elementState; field in DefaultEbmlReader76 elementState = ELEMENT_STATE_READ_ID; in reset()91 if (elementState == ELEMENT_STATE_READ_ID) { in read()101 elementState = ELEMENT_STATE_READ_CONTENT_SIZE; in read()104 if (elementState == ELEMENT_STATE_READ_CONTENT_SIZE) { in read()106 elementState = ELEMENT_STATE_READ_CONTENT; in read()116 elementState = ELEMENT_STATE_READ_ID; in read()123 elementState = ELEMENT_STATE_READ_ID; in read()131 elementState = ELEMENT_STATE_READ_ID; in read()138 elementState = ELEMENT_STATE_READ_ID; in read()[all …]