Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 37) sorted by relevance

12

/rockchip-linux_mpp/osal/
H A Dmpp_platform.c48 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 Dmpp_allocator.c116 .version = 1,
/rockchip-linux_mpp/
H A DCMakeLists.txt4 # - 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.gitignore79 /mpp/version.h
H A DAndroid.bp148 srcs: ["build/cmake/version.in"],
149 out: ["version.h"],
/rockchip-linux_mpp/debian/
H A Dcopyright27 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 Dchangelog230 * .gitignore: the intial version of gitignore
254 * The origin version from algorithmn group
/rockchip-linux_mpp/osal/inc/
H A Dmpp_allocator.h24 RK_U32 version; member
/rockchip-linux_mpp/inc/
H A Drk_hdr_meta_com.h104 RK_U16 version; /* payload structure version */ member
H A Drk_mpi.h81 RK_U32 version; member
H A Dvpu_api.h480 float version; \
/rockchip-linux_mpp/mpp/legacy/
H A DCMakeLists.txt31 # NOTE: due to legacy libray naming issue we can not support version on Android
H A Dvpu_mem_legacy.c147 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 DREADME.md51 …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 Denv_setup.sh87 CMAKE_VERSION=$(${CMAKE_PROGRAM} --version | grep "version" | cut -d " " -f 3)
H A Dandroid.toolchain.cmake87 # 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 Davsd_parse.c231 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 Davsd_parse.h115 RK_U8 version; member
/rockchip-linux_mpp/mpp/inc/
H A Dmpp_cfg.h13 char version[116]; member
/rockchip-linux_mpp/tools/
H A Dchangelog.sh97 --version | -t)
/rockchip-linux_mpp/mpp/
H A DCMakeLists.txt57 # NOTE: due to legacy libray naming issue we can not support version on Android
H A Dmpi.c383 .version = 0,
433 mpp_api.version = 0; in mpp_create()
/rockchip-linux_mpp/mpp/common/
H A Dvp8d_syntax.h55 RK_U8 version : 3; member
/rockchip-linux_mpp/mpp/hal/vpu/vp8d/
H A Dhal_vp8d_vdpu2.c542 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 Dhal_vp8d_vdpu1.c559 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()

12