Searched refs:mpp_logw (Results 1 – 6 of 6) sorted by relevance
| /rockchip-linux_mpp/osal/test/ |
| H A D | mpp_log_test.c | 20 mpp_logw("test mpp_logw\n"); in main() 31 mpp_logw("test mpp_logw\n"); in main() 42 mpp_logw("test mpp_logw\n"); in main() 53 mpp_logw("test mpp_logw\n"); in main() 64 mpp_logw("test mpp_logw\n"); in main() 75 mpp_logw("test mpp_logw\n"); in main() 86 mpp_logw("test mpp_logw\n"); in main()
|
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_log.c | 84 mpp_logw("warning: use new logx function\n"); in _mpp_log() 95 mpp_logw("warning: use new logx function\n"); in _mpp_err() 199 mpp_logw("log level should in range [%d : %d] invalid intput %d\n", in mpp_set_log_level()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_log.h | 32 #define mpp_logw(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, NULL, ## __VA_ARGS__) macro 46 #define mpp_logw_c(cond, fmt, ...) do { if (cond) mpp_logw(fmt, ## __VA_ARGS__); } while (0)
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541.c | 482 mpp_logw("Warning: nv21/nv42 fmt not supported, will encode as nv12/nv24.\n"); in setup_vepu541_prep()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu541.c | 1079 mpp_logw("Warning: nv21/nv42 fmt not supported, will encode as nv12/nv24.\n"); in vepu541_h265_set_pp_regs()
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_enc_impl.c | 1100 … mpp_logw("warning: Only rk3576's HEVC encoder support constraint intra prediction flag = 1."); in proc_h265_cfg()
|