(String modelEntry, String modelConfig, int[] state)
| 31 | |
| 32 | // Define shared library function prototype |
| 33 | public Pointer initialize(String modelEntry, String modelConfig, int[] state); |
| 34 | |
| 35 | public int process(Pointer model, byte[] buffer, int size, PointerByReference outputData, int[] outputSize); |
| 36 | } |
no outgoing calls