Searched refs:g (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/ |
| H A D | Android.bp | 161 "sed -e \"s|@VERSION_INFO@|\\\"$$VERSION_INFO\\\"|g\" " + 162 " -e \"s|@VERSION_CNT@|10|g\" " + 163 " -e \"s|@VERSION_HISTORY_0@|\\\"$$HISTORY_0\\\"|g\" " + 164 " -e \"s|@VERSION_HISTORY_1@|\\\"$$HISTORY_1\\\"|g\" " + 165 " -e \"s|@VERSION_HISTORY_2@|\\\"$$HISTORY_2\\\"|g\" " + 166 " -e \"s|@VERSION_HISTORY_3@|\\\"$$HISTORY_3\\\"|g\" " + 167 " -e \"s|@VERSION_HISTORY_4@|\\\"$$HISTORY_4\\\"|g\" " + 168 " -e \"s|@VERSION_HISTORY_5@|\\\"$$HISTORY_5\\\"|g\" " + 169 " -e \"s|@VERSION_HISTORY_6@|\\\"$$HISTORY_6\\\"|g\" " + 170 " -e \"s|@VERSION_HISTORY_7@|\\\"$$HISTORY_7\\\"|g\" " + [all …]
|
| H A D | CMakeLists.txt | 145 # remove -g option for high version ndk 146 string(REGEX REPLACE "-g[^ ]*" "" TMP "${CMAKE_C_FLAGS}") 148 string(REGEX REPLACE "-g[^ ]*" "" TMP "${CMAKE_CXX_FLAGS}") 154 add_definitions(-g) 183 add_definitions(-fsanitize=address -static-libasan -g)
|
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1d_parser.c | 487 void bytestream_init(GetByteCxt *g, in bytestream_init() argument 492 g->buffer = buf; in bytestream_init() 493 g->buffer_start = buf; in bytestream_init() 494 g->buffer_end = buf + buf_size; in bytestream_init() 497 static int bytestream_get_bytes_left(GetByteCxt *g) in bytestream_get_bytes_left() argument 499 return g->buffer_end - g->buffer; in bytestream_get_bytes_left() 502 static void bytestream_skipu(GetByteCxt *g, unsigned int size) in bytestream_skipu() argument 504 g->buffer += size; in bytestream_skipu() 507 static int bytestream_tell(GetByteCxt *g) in bytestream_tell() argument 509 return (int)(g->buffer - g->buffer_start); in bytestream_tell() [all …]
|
| /rockchip-linux_mpp/build/linux/aarch64/ |
| H A D | arm.linux.cross.cmake | 3 SET(CMAKE_CXX_COMPILER "${TOOLCHAIN}g++")
|
| /rockchip-linux_mpp/build/linux/arm/ |
| H A D | arm.linux.cross.cmake | 3 SET(CMAKE_CXX_COMPILER "${TOOLCHAIN}g++")
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2_smt.c | 221 RK_S32 g = gop_len; in bits_model_smt_init() local 222 RK_S32 idx = g <= 50 ? 0 : (g <= 100 ? 1 : (g <= 200 ? 2 : (g <= 300 ? 3 : 4))); in bits_model_smt_init() 230 … ctx->fixed_p_pred_bit = ((ctx->usr_cfg.bps_max * g / nfps - ctx->fixed_i_pred_bit) / (g - 1)) / 8; in bits_model_smt_init()
|
| /rockchip-linux_mpp/mpp/vproc/rga/ |
| H A D | rga.h | 104 RK_U8 g; member
|
| /rockchip-linux_mpp/build/android/ |
| H A D | README.md | 51 * `Release` builds without debug info (without `-g`) (because _ndk-build_ always creates a stripped… 54 * No builds for multiple platforms (e.g. building for both arm and x86 require to run cmake twice w…
|
| H A D | android.toolchain.cmake | 871 …ed devices and others when trying to use certain floating-point functions (e.g., cosf, sinf, expf). 1091 …set( CMAKE_CXX_COMPILER_ARG1 "${ANDROID_TOOLCHAIN_ROOT}/bin/${ANDROID_TOOLCHAIN_MACHINE_NAME}-g++$… 1099 …set( CMAKE_CXX_COMPILER "${ANDROID_TOOLCHAIN_ROOT}/bin/${ANDROID_TOOLCHAIN_MACHINE_NAME}-g++${TOOL… 1426 set( CMAKE_CXX_FLAGS_DEBUG "-O0 -g -DDEBUG -D_DEBUG" CACHE STRING "c++ Debug flags" ) 1427 set( CMAKE_C_FLAGS_DEBUG "-O0 -g -DDEBUG -D_DEBUG" CACHE STRING "c Debug flags" )
|
| /rockchip-linux_mpp/tools/ |
| H A D | mpp_doxyfile | 296 # definitions whose arguments contain STL classes (e.g. func(std::string); 337 # type (e.g. under the Public Functions section). Set it to NO to prevent 345 # are shown inside the group in which they are included (e.g. using \ingroup) 1025 # that doxygen needs, which is dependent on the configuration options used (e.g. 1165 # set bundle. This should be a reverse domain-name style string, e.g. 1174 # string, e.g. com.mycompany.MyDocSet.documentation. 1674 # bibliography, e.g. plainnat, or ieeetr. See 1931 # defined before the preprocessor is started (similar to the -D option of e.g.
|
| /rockchip-linux_mpp/doc/ |
| H A D | Rockchip_Developer_Guide_MPP_CN.md | 966 | -g | gop参考模式,对应不同的TSVC码流。 …
|
| H A D | Rockchip_Developer_Guide_MPP_EN.md | 906 | -g | gop reference mode |
|