Searched refs:string (Results 1 – 13 of 13) sorted by relevance
| /rockchip-linux_mpp/test/ |
| H A D | mpp_parse_cfg.c | 50 static char *string_trim(char *string) in string_trim() argument 52 char *p = string; in string_trim() 55 if (string == NULL) in string_trim()
|
| H A D | CMakeLists.txt | 9 string(TOUPPER ${test_name} test_tag) 50 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/ |
| H A D | CMakeLists.txt | 74 string(TOLOWER "${CMAKE_SYSTEM_PROCESSOR}" SYSPROC) 146 string(REGEX REPLACE "-g[^ ]*" "" TMP "${CMAKE_C_FLAGS}") 147 string(REGEX REPLACE "[ ]+" " " CMAKE_C_FLAGS "${TMP}") 148 string(REGEX REPLACE "-g[^ ]*" "" TMP "${CMAKE_CXX_FLAGS}") 149 string(REGEX REPLACE "[ ]+" " " CMAKE_CXX_FLAGS "${TMP}") 217 string(REPLACE "\"" "\\\"" VERSION_INFO ${VERSION_INFO}) 240 string(REPLACE "\"" "\\\"" VERSION_LOG ${VERSION_LOG}) 307 string( REGEX REPLACE "^(.)* MODULE_TAG( )+\"(.*)\"" \\3 module_tag ${module_tag_line} )
|
| H A D | CHANGELOG.md | 432 - [mpp_cfg]: Refactor MppTrie and string cfg 466 - [base]: fix AV1 and AVS2 string info missing problem
|
| /rockchip-linux_mpp/build/android/ |
| H A D | android.toolchain.cmake | 283 string( REPLACE "ENV_" "" __var "${__var}" ) 315 string( REGEX REPLACE "${__ndkApiLevelRegex}" "\\1" ${_var} "${__apiFileContent}" ) 330 string( REPLACE "-gcc" "" ${_var} "${__gccExeName}" ) 425 string( REGEX MATCH "r([0-9]+)([a-z]?)" ANDROID_NDK_RELEASE "${ANDROID_NDK_RELEASE_FULL}" ) 430 …string( REGEX REPLACE "r([0-9]+)([a-z]?)" "\\1*1000" ANDROID_NDK_RELEASE_NUM "${ANDROID_NDK_RELEAS… 431 string( FIND " abcdefghijklmnopqastuvwxyz" "${CMAKE_MATCH_2}" __ndkReleaseLetterNum ) 437 string( LENGTH "${ANDROID_STANDALONE_TOOLCHAIN}" __length ) 438 string( SUBSTRING "${CMAKE_AR}" 0 ${__length} __androidStandaloneToolchainPreviousPath ) 492 string( LENGTH "${ANDROID_NDK_TOOLCHAINS_PATH}" __length ) 493 string( SUBSTRING "${CMAKE_AR}" 0 ${__length} __androidNdkPreviousPath ) [all …]
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_cfg_io.c | 87 char *string; member 255 impl->string = (char *)(impl + 1) + name_buf_len; in mpp_cfg_get_object() 256 strncpy(impl->string, val->str, str_len); in mpp_cfg_get_object() 268 impl->val.str = impl->string; in mpp_cfg_get_object() 1415 char *string = NULL; in parse_log_value() local 1420 parse_log_string(str, &string, &len, MPP_CFG_PARSER_TYPE_VALUE); in parse_log_value() 1421 if (!string) in parse_log_value() 1424 val.str = dup_str(string, len); in parse_log_value() 2014 char *string = NULL; in parse_json_value() local 2019 parse_json_string(str, &string, &len); in parse_json_value() [all …]
|
| /rockchip-linux_mpp/mpp/codec/rc/test/ |
| H A D | CMakeLists.txt | 11 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/kmpp/test/ |
| H A D | CMakeLists.txt | 8 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/kmpp/base/test/ |
| H A D | CMakeLists.txt | 8 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/osal/test/ |
| H A D | CMakeLists.txt | 8 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | CMakeLists.txt | 8 string(TOUPPER ${test_name} test_tag)
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 105 # used to form the text in various listings. Each string in this list, if found 293 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 296 # definitions whose arguments contain STL classes (e.g. func(std::string); 297 # versus func(std::string) {}). This also make the inheritance and collaboration 572 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still 721 # can produce. The string should contain the $file, $line, and $text tags, which 1164 # This tag specifies a string that should uniquely identify the documentation 1165 # set bundle. This should be a reverse domain-name style string, e.g. 1172 # The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify 1174 # string, e.g. com.mycompany.MyDocSet.documentation. [all …]
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 565 To alleviate this problem, MppEncCfg uses (void \*) as the type, and uses \<string-value\> for key … 583 The character string is generally defined by \[type:parameter\]. The supported character strings an… 585 |Parameter string |Interface |Actual type |Description | 720 …, the encoder will search the rate control strategy API of the specified string name in RcApiBrief…
|