Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/include/opal/
H A Dlocalep.h320 …chronicity GetDefaultVideoSourceSynchronicity() const { return m_defaultVideoSourceSynchronicity; } in GetDefaultVideoSourceSynchronicity()
324 …void SetDefaultVideoSourceSynchronicity(Synchronicity sync) { m_defaultVideoSourceSynchronicity = … in SetDefaultVideoSourceSynchronicity()
348 Synchronicity m_defaultVideoSourceSynchronicity; variable
/dports/net/opal/opal-3.10.10/src/opal/
H A Dlocalep.cxx53 , m_defaultVideoSourceSynchronicity(e_Synchronous) in OpalLocalEndPoint()
206 return m_defaultVideoSourceSynchronicity; in GetSynchronicity()