Searched defs:inputEOS (Results 1 – 2 of 2) sorted by relevance
70 bool inputEOS = false; in main() local
1198 private void feedInputInternal(final byte[] encFrame, final boolean inputEOS) { in feedInputInternal()1235 public boolean feedInput(final byte[] encFrame, final boolean inputEOS) throws Exception { in feedInput()