Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3742 #define IS_BACKLOG_FULL(w) (((w)->max_bytes != 0 && (w)->messages_bytes >= (w)->max_bytes) || \ macro
4212 if (!IS_BACKLOG_FULL (watch)) in gst_rtsp_source_dispatch_write()
4469 if (!IS_BACKLOG_FULL (watch)) in gst_rtsp_watch_set_send_backlog()
4638 if (IS_BACKLOG_FULL (watch)) in gst_rtsp_watch_write_serialized_messages()
4887 while (IS_BACKLOG_FULL (watch)) { in gst_rtsp_watch_wait_backlog_usec()