Searched refs:m_downstreamLatency (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp132 m_downstreamLatency(0),
444 *poLatency = m_downstreamLatency + m_processingLatency;
553 err = FindLatencyFor(m_output.destination, &m_downstreamLatency, &timeSource);
557 PRINT(("\tdownstream latency = %" B_PRIdBIGTIME "\n", m_downstreamLatency));
567 SetEventLatency(m_downstreamLatency + m_processingLatency);
734 m_downstreamLatency = newLatency;
735 SetEventLatency(m_downstreamLatency + m_processingLatency);
H A DFlangerNode.h376 bigtime_t m_downstreamLatency; member in class:FlangerNode
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp238 m_downstreamLatency(0),
655 *outLatency = m_downstreamLatency + m_processingLatency;
773 err = FindLatencyFor(m_output.destination, &m_downstreamLatency, &timeSource);
777 PRINT(("\tdownstream latency = %" B_PRIdBIGTIME "\n", m_downstreamLatency));
787 // SetEventLatency(m_downstreamLatency + m_processingLatency);
1000 m_downstreamLatency = newLatency;
1001 SetEventLatency(m_downstreamLatency + m_processingLatency);
1338 SetEventLatency(m_downstreamLatency + m_processingLatency);
H A DAudioFilterNode.h485 bigtime_t m_downstreamLatency; member in class:AudioFilterNode

Completed in 100 milliseconds