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

/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp133 m_processingLatency(0),
444 *poLatency = m_downstreamLatency + m_processingLatency;
563 m_processingLatency = calcProcessingLatency();
564 PRINT(("\tprocessing latency = %" B_PRIdBIGTIME "\n", m_processingLatency));
567 SetEventLatency(m_downstreamLatency + m_processingLatency);
735 SetEventLatency(m_downstreamLatency + m_processingLatency);
H A DFlangerNode.h379 bigtime_t m_processingLatency; member in class:FlangerNode
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp239 m_processingLatency(0),
655 *outLatency = m_downstreamLatency + m_processingLatency;
783 // m_processingLatency = calcProcessingLatency();
784 // PRINT(("\tprocessing latency = %lld\n", m_processingLatency));
787 // SetEventLatency(m_downstreamLatency + m_processingLatency);
1001 SetEventLatency(m_downstreamLatency + m_processingLatency);
1334 m_processingLatency = calcProcessingLatency();
1335 PRINT(("\tprocessing latency = %" B_PRIdBIGTIME "\n", m_processingLatency));
1338 SetEventLatency(m_downstreamLatency + m_processingLatency);
H A DAudioFilterNode.h488 bigtime_t m_processingLatency; member in class:AudioFilterNode

Completed in 84 milliseconds