react-native-vision-camera/android/src/main/cpp
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
..
java-bindings perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
reanimated-headers feat: Frame Processors for Android (#196) 2021-06-27 12:37:54 +02:00
CameraView.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
CameraView.h perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
FrameHostObject.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
FrameHostObject.h perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
FrameProcessorRuntimeManager.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
FrameProcessorRuntimeManager.h perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
JSIJNIConversion.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
JSIJNIConversion.h feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
MakeJSIRuntime.h feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
VisionCamera.cpp perf: Remove FrameProcessorPlugin HybridClass (#467) 2021-09-29 12:30:50 +02:00
VisionCameraScheduler.cpp feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00
VisionCameraScheduler.h feat: Add console logging support for Frame Processors (#297) 2021-07-30 10:27:45 +02:00