react-native-vision-camera/package/android/src/main/cpp
2024-01-30 15:39:33 +01:00
..
frameprocessor fix: Fix Unable to retrieve jni environment. Is the thread attached? errors by using jni::ThreadScope (#2457) 2024-01-30 15:39:33 +01:00
MutableJByteBuffer.cpp feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
MutableJByteBuffer.h feat: Use JSI's ArrayBuffer instead of TypedArray (#2408) 2024-01-17 20:18:46 +01:00
OpenGLContext.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLContext.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLError.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLRenderer.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLRenderer.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
OpenGLTexture.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
PassThroughShader.cpp feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
PassThroughShader.h feat: Use C++ OpenGL GPU VideoPipeline again (#1836) 2023-09-22 17:22:31 +02:00
VideoPipeline.cpp feat: Route images through ImageWriter into OpenGL pipeline (#1874) 2023-09-29 21:52:19 +02:00
VideoPipeline.h feat: Route images through ImageWriter into OpenGL pipeline (#1874) 2023-09-29 21:52:19 +02:00
VisionCamera.cpp feat: Add zero-copy SharedArray type to Frame Processor Plugins (#2383) 2024-01-12 16:00:36 +01:00