| /rockchip-linux_mpp/mpp/ |
| H A D | codecs.cmake | 4 option(ENABLE_AVSD "Enable avs decoder" ON) 14 option(ENABLE_AVS2D "Enable avs2 decoder" ON) 24 option(ENABLE_H263D "Enable h.263 decoder" ON) 33 option(ENABLE_H264D "Enable h.264 decoder" ON) 40 option(ENABLE_FASTPLAY_ONCE "Enable h.264 decoder fast play once" OFF) 46 option(ENABLE_H265D "Enable h.265 decoder" ON) 55 option(ENABLE_MPEG2D "Enable mpeg2 decoder" ON) 64 option(ENABLE_MPEG4D "Enable mpeg4 decoder" ON) 73 option(ENABLE_VP8D "Enable vp8 decoder" ON) 82 option(ENABLE_VP9D "Enable vp9 decoder" ON) [all …]
|
| H A D | vproc.cmake | 1 option(ENABLE_VPROC "Enable video process" ON) 7 option(ENABLE_VPROC_VDPP "Enable video display post processor" OFF)
|
| /rockchip-linux_mpp/osal/linux/ |
| H A D | os_log.c | 22 int option = LOG_PID; in syslog_wrapper_init() local 28 option |= LOG_PERROR; in syslog_wrapper_init() 32 option |= LOG_CONS; in syslog_wrapper_init() 34 openlog("mpp", option, LOG_USER); in syslog_wrapper_init()
|
| /rockchip-linux_mpp/ |
| H A D | CMakeLists.txt | 65 option(BUILD_TEST "enable test binary building)" ON) 145 # remove -g option for high version ndk 181 option(ASAN_CHECK "enable Address Sanitizer (Asan)" OFF) 275 option(WARNINGS_AS_ERRORS "Stop compiles on first warning" OFF) 295 # Share library option 297 option(BUILD_SHARED_LIBS "Build shared library" ON) 329 # OSAL is needed on all platform, do not need option
|
| H A D | CHANGELOG.md | 68 - [mpp_enc_cfg]: Add base:smart_en option 101 - [enc_utils]: Remove duplicate option 232 - [os_log]: Modify default log option for linux 647 - [dec_test]: Add buffer mode option 658 - [cmake]: Remove HAVE_DRM option
|
| /rockchip-linux_mpp/test/ |
| H A D | CMakeLists.txt | 14 option(${test_tag} "Build mpp ${module}.${ext} unit test" ${BUILD_TEST}) 55 option(${test_tag} "Build legacy ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/rga/test/ |
| H A D | CMakeLists.txt | 6 option(RGA_TEST "Build base rga unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/iep/test/ |
| H A D | CMakeLists.txt | 6 option(IEP_TEST "Build base iep unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/iep2/test/ |
| H A D | CMakeLists.txt | 6 option(IEP2_TEST "Build base iep2 unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | CMakeLists.txt | 6 option(VDPP_TEST "Build base vdpp unit test" ${BUILD_TEST})
|
| H A D | hwpq_test.c | 301 static struct option long_options[] = { in parse_cmd()
|
| H A D | vdpp_test.c | 487 static struct option long_options[] = { in main()
|
| /rockchip-linux_mpp/mpp/codec/rc/test/ |
| H A D | CMakeLists.txt | 13 option(${test_tag} "Build rc ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/kmpp/test/ |
| H A D | CMakeLists.txt | 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | CMakeLists.txt | 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | CMakeLists.txt | 13 option(${test_tag} "Build osal ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | CMakeLists.txt | 13 option(${test_tag} "Build base ${module} unit test" ${BUILD_TEST})
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where 303 # If you use Microsoft's C++/CLI language, you should set this option to YES to 318 # getter and setter methods for a property. Setting this option to YES will make 322 # should set this option to NO. 449 # section is generated. This option has no effect if EXTRACT_ALL is enabled. 456 # to NO these classes will be included in the various overviews. This option has 487 # and Mac users are advised to set this option to NO. 543 # Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief 545 # Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting 561 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. [all …]
|
| /rockchip-linux_mpp/debian/ |
| H A D | copyright | 28 (at your option) any later version.
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 67 * **ANDROID_ABI** - specifies the target Application Binary Interface (ABI). This option nearly mat… 84 * **ANDROID_TOOLCHAIN_NAME** - the name of compiler toolchain to be used. This option allows to sel…
|
| H A D | android.toolchain.cmake | 61 # Interface (ABI). This option nearly matches to the APP_ABI variable 182 # will be set true, mutually exclusive. NEON option will be set true 1326 # So this flag option is required for all projects using OpenGL from native. 1382 Rerun cmake with -DANDROID_GOLD_LINKER=ON option in case of problems.
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 818 | -v | trace option: q - quiet; f - show fps | 912 | -v | trace option: q - quiet; f - show fps | 936 In mpi_enc_test command parameters, if the logging option (v) is set to q, MPP daily logging will b…
|