Home
last modified time | relevance | path

Searched defs:log_warning (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dv4l2_m2m_enc.c53 …t_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int value, const char *name, int log_warning) in v4l2_set_ext_ctrl()
74 …_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int *value, const char *name, int log_warning) in v4l2_get_ext_ctrl()
/third_party/python/PC/layout/support/
Dlogging.py73 def log_warning(msg, *args, **kwargs): function
/third_party/eudev/src/shared/
Dlog.h107 #define log_warning(...) log_full(LOG_WARNING, __VA_ARGS__) macro