| /rockchip-linux_mpp/osal/ |
| H A D | mpp_platform.c | 48 MppKernelVersion version = KERNEL_UNKNOWN; in check_kernel_version() local 53 return version; in check_kernel_version() 73 version = KERNEL_3_10; in check_kernel_version() 76 version = KERNEL_4_4; in check_kernel_version() 78 version = KERNEL_4_19; in check_kernel_version() 81 version = KERNEL_5_10; in check_kernel_version() 84 version = KERNEL_6_1; in check_kernel_version() 92 return version; in check_kernel_version()
|
| H A D | mpp_allocator.c | 116 .version = 1,
|
| /rockchip-linux_mpp/ |
| H A D | CMakeLists.txt | 4 # - 10:34 2015/7/27: Initial version <herman.chen@rock-chips.com> 16 message(STATUS "cmake version ${CMAKE_VERSION}") 145 # remove -g option for high version ndk 190 # Create git version information 194 set(VERSION_INFO "\"unknown mpp version for missing VCS info\"") 202 # get current version info 215 message(STATUS "current version:") 226 # get history version information 228 message(STATUS "git version history:") 246 message(STATUS "total ${VERSION_CNT} git version recorded") [all …]
|
| H A D | .gitignore | 79 /mpp/version.h
|
| H A D | Android.bp | 148 srcs: ["build/cmake/version.in"], 149 out: ["version.h"],
|
| /rockchip-linux_mpp/debian/ |
| H A D | copyright | 27 the Free Software Foundation; either version 2 of the License, or 28 (at your option) any later version. 39 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
| H A D | changelog | 230 * .gitignore: the intial version of gitignore 254 * The origin version from algorithmn group
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_allocator.h | 24 RK_U32 version; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | rk_hdr_meta_com.h | 104 RK_U16 version; /* payload structure version */ member
|
| H A D | rk_mpi.h | 81 RK_U32 version; member
|
| H A D | vpu_api.h | 480 float version; \
|
| /rockchip-linux_mpp/mpp/legacy/ |
| H A D | CMakeLists.txt | 31 # NOTE: due to legacy libray naming issue we can not support version on Android
|
| H A D | vpu_mem_legacy.c | 147 p_mempool->version = 1; in open_vpu_memory_pool() 184 p_mempool->version = 0; in create_vpu_memory_pool_allocator()
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 51 …debug info (without `-g`) (because _ndk-build_ always creates a stripped version but cmake delays … 66 …oid NDK. If not set then _android-cmake_ will search for the most recent version of supported NDK … 84 …n the NDK version and will be printed by toolchain file if an invalid value is set. By default _an… 167 * `ANDROID_NDK_RELEASE` - version of the Android NDK 236 …you still facing problems with assembler then try to upgrade your CMake to version newer than 2.8.5
|
| H A D | env_setup.sh | 87 CMAKE_VERSION=$(${CMAKE_PROGRAM} --version | grep "version" | cut -d " " -f 3)
|
| H A D | android.toolchain.cmake | 87 # version. For NDK r10c the possible values are: 955 …execute_process( COMMAND "${ANDROID_CLANG_TOOLCHAIN_ROOT}/bin/clang${TOOL_OS_SUFFIX}" --version OU… 1385 endif() # version 4.6 1676 # ANDROID_NATIVE_API_LEVEL : 3,4,5,8,9,14,15,16,17,18,19,21 (depends on NDK version) 1680 # ANDROID_SO_UNDEFINED : OFF/ON (default depends on NDK version) 1704 # VFPV3 : TRUE if VFP version 3 is enabled 1714 # ANDROID_NDK_RELEASE_NUM : numeric ANDROID_NDK_RELEASE version (1000*major+minor) 1721 # ANDROID_COMPILER_VERSION : GCC version used (not Clang version) 1722 # ANDROID_CLANG_VERSION : version of clang compiler if clang is used
|
| /rockchip-linux_mpp/mpp/codec/dec/avs/ |
| H A D | avsd_parse.c | 231 vsh->version = 0; in get_i_picture_header() 234 vsh->version = 1; in get_i_picture_header() 238 vsh->version = 1; in get_i_picture_header() 242 vsh->version = 1; in get_i_picture_header() 247 if (vsh->version > 0) in get_i_picture_header()
|
| H A D | avsd_parse.h | 115 RK_U8 version; member
|
| /rockchip-linux_mpp/mpp/inc/ |
| H A D | mpp_cfg.h | 13 char version[116]; member
|
| /rockchip-linux_mpp/tools/ |
| H A D | changelog.sh | 97 --version | -t)
|
| /rockchip-linux_mpp/mpp/ |
| H A D | CMakeLists.txt | 57 # NOTE: due to legacy libray naming issue we can not support version on Android
|
| H A D | mpi.c | 383 .version = 0, 433 mpp_api.version = 0; in mpp_create()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | vp8d_syntax.h | 55 RK_U8 version : 3; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8d/ |
| H A D | hal_vp8d_vdpu2.c | 542 if (pic_param->version != 3) { in hal_vp8d_vdpu2_gen_regs() 546 if (pic_param->decMode == VP8HWD_VP8 && (pic_param->version & 0x3)) { in hal_vp8d_vdpu2_gen_regs() 586 if ((pic_param->version & 0x3) == 0) in hal_vp8d_vdpu2_gen_regs()
|
| H A D | hal_vp8d_vdpu1.c | 559 if (pic_param->version != 3) in hal_vp8d_vdpu1_gen_regs() 562 if (pic_param->decMode == VP8HWD_VP8 && (pic_param->version & 0x3)) in hal_vp8d_vdpu1_gen_regs() 611 if ((pic_param->version & 0x3) == 0) in hal_vp8d_vdpu1_gen_regs()
|