Searched refs:GetDspCommObject (Results 1 - 25 of 37) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_power.cpp46 return GetDspCommObject()->GoComatose();
66 CDspCommObject *pDCO = GetDspCommObject();
H A DCEchoGals_info.cpp59 if ( NULL == GetDspCommObject() )
65 pCapabilities->wCardType = GetDspCommObject()->GetCardType();
74 pCapabilities->wNumMidiOut = GetDspCommObject()->GetNumMidiOutChannels();
75 pCapabilities->wNumMidiIn = GetDspCommObject()->GetNumMidiInChannels();
119 pCapabilities->dwDigitalModes = GetDspCommObject()->GetDigitalModes();
120 pCapabilities->fHasVmixer = GetDspCommObject()->HasVmixer();
126 if (GetDspCommObject()->HasVmixer())
198 if (NULL == GetDspCommObject())
201 return GetDspCommObject()->GetNumPipesOut();
206 if (NULL == GetDspCommObject())
275 PCDspCommObject CEchoGals::GetDspCommObject() function in class:CEchoGals
[all...]
H A DCGina24.cpp145 ECHO_ASSERT(GetDspCommObject() );
150 GetDspCommObject()->LoadFirmware();
151 if ( GetDspCommObject()->IsBoardBad() )
177 Status = GetDspCommObject()->
182 Status = GetDspCommObject()->
199 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
320 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
329 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCGina.cpp147 GetDspCommObject()->LoadFirmware();
148 if ( GetDspCommObject()->IsBoardBad() )
170 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
231 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
237 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCLayla.cpp151 GetDspCommObject()->LoadFirmware();
152 if ( GetDspCommObject()->IsBoardBad() )
185 GetDspCommObject()->SetNominalLevel( i, TRUE ); // TRUE is -10 here
190 GetDspCommObject()->SetNominalLevel( GetNumBussesOut() + i, TRUE );
204 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
318 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
324 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCMia.cpp149 GetDspCommObject()->LoadFirmware();
150 if ( GetDspCommObject()->IsBoardBad() )
173 GetDspCommObject()->
178 GetDspCommObject()->
190 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
308 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
317 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCEchoGals_transport.cpp77 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
89 Status = GetDspCommObject()->LoadFirmware();
174 GetDspCommObject()->ResetPipePosition(wPipeIndex);
265 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
296 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
299 GetDspCommObject()->GetActivePipes( pChannelMask );
316 if ( NULL == GetDspCommObject() || GetDspCommObjec
[all...]
H A DC3g.cpp153 GetDspCommObject()->LoadFirmware();
155 GetDspCommObject()->Get3gBoxType(&dwBoxType,NULL);
159 if ( GetDspCommObject()->IsBoardBad() )
189 GetDspCommObject()->
194 GetDspCommObject()->
206 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
262 GetDspCommObject()->Get3gBoxType(&dwBoxType,NULL);
335 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
344 DWORD dwClocksFromDsp = GetDspCommObject()
[all...]
H A DCIndigoDJ.cpp132 GetDspCommObject()->LoadFirmware();
133 if ( GetDspCommObject()->IsBoardBad() )
153 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
172 dwSampleRate = GetDspCommObject()->GetSampleRate();
H A DCDarla24.cpp144 GetDspCommObject()->LoadFirmware();
145 if ( GetDspCommObject()->IsBoardBad() )
168 GetDspCommObject()->SetNominalLevel( i, FALSE ); // FALSE is +4 here
174 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
244 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
250 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCMona.cpp147 GetDspCommObject()->LoadFirmware();
148 if ( GetDspCommObject()->IsBoardBad() )
181 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
286 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
295 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCLayla24.cpp150 GetDspCommObject()->LoadFirmware();
151 if ( GetDspCommObject()->IsBoardBad() )
184 GetDspCommObject()->
190 GetDspCommObject()->
207 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
356 if ( NULL == GetDspCommObject() || GetDspCommObject()->IsBoardBad() )
365 DWORD dwClocksFromDsp = GetDspCommObject()->GetInputClockDetect();
H A DCIndigoDJ.h72 PCIndigoDJDspCommObject GetDspCommObject() function in class:CIndigoDJ
H A DCIndigoIO.cpp143 GetDspCommObject()->LoadFirmware();
144 if ( GetDspCommObject()->IsBoardBad() )
164 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
256 dwSampleRate = GetDspCommObject()->GetSampleRate();
H A DCDarla.cpp144 GetDspCommObject()->LoadFirmware();
145 if ( GetDspCommObject()->IsBoardBad() )
161 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
H A DCLineLevel.cpp174 NULL == m_pEchoGals->GetDspCommObject() ||
175 m_pEchoGals->GetDspCommObject()->IsBoardBad() )
213 m_pEchoGals->GetDspCommObject()->SetBusInGain
291 NULL == m_pEchoGals->GetDspCommObject() ||
292 m_pEchoGals->GetDspCommObject()->IsBoardBad() )
H A DCIndigo.cpp140 GetDspCommObject()->LoadFirmware();
141 if ( GetDspCommObject()->IsBoardBad() )
161 m_dwSampleRate = GetDspCommObject()->GetSampleRate();
H A DCDarla.h78 PCDarlaDspCommObject GetDspCommObject() function in class:CDarla
H A DCDarla24.h98 PCDarla24DspCommObject GetDspCommObject() function in class:CDarla24
H A DCEchoGals_midi.cpp61 return GetDspCommObject()->WriteMidi( pBuffer,
H A DCGina.h90 PCGinaDspCommObject GetDspCommObject() function in class:CGina
H A DCGina24.h98 PCGina24DspCommObject GetDspCommObject() function in class:CGina24
H A DCIndigo.h93 PCIndigoDspCommObject GetDspCommObject() function in class:CIndigo
H A DCIndigoIO.h97 PCIndigoIODspCommObject GetDspCommObject() function in class:CIndigoIO
H A DCLayla.h93 PCLaylaDspCommObject GetDspCommObject() function in class:CLayla

Completed in 57 milliseconds

12