修改MainActivity 文件名为 FaceActivity

This commit is contained in:
xsl
2025-10-21 15:07:50 +08:00
parent 220e1873f9
commit eb507c0529
29 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -87,7 +87,7 @@ void processWithVulkan(uint8_t* data, int width, int height, int format,
extern "C"
JNIEXPORT void JNICALL
Java_com_hmwl_sample_MainActivity_processImageNative(JNIEnv *env, jobject thiz, jobject buffer,
Java_com_hmwl_sample_FaceActivity_processImageNative(JNIEnv *env, jobject thiz, jobject buffer,
jint width, jint height, jint format,
jint row_stride, jint pixel_stride,
jint rotation) {
@@ -107,7 +107,7 @@ Java_com_hmwl_sample_MainActivity_processImageNative(JNIEnv *env, jobject thiz,
extern "C"
JNIEXPORT void JNICALL
Java_com_hmwl_sample_MainActivity_passDataToNative(JNIEnv *env, jobject thiz, jobject buffer,
Java_com_hmwl_sample_FaceActivity_passDataToNative(JNIEnv *env, jobject thiz, jobject buffer,
jint point_count, jint width, jint height) {
float* pos = static_cast<float*>(env->GetDirectBufferAddress(buffer));