|
MobileFFmpeg Android API
2.0
|
Go to the source code of this file.
Macros | |
| #define | ABI_ARMV7A_NEON "armeabi-v7a-neon" |
| #define | ABI_ARMV7A "armeabi-v7a" |
| #define | ABI_ARM "armeabi" |
| #define | ABI_X86 "x86" |
| #define | ABI_X86_64 "x86_64" |
| #define | ABI_ARM64_V8A "arm64-v8a" |
| #define | ABI_UNKNOWN "unknown" |
Functions | |
| JNIEXPORT jstring JNICALL | Java_com_arthenica_mobileffmpeg_AbiDetect_getAbi (JNIEnv *, jclass) |
| #define ABI_ARM "armeabi" |
Represents armeabi ABI.
Definition at line 33 of file abidetect.h.
| #define ABI_ARM64_V8A "arm64-v8a" |
Represents arm64-v8a ABI.
Definition at line 42 of file abidetect.h.
| #define ABI_ARMV7A "armeabi-v7a" |
Represents armeabi-v7a ABI.
Definition at line 30 of file abidetect.h.
| #define ABI_ARMV7A_NEON "armeabi-v7a-neon" |
Represents armeabi-v7a ABI with NEON support.
Definition at line 27 of file abidetect.h.
| #define ABI_UNKNOWN "unknown" |
Represents not supported ABIs.
Definition at line 45 of file abidetect.h.
| #define ABI_X86 "x86" |
Represents x86 ABI.
Definition at line 36 of file abidetect.h.
| #define ABI_X86_64 "x86_64" |
Represents x86_64 ABI.
Definition at line 39 of file abidetect.h.
| JNIEXPORT jstring JNICALL Java_com_arthenica_mobileffmpeg_AbiDetect_getAbi | ( | JNIEnv * | env, |
| jclass | object | ||
| ) |
Returns running ABI name.
| env | pointer to native method interface |
| object | reference to the class on which this method is invoked |
Definition at line 66 of file abidetect.c.
1.8.14