Home
last modified time | relevance | path

Searched refs:m_pEG (Results 1 – 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCMidiInQ.cpp58 m_pEG = NULL; in CMidiInQ()
82 m_pEG = pEG; in Init()
230 if (NULL == m_pEG) in Arm()
269 m_pEG->GetDspCommObject()->SetMidiOn( TRUE ); in Arm()
309 if (m_pEG) in Disarm()
310 m_pEG->GetDspCommObject()->SetMidiOn( FALSE ); in Disarm()
335 if (NULL == m_pEG) in ArmMtcSync()
344 m_pMtcSync = new CMtcSync( m_pEG ); in ArmMtcSync()
351 m_pEG->GetDspCommObject()->SetMidiOn( TRUE ); in ArmMtcSync()
369 if (NULL == m_pEG) in DisarmMtcSync()
[all …]
H A DCMonitorCtrl.cpp64 m_pEG = pEG; in Init()
151 if ( (wBusIn < m_pEG->GetFirstDigitalBusIn()) && in Init()
170 m_pEG->GetDspCommObject()->UpdateAudioOutLineLevel(); in Init()
217 if (NULL == m_pEG) in SetGain()
257 m_pEG->MixerControlChanged(ECHO_MONITOR,MXN_LEVEL,wBusIn,wBusOut); in SetGain()
270 iLeft += m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()
271 iRight += m_pEG->m_BusOutLineLevels[wBusOut + 1].GetGain(); in SetGain()
283 if ( m_pEG->m_BusOutLineLevels[wBusOut].IsMuteOn() ) in SetGain()
298 if ( m_pEG->m_BusOutLineLevels[wBusOut + 1].IsMuteOn() ) in SetGain()
319 if ( (NULL == m_pEG) || in SetGain()
[all …]
H A DCPipeOutCtrl.cpp67 m_pEG = pEG; in Init()
248 if ( NULL == m_pEG) in SetGain()
287 m_pEG->MixerControlChanged(ECHO_PIPE_OUT,MXN_LEVEL,wPipeOut,wBusOut); in SetGain()
308 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()
310 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut+1].GetGain(); in SetGain()
323 if ( (m_pEG->m_BusOutLineLevels[wBusOut].IsMuteOn()) || in SetGain()
333 if ( (m_pEG->m_BusOutLineLevels[wBusOut + 1].IsMuteOn()) || in SetGain()
347 Status = m_pEG->GetDspCommObject()->SetPipeOutGain(wPipeOut, in SetGain()
356 Status = m_pEG->GetDspCommObject()->SetPipeOutGain(wPipeOut, in SetGain()
369 iBusOutGain = m_pEG->m_BusOutLineLevels[wBusOut].GetGain(); in SetGain()
[all …]
H A DCPipeOutCtrl.h46 CEchoGals *m_pEG; variable
69 ECHOSTATUS Init(CEchoGals *m_pEG);
H A DCMonitorCtrl.h50 CEchoGals *m_pEG; variable
69 ECHOSTATUS Init(CEchoGals *m_pEG);
H A DCMtcSync.cpp60 m_pEG = pEG; in CMtcSync()
422 dwSampleRate = m_pEG->GetDspCommObject()->GetSampleRate(); in Sync()
443 m_pEG->GetDspCommObject()->SetSampleRate ( dwSampleRate ); in Sync()
H A DCMtcSync.h136 CEchoGals *m_pEG; variable
H A DCMidiInQ.h177 CEchoGals *m_pEG; variable