Dana
2025-11-29 0a1b90c703bec5f407e9f29c8cc3f800b137127e
refs
用户 Dana <Dana_Lee1016@126.com>
星期六, 十一月 29, 2025 11:59 +0800
提交者 Dana <Dana_Lee1016@126.com>
星期六, 十一月 29, 2025 11:59 +0800
提交0a1b90c703bec5f407e9f29c8cc3f800b137127e
目录 bd23c1f4d29e747a0e6ad9389d051445aa668d26 目录 |
parent
1.含有摄像头库  一个activity
74个文件已添加
已修改文件
app/.gitignore 对比 | 查看 | 原始文档 | blame | 历史
app/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
app/proguard-rules.pro 对比 | 查看 | 原始文档 | blame | 历史
app/src/androidTest/java/com/anyun/h264/ExampleInstrumentedTest.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/anyun/h264/MainActivity.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/anyun/h264/ui/theme/Color.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/anyun/h264/ui/theme/Theme.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/java/com/anyun/h264/ui/theme/Type.kt 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable-v24/ic_launcher_foreground.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/drawable/ic_launcher_background.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-hdpi/ic_launcher.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-hdpi/ic_launcher_round.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-mdpi/ic_launcher.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-mdpi/ic_launcher_round.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/ic_launcher.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_launcher.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/colors.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/strings.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/values/themes.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/xml/backup_rules.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/main/res/xml/data_extraction_rules.xml 对比 | 查看 | 原始文档 | blame | 历史
app/src/test/java/com/anyun/h264/ExampleUnitTest.kt 对比 | 查看 | 原始文档 | blame | 历史
build.gradle 对比 | 查看 | 原始文档 | blame | 历史
gradle.properties 对比 | 查看 | 原始文档 | blame | 历史
gradle/libs.versions.toml 对比 | 查看 | 原始文档 | blame | 历史
gradle/wrapper/gradle-wrapper.properties 对比 | 查看 | 原始文档 | blame | 历史
local.properties 对比 | 查看 | 原始文档 | blame | 历史
settings.gradle 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/CMakeLists.txt 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/build.gradle 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/androidTest/java/com/anyun/libusbcamera/ExampleInstrumentedTest.java 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/AndroidManifest.xml 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/ImageProc.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/ImageProc.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/ROMData.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/ROMData.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/SFData.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/SFData.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/SonixCamera.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/SonixCamera.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/XUOptDev.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/XUOptDev.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/SonixCamera/util.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/charencode.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/charencode.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/jpeg.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/jpeg.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/libyuv.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/libyuv.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/native-lib.cpp 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/watermark.c 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/cpp/watermark.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/java/com/anyun/libusbcamera/UsbCamera.java 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/java/com/anyun/libusbcamera/UsbCameraFormat.java 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/java/com/anyun/libusbcamera/UsbCameraInfo.java 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/java/com/anyun/libusbcamera/WatermarkParam.java 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/arm64-v8a/libjpeg.so 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/arm64-v8a/libturbojpeg.so 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/armeabi-v7a/libjpeg.so 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/armeabi-v7a/libturbojpeg.so 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/includes/jconfig.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/includes/jerror.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/includes/jmorecfg.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/includes/jpeglib.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/jniLibs/includes/turbojpeg.h 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/main/res/values/strings.xml 对比 | 查看 | 原始文档 | blame | 历史
usbcameralib/src/test/java/com/anyun/libusbcamera/ExampleUnitTest.java 对比 | 查看 | 原始文档 | blame | 历史