| /rockchip-linux_mpp/osal/ |
| H A D | mpp_mem.c | 32 #define MEM_HEAD_ROOM(debug) ((debug & MEM_EXT_ROOM) ? (MEM_ALIGN) : (0)) argument 135 rk_u32 debug; member 242 if ((srv->debug & MEM_EXT_ROOM) == 0) in check_mem() 269 if ((srv->debug & MEM_EXT_ROOM) == 0) in check_node() 277 if ((srv->debug & MEM_POISON) == 0) in check_poison() 313 if (srv->debug & MEM_NODE_LOG) in reset_node() 328 if (srv->debug & MEM_EXT_ROOM) in reset_node() 340 if (srv->debug & MEM_RUNTIME_LOG) in add_log() 366 if (srv->debug & MEM_NODE_LOG) in add_node() 414 if (srv->debug & MEM_NODE_LOG) in del_node() [all …]
|
| H A D | mpp_lock.c | 22 mpp_env_get_u32("mpp_lock_debug", &lock->debug, 0); in mpp_spinlock_init() 29 if (lock->debug) in mpp_spinlock_lock() 37 if (lock->debug && time) { in mpp_spinlock_lock() 45 if (lock->debug && lock->count) { in mpp_spinlock_deinit() 61 if (lock->debug) in mpp_spinlock_trylock() 66 if (ret && lock->debug && time) { in mpp_spinlock_trylock()
|
| /rockchip-linux_mpp/osal/inc/ |
| H A D | mpp_debug.h | 25 #define _mpp_dbg(debug, flag, fmt, ...) mpp_log_c((debug) & (flag), fmt, ## __VA_ARGS__) argument 26 #define _mpp_dbg_f(debug, flag, fmt, ...) mpp_log_cf((debug) & (flag), fmt, ## __VA_ARGS__) argument
|
| H A D | mpp_lock.h | 40 RK_U32 debug; member
|
| /rockchip-linux_mpp/mpp/ |
| H A D | mpp_impl.c | 40 RK_U32 debug; member 296 p->debug = mpp_debug; in mpp_dump_init() 335 if (p->debug & MPP_DBG_DUMP_IN) in mpp_ops_init() 338 if (p->debug & MPP_DBG_DUMP_OUT) { in mpp_ops_init() 344 if (p->debug & MPP_DBG_DUMP_CFG) in mpp_ops_init() 347 if (p->debug & MPP_DBG_DUMP_IN) { in mpp_ops_init() 353 if (p->debug & MPP_DBG_DUMP_OUT) in mpp_ops_init() 356 if (p->debug & MPP_DBG_DUMP_CFG) in mpp_ops_init() 422 if (p->debug & MPP_DBG_DUMP_LOG) { in mpp_ops_dec_get_frm() 445 if (p->debug & MPP_DBG_DUMP_LOG) { in mpp_ops_enc_put_frm()
|
| H A D | CMakeLists.txt | 79 COMMAND ${CMAKE_STRIP} --strip-debug lib${MPP_SHARED}.a
|
| /rockchip-linux_mpp/mpp/base/test/ |
| H A D | mpp_buffer_test.c | 49 RK_U32 debug = 0; in main() local 52 mpp_env_get_u32("mpp_buffer_debug", &debug, 0); in main() 54 mpp_log("mpp_buffer_test start with debug 0x%x\n", debug); in main()
|
| /rockchip-linux_mpp/build/linux/x86_64/ |
| H A D | make-Makefiles.bash | 8 -DCMAKE_BUILD_TYPE=debug \
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_enc_ref.c | 51 mpp_env_get_u32("enc_ref_cfg_debug", &p->debug, 0); in mpp_enc_ref_cfg_init() 131 if (p->debug) in mpp_enc_ref_cfg_add_lt_cfg() 151 if (p->debug) in mpp_enc_ref_cfg_add_st_cfg() 418 .debug = 0,
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_enc_ref.h | 40 RK_U32 debug; member
|
| /rockchip-linux_mpp/tools/ |
| H A D | resolution_test.sh | 150 -l|--log) cmd_log="true"; ;; -d|--debug) cmd_debug="true"; ;;
|
| /rockchip-linux_mpp/build/android/ |
| H A D | env_setup.sh | 38 --debug)
|
| H A D | README.md | 51 * `Release` builds without debug info (without `-g`) (because _ndk-build_ always creates a stripped…
|
| H A D | android.toolchain.cmake | 1432 # put flags to cache (for debug purpose only)
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_obj_macro.h | 66 #define KMPP_OBJ_DEF_DEUBG(x) CONCAT_US(x, debug)
|
| H A D | kmpp_obj_helper.h | 362 mpp_env_get_u32(TO_STR(CONCAT_US(KMPP_OBJ_NAME, debug)), &KMPP_OBJ_DEF_DEUBG(KMPP_OBJ_NAME), 0);
|
| /rockchip-linux_mpp/ |
| H A D | CHANGELOG.md | 207 - [sys_cfg]: Add debug info 674 - [vp8d]: optimize vp8d debug
|