Searched refs:dwIndex (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_mixer.cpp279 DWORD dwIndex,dwCount; local
283 dwIndex = pClient->dwTail;
287 pNotify = pClient->Notifies + dwIndex;
299 dwIndex++;
300 dwIndex &= MAX_MIXER_NOTIFIES - 1;
H A DCDaffyDuck.cpp177 DWORD dwRemaining,dwIndex; local
185 dwIndex = m_dwTail;
188 if ( ( 0 != m_DuckEntries[ dwIndex ].dwSize) &&
189 ( 0 != m_DuckEntries[ dwIndex ].PhysAddr ) )
191 m_Mappings[dwIndex].ullEndPos =
192 m_ullLastEndPos + SWAP( m_DuckEntries[ dwIndex ].dwSize );
194 m_ullLastEndPos = m_Mappings[ dwIndex ].ullEndPos;
198 m_Mappings[dwIndex].ullEndPos = m_ullLastEndPos;
201 dwIndex++;
202 dwIndex
666 DWORD dwCount,dwIndex; local
[all...]
H A DCDspCommObject.cpp345 DWORD dwIndex; local
399 dwIndex = pCode[ 0 ];
403 dwIndex += 3;
407 iNum = pCode[ dwIndex++ ];
411 dwAddress = ( pCode[ dwIndex ] << 16 ) + pCode[ dwIndex + 1 ];
412 dwIndex += 2;
439 dwData = ( pCode[ dwIndex ] << 16 ) + pCode[ dwIndex + 1 ];
448 dwIndex
505 DWORD dwIndex; local
[all...]
H A DCDspCommObject.h746 DWORD GetDspRegister( DWORD dwIndex )
750 return READ_REGISTER_ULONG( m_pdwDspRegBase + dwIndex);
753 void SetDspRegister( DWORD dwIndex, DWORD dwValue ) argument
757 WRITE_REGISTER_ULONG( m_pdwDspRegBase + dwIndex, dwValue);
H A DCDspCommObjectVmixer.cpp172 DWORD dwIndex = wBusOut * m_wNumPipesOut + wPipeOut;
173 m_pDspCommPage->byVmixerLevel[ dwIndex ] = (BYTE) iGain;

Completed in 148 milliseconds