Home
last modified time | relevance | path

Searched refs:m_byGDCurrentClockState (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCGdDspCommObject.cpp58 m_byGDCurrentClockState = GD_CLOCK_UNDEF; in CGdDspCommObject()
149 if ( m_byGDCurrentClockState == byGDClockState ) in SetSampleRate()
178 m_byGDCurrentClockState = byGDClockState; in SetSampleRate()
240 m_byGDCurrentClockState = GD_CLOCK_UNDEF; in GoComatose()
H A DCGinaDspCommObject.cpp113 m_byGDCurrentClockState = GD_CLOCK_UNDEF; in SetInputClock()
130 m_byGDCurrentClockState = GD_CLOCK_SPDIFIN; in SetInputClock()
H A DCGdDspCommObject.h67 BYTE m_byGDCurrentClockState; variable