Home
last modified time | relevance | path

Searched defs:log_warning (Results 1 – 2 of 2) 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