Searched refs:mpp_log (Results 1 - 10 of 10) sorted by relevance
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_log.h | 27 * mpp_log is for important message like open/close/reset/flush, it will print too. 31 #define mpp_log(fmt, ...) _mpp_log(MODULE_TAG, fmt, NULL, ## __VA_ARGS__) macro 37 mpp_log(fmt, ## __VA_ARGS__); \
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_log.h | 27 * mpp_log is for important message like open/close/reset/flush, it will print too. 31 #define mpp_log(fmt, ...) _mpp_log(MODULE_TAG, fmt, NULL, ## __VA_ARGS__) macro 37 mpp_log(fmt, ## __VA_ARGS__); \
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_log.h | 27 * mpp_log is for important message like open/close/reset/flush, it will print too. 31 #define mpp_log(fmt, ...) _mpp_log(MODULE_TAG, fmt, NULL, ##__VA_ARGS__) macro 37 mpp_log(fmt, ##__VA_ARGS__); \
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_log.h | 70 * mpp_log is for important message like open/close/reset/flush, it will print too. 73 #define mpp_log(fmt, ...) mpp_logi(fmt, ## __VA_ARGS__) macro 79 #define mpp_log_c(cond, fmt, ...) do { if (cond) mpp_log(fmt, ## __VA_ARGS__); } while (0)
|
H A D | utils_mpp.h | 50 if (!quiet) mpp_log(fmt, ## __VA_ARGS__); \
|
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/ |
H A D | rk_list.cpp | 20 #include <mpp_log.h> 28 #define LIST_DEBUG(fmt, ...) mpp_log(fmt, ## __VA_ARGS__)
|
/device/soc/rockchip/rk3588/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 53 mpp_log("jpege default encode only one frame. Use -n [num] for rc case\n"); in test_ctx_init() 74 mpp_log("open camera device"); in test_ctx_init() 76 mpp_log("new framecap ok"); in test_ctx_init()
|
/device/soc/rockchip/rk3399/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 21 #include "mpp_log.h" 565 mpp_log("%p split_mode %d split_arg %d\n", ctx, p->split_mode, p->split_arg); in test_mpp_enc_cfg_setup() 895 mpp_log("%p mpi_enc_test encoder test start w %d h %d type %d\n", in hal_mpp_ctx_create()
|
/device/soc/rockchip/rk3568/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 22 #include "mpp_log.h" 557 mpp_log("%p split_mode %d split_arg %d\n", ctx, p->split_mode, p->split_arg); in test_mpp_enc_cfg_setup() 887 mpp_log("%p mpi_enc_test encoder test start w %d h %d type %d\n", in hal_mpp_ctx_create()
|
/device/soc/rockchip/common/hardware/mpp/src/ |
H A D | mpi_enc_utils.c | 21 #include "mpp_log.h" 543 mpp_log("%p split_mode %d split_arg %d\n", ctx, p->split_mode, p->split_arg); in test_mpp_enc_cfg_setup() 873 mpp_log("%p mpi_enc_test encoder test start w %d h %d type %d\n", p->ctx, p->width, p->height, p->type); in hal_mpp_ctx_create()
|
Completed in 7 milliseconds