Home
last modified time | relevance | path

Searched refs:target (Results 1 – 11 of 11) sorted by relevance

/rockchip-linux_mpp/build/android/
H A DREADME.md51 …se _ndk-build_ always creates a stripped version but cmake delays this for `install/strip` target);
64 …_android-cmake_ allows to select between several compiler toolchains and target platforms. Most of…
67target Application Binary Interface (ABI). This option nearly matches to the APP_ABI variable used…
78 …: `android-8`) or a numeric value (example: `17`). The default API level depends on the target ABI:
140 * **ANDROID_LIBM_PATH** - path to `libm.so` (set to something like `$(TOP)/out/target/product/<prod…
165 * `NEON` - set if target ABI supports Neon;
174 …ally expected to find libraries and packages belonging to the same build target. So _android-cmake…
187 # Search packages for host system instead of packages for target system
H A Dandroid.toolchain.cmake60 # ANDROID_ABI=armeabi-v7a - specifies the target Application Binary
67 # this ABI target is used by default
636 # choose target ABI
638 # verify that target ABI is supported
648 # set target ABI options
822 # remember target ABI
823 set( ANDROID_ABI "${ANDROID_ABI}" CACHE STRING "The target ABI for Android. If arm, then armeabi-v7…
1410 set( ANDROID_CXX_FLAGS "-target ${ANDROID_LLVM_TRIPLE} -Qunused-arguments ${ANDROID_CXX_FLAGS}" )
1571 # where is the target environment
1687 # ANDROID_LIBM_PATH : path to libm.so (set to something like $(TOP)/out/target/product/<product_n…
/rockchip-linux_mpp/doc/design/
H A D1.mpp_design.txt8 The design target of mpp is to connect different Rockchip hardware kernel driver
29 The target OS platform including Android, Linux, ChromeOS and windows. Mpp uses
H A D4.mpp_task.txt5 mode. The target of advanced mode is to provide flexible, multiple input/output
/rockchip-linux_mpp/debian/
H A Dchangelog161 * [drm]: use mmap() in native way for GNU Linux target
214 * [drm]: use mmap64() in native way for GNU Linux target
246 * mpp: install mpp library to target
/rockchip-linux_mpp/osal/
H A DCMakeLists.txt51 # Those files have a compiler marco protection, so only target
/rockchip-linux_mpp/
H A DCMakeLists.txt18 # Search packages for host system instead of packages for target system
H A DCHANGELOG.md469 - [hal]: Fix target link issue
/rockchip-linux_mpp/mpp/codec/dec/av1/
H A Dav1d_cbs.c281 static RK_S32 mpp_av1_tile_log2(RK_S32 blksize, RK_S32 target) in mpp_av1_tile_log2() argument
284 for (k = 0; (blksize << k) < target; k++); in mpp_av1_tile_log2()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md587 …CBR is Constant Bit Rate,fixed bit rate mode。In fixed bit rate mode, the target bit rate plays a d…
588 |rc:bps_target|S32|RK_S32|Indicates the target code rate in CBR mode.|
956 Default bitrate control parameters for the encoder, with a target bitrate of 7.8 Mbps, a lower refe…
/rockchip-linux_mpp/tools/
H A Dmpp_doxyfile2040 # and usage relations if the target is undocumented or is not a class.