Home
last modified time | relevance | path

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

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/gsttools/
H A Dqgstreamervideoprobecontrol.cpp56 m_flushing = true; in startFlushing()
70 m_flushing = false; in stopFlushing()
95 if (m_flushing || !m_format.isValid()) in probeBuffer()
H A Dqgstreamervideoprobecontrol_p.h94 bool m_flushing = false; variable
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/player/
H A Ddirectshowioreader.cpp146 if (m_flushing) in Request()
199 if (m_flushing) { in WaitForNext()
296 if (m_flushing) in BeginFlush()
299 m_flushing = true; in BeginFlush()
312 if (!m_flushing) in EndFlush()
315 m_flushing = false; in EndFlush()
H A Ddirectshowioreader.h113 bool m_flushing = false; variable
H A Dvideosurfacefilter.cpp209 if (m_videoSurfaceFilter->state() != State_Stopped && !m_flushing && !m_inErrorState) { in Receive()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/phonon/ds9/
H A Dqasyncreader.cpp82 if (m_flushing) { in Request()
128 m_flushing = true; in BeginFlush()
136 m_flushing = false; in EndFlush()
H A Dqmeminputpin.cpp84 m_flushing = true; in BeginFlush()
96 m_flushing = false; in EndFlush()
H A Dqpin.h90 bool m_flushing; variable
H A Dqpin.cpp148 m_parent(parent), m_flushing(false), m_refCount(1), m_connected(0), in QPin()
541 return m_flushing; in isFlushing()
/dports/news/nzbget/nzbget-21.1/daemon/nntp/
H A DArticleWriter.h104 bool GetFlushing() { return m_flushing; } in GetFlushing()
110 bool m_flushing = false; variable
H A DArticleWriter.cpp903 g_ArticleCache->m_flushing = true; in FlushGuard()
910 g_ArticleCache->m_flushing = false; in ~FlushGuard()
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/common/
H A Ddirectshowpin.cpp514 m_flushing = false; in setActive()
525 if (m_flushing) in EndOfStream()
536 m_flushing = true; in BeginFlush()
543 m_flushing = false; in EndFlush()
597 if (m_flushing) in Receive()
H A Ddirectshowpin.h170 bool m_flushing = false; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp156 , m_flushing(false) in QNetworkReplyHandlerCallQueue()
189 if (m_flushing) in flush()
192 m_flushing = true; in flush()
197 m_flushing = false; in flush()
H A DQNetworkReplyHandler.h59 bool m_flushing; variable
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_context.cpp60 m_flushing(false), in context()
2008 SASSERT(m_flushing || !cls->in_reinit_stack()); in del_clause()
2011 CTRACE("context", !m_flushing, display_clause_smt2(tout << "deleting ", *cls) << "\n";); in del_clause()
2944 flet<bool> l1(m_flushing, true); in flush()
H A Dsmt_context.h93 bool m_flushing; // (debug support) true when flushing variable
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_context.cpp59 m_flushing(false), in context()
2020 SASSERT(m_flushing || !cls->in_reinit_stack()); in del_clause()
2023 CTRACE("context", !m_flushing, display_clause_smt2(tout << "deleting ", *cls) << "\n";); in del_clause()
2956 flet<bool> l1(m_flushing, true); in flush()
H A Dsmt_context.h94 bool m_flushing; // (debug support) true when flushing variable