react-native-vision-camera/package/android/src/main/cpp/frameprocessor
Marc Rousavy ae75e22fc0
fix: Fix crash in toArrayBuffer() by properly acquiring a reference on AHardwareBuffer* (#2490)
* fix: Fix crash in `toArrayBuffer()` by properly acquiring a reference on `AHardwareBuffer*`

* Format

* Update Podfile.lock
2024-01-31 20:32:02 +01:00
..
java-bindings fix: Use ThreadScope::WithClassLoader to also load custom JNI Types (#2461) 2024-01-30 16:37:00 +01:00
FrameHostObject.cpp fix: Fix crash in toArrayBuffer() by properly acquiring a reference on AHardwareBuffer* (#2490) 2024-01-31 20:32:02 +01:00
FrameHostObject.h chore: Move everything into package/ (#1745) 2023-09-01 18:15:28 +02:00
FrameProcessorPluginHostObject.cpp fix: Fix HostObject destructors to make sure a JNI Environment is set up (#2462) 2024-01-30 16:51:09 +01:00
FrameProcessorPluginHostObject.h feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
JSIJNIConversion.cpp feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
JSIJNIConversion.h fix: Also properly convert any[] -> List<Object> in FP Android (#1760) 2023-09-06 10:56:33 +02:00
VisionCameraProxy.cpp fix: Fix HostObject destructors to make sure a JNI Environment is set up (#2462) 2024-01-30 16:51:09 +01:00
VisionCameraProxy.h fix: Fix HostObject destructors to make sure a JNI Environment is set up (#2462) 2024-01-30 16:51:09 +01:00