Home
last modified time | relevance | path

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

/dports/net/opal/opal-3.10.10/src/opal/
H A Dopalmixer.cxx535 , m_lastStreamCount(0) in OpalVideoMixer()
612 if (m_lastStreamCount != m_inputStreams.size()) { in MixStreams()
616 m_lastStreamCount = m_inputStreams.size(); in MixStreams()
618 switch (m_lastStreamCount) { in MixStreams()
/dports/net/opal/opal-3.10.10/include/opal/
H A Dopalmixer.h368 size_t m_lastStreamCount; variable