Home
last modified time | relevance | path

Searched refs:mpp_logw_f (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_log.h48 #define mpp_logw_f(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… macro
62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0)
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_log.h48 #define mpp_logw_f(fmt, ...) _mpp_log_l(MPP_LOG_WARN, MODULE_TAG, fmt, __FUNCTION__, ## __VA_AR… macro
62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0)
/OK3568_Linux_fs/external/mpp/osal/driver/
H A Dmpp_service.c228 mpp_logw_f("enlarge reg offset buffer and get different pointer\n"); in mpp_service_next_reg_offset()