react-native-vision-camera/android/src/main/cpp/java-bindings
Marc Rousavy 42e791b4bd
perf: Remove FrameProcessorPlugin HybridClass (#467)
* Rename `JImageProxyHostObject` -> `FrameHostObject`

* `FrameProcessorPlugin` -> `JFrameProcessorPlugin` 1/2

* `FrameProcessorPlugin` -> `JFrameProcessorPlugin` 2/2

* Make `const`

* Make `getName()` instance based

* Update JFrameProcessorPlugin.h

* Update JImageProxy.h

* `T`

* T

* Remove default ctor

* Use `TSelf` again

* Return `local_ref<CameraView*>` instead of `CameraView*`

* Make `findCameraViewById` return a raw pointer again...

* Extract `setFrameProcessor` and `unsetFrameProcessor`

* Use `global_ref`

* Use `static_cast` for `FrameHostObject`

* Update FrameProcessorRuntimeManager.cpp

* Fix reference lint error

* linelength

* Fix `unsetFrameProcessor` call
2021-09-29 12:30:50 +02:00
..
JArrayList.h fix: Fix java.lang.NoSuchMethodError error for .toArrayList() (#322) 2021-08-04 16:07:08 +02:00
JFrameProcessorPlugin.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
JFrameProcessorPlugin.h perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
JHashMap.cpp feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
JHashMap.h feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
JImageProxy.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
JImageProxy.h perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00