Home
last modified time | relevance | path

Searched refs:g (Results 1 – 12 of 12) sorted by relevance

/rockchip-linux_mpp/
H A DAndroid.bp161 "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 DCMakeLists.txt145 # 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 Dav1d_parser.c487 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 Darm.linux.cross.cmake3 SET(CMAKE_CXX_COMPILER "${TOOLCHAIN}g++")
/rockchip-linux_mpp/build/linux/arm/
H A Darm.linux.cross.cmake3 SET(CMAKE_CXX_COMPILER "${TOOLCHAIN}g++")
/rockchip-linux_mpp/mpp/codec/rc/
H A Drc_model_v2_smt.c221 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 Drga.h104 RK_U8 g; member
/rockchip-linux_mpp/build/android/
H A DREADME.md51 * `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 Dandroid.toolchain.cmake871 …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 Dmpp_doxyfile296 # 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 DRockchip_Developer_Guide_MPP_CN.md966 | -g | gop参考模式,对应不同的TSVC码流。 …
H A DRockchip_Developer_Guide_MPP_EN.md906 | -g | gop reference mode |