Android_Native_Surface icon indicating copy to clipboard operation
Android_Native_Surface copied to clipboard

Android Native Surface

Results 6 Android_Native_Surface issues
Sort by recently updated
recently updated
newest added

在aarch64 debian上编译报错 draw.h:22:10: fatal error: 'Egl/eglext.h' file not found 修改成 #include 后可以正常编译

aosp_res/10/aosp_native_surface如何编译 ~/src/screenrecord/jni/Android_Native_Surface-master/aosp_res.bak/10/aosp_native_surface/src$ /opt/android-sdk/ndk/r25c/toolchains/llvm/prebuilt/linux-x86_64/bin/clang --target=aarch64-none-linux-android21 --sysroot=/opt/android-sdk/ndk/r25c/toolchains/llvm/prebuilt/linux-x86_64/sysroot -g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -O3 -DNDEBUG -static-libstdc++ -Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments -Wl,--gc-sections -L/home/wode/src/screenrecord/jni/Android_Native_Surface-master/ffmpeg/lib/arm64-v8a -lEGL -lGLESv3 -llog -landroid -lGLESv2...

funcPointer.func_createNativeWindow = dlsym(handle, "_Z18createNativeWindowPKcjjb"); // 获取屏幕信息 funcPointer.func_getDisplayInfo = dlsym(handle, "_Z14getDisplayInfov"); // funcPointer.func_setSurfaceWH = dlsym(handle, "_Z12setSurfaceWHjj"); funcPointer.func_initRecord = dlsym(handle, "_Z10initRecordPKcfjj"); funcPointer.func_runRecord = dlsym(handle, "_Z9runRecordPbPFvPhmE"); funcPointer.func_stopRecord = dlsym(handle, "_Z10stopRecordv"); funcPointer.func_getRecordNativeWindow = dlsym(handle,...

大佬 ,小米9安卓11使用录屏功能提示 screenrecord Vector have different types (this=0x7fd659e1f0, rhs=0x7fd659e390) 这个怎么解决