Home
last modified time | relevance | path

Searched refs:android (Results 1 – 13 of 13) sorted by relevance

/rockchip-linux_mpp/build/android/
H A Dndk_links.md5 https://dl.google.com/android/repository/android-ndk-r25c-windows.zip
6 https://dl.google.com/android/repository/android-ndk-r25c-darwin.dmg
7 https://dl.google.com/android/repository/android-ndk-r25c-linux.zip
13 https://dl.google.com/android/repository/android-ndk-r24-darwin.dmg
14 https://dl.google.com/android/repository/android-ndk-r24-linux.zip
15 https://dl.google.com/android/repository/android-ndk-r24-windows.zip
21 https://dl.google.com/android/repository/android-ndk-r23c-windows.zip
22 https://dl.google.com/android/repository/android-ndk-r23c-darwin.dmg
23 https://dl.google.com/android/repository/android-ndk-r23c-linux.zip
29 https://dl.google.com/android/repository/android-ndk-r22-darwin-x86_64.dmg
[all …]
H A Denv_setup.sh109 ~/work/android/ndk/
146 NDKS=`ls -r -d ${NDK_BASE}android-ndk-r*/`
236 TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake
239 TOOLCHAIN_FILE=${ANDROID_NDK}/build/cmake/android.toolchain.cmake
242 TOOLCHAIN_FILE=../android.toolchain.cmake
H A DREADME.md1 # android-cmake
3 …ased on experience from porting OpenCV library to Android: http://opencv.org/platforms/android.html
9 cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake \
18 …cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<ndk_path> -DCMAKE_BUILD_TYPE=R…
27 So if you have installed the NDK as `~/android-ndk-r10d` then _android-cmake_ will locate it automa…
33 * Android NDK (>= r5) http://developer.android.com/tools/sdk/ndk/index.html
78 …*ANDROID_NATIVE_API_LEVEL** - level of android API to build for. Can be set either to full name (e…
79 * `android-8` for ARM;
80 * `android-9` for x86 and MIPS;
81 * `android-21` for 64-bit ABIs.
[all …]
H A Dandroid.toolchain.cmake34 # See home page: https://github.com/taka-no-me/android-cmake
37 # $ export ANDROID_NDK=/absolute/path/to/the/android-ndk
39 # $ cmake -DCMAKE_TOOLCHAIN_FILE=path/to/the/android.toolchain.cmake ..
48 # $ SET ANDROID_NDK=C:\absolute\path\to\the\android-ndk
51 # -DCMAKE_TOOLCHAIN_FILE=path\to\the\android.toolchain.cmake
57 # ANDROID_NDK=/opt/android-ndk - path to the NDK root.
81 # ANDROID_NATIVE_API_LEVEL=android-8 - level of Android API compile for.
83 # Note: building for "android-L" requires explicit configuration.
89 # * aarch64-linux-android-4.9
90 # * aarch64-linux-android-clang3.4
[all …]
/rockchip-linux_mpp/build/android/x86/
H A Dmake-Android.bash5 ANDROID_NDK=/home/pub/ndk/android-ndk-r10d/
7 ANDROID_NDK=~/work/android/ndk/android-ndk-r10d/
10 PLATFORM=$ANDROID_NDK/platforms/android-21/arch-x86
12 cmake -DCMAKE_TOOLCHAIN_FILE=../android.toolchain.cmake \
19 -DANDROID_NATIVE_API_LEVEL=android-21 \
/rockchip-linux_mpp/mpp/legacy/
H A DppOp.cpp22 namespace android namespace
88 android::PP_OP_HANDLE hnd; in main()
143 android::PP_OPERATION opt; in main()
175 ret |= android::ppOpInit(&hnd, &opt); in main()
181 ret = android::ppOpPerform(hnd); in main()
185 ret = android::ppOpSync(hnd); in main()
189 ret = android::ppOpRelease(hnd); in main()
H A DppOp.h24 namespace android
/rockchip-linux_mpp/osal/
H A DCMakeLists.txt53 android/os_mem.c
54 android/os_env.c
55 android/os_log.c
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_CN.md1028 编码器的控制参数还可以通过环境变量配置。在android环境下,环境变量配置命令为:
1098 编译Android库需要使用ndk环境,默认脚本使用android-ndk-r16b进行编译。android-ndk-r16b和android-ndk-r25c均验证通过,前者适用于android
1102 r16b ndk的下载路径可以在源代码目录下的build/android/ndk_links.md文件里查找。
1104 把下载好的ndk解压到/home/pub/ndk/android-ndk-r16b,或者手动修改build/android/目录下env_setup.sh脚本的ANDROID_NDK变量路径。
1106 进入build/android/arm/目录,运行make-Android.bash脚本生成编译用Makefile,运行make –j16进行编译。
1120 <http://stackoverflow.com/questions/28413530/api-to-get-android-system-properties-is-removed-in-arm…
1122 解决方法:MPP中已经把对应的libc.so放到build/android/aarch64/fix/目录下,把库拷贝到path_to_ndk/platforms/android-21/arch-ar…
H A DRockchip_Developer_Guide_MPP_EN.md1046android-ndk-r16b. Both android-ndk-r16b and android-ndk-r25c are verified. The former applies to s…
1050 The download path for r16b ndk can be found in the build/android/ndk_links.md file in the source di…
1052 …k to /home/pub/ndk/android-ndk-r16b, or manually modify the ANDROID_NDK variable path of the env_s…
1054 Go to the build/android/arm/ directory, run the make-Android.bash script to generate the Makefile f…
1068android-system-properties-is-removed-in-arm6](http://stackoverflow.com/questions/28413530/api-to-g…
1070 …responding libc.so into the build/android/aarch64/fix/ directory, copy the library to the path_to_…
/rockchip-linux_mpp/
H A Dreadme.txt37 4. you can get demo about mpp applied to linux and android.
55 | |----- android android build directory
174 | |----- android google's android
H A DAndroid.bp140 "osal/android/*.c",
/rockchip-linux_mpp/build/android/aarch64/fix/
H A Dreadme.txt9 path_to_ndk/platforms/android-21/arch-arm64/usr/lib/