Searched refs:wPipe (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGalsVmixer.cpp76 WORD wPipe; local
83 for (wPipe = 1; wPipe < GetNumPipesOut(); wPipe++)
85 m_PipeOutCtrl.SetGain( wPipe, wBusOut, ECHOGAIN_UPDATE, FALSE);
H A DCEchoGals_transport.cpp61 WORD wPipeMax, wPipe, wPipeIndex, i, wWidth; local
98 wPipe = pOpenParameters->Pipe.nPipe;
103 wPipeIndex = wPipe + GetNumPipesOut();
108 wPipeIndex = wPipe;
112 if ( ( wPipe + wWidth ) > wPipeMax )
787 WORD wPipe; local
804 wPipe = pChannelMask->GetIndexFromMask( 0 );
805 ProcessId = m_ProcessId[ wPipe ];
812 for (wPipe = 0; wPipe < GetNumPipe
1151 ResetDmaPos(WORD wPipe) argument
[all...]
H A DCPipeOutCtrl.h57 WORD GetIndex(WORD wPipe,WORD wBus) argument
60 return wPipe;
62 return (wBus >> 1) * m_wNumPipesOut + wPipe;
H A DCEchoGals_mixer.cpp883 WORD wPipe; local
891 wPipe = pMF->Channel.wChannel;
893 Status = m_PipeOutCtrl.GetPan(wPipe,
913 WORD wPipe; local
921 wPipe = pMF->Channel.wChannel;
923 Status = m_PipeOutCtrl.SetPan(wPipe,
1149 WORD wPipe; local
1187 wPipe = pMF->Channel.wChannel;
1189 Status = m_PipeOutCtrl.GetGain( wPipe,
1233 WORD wPipe; local
1398 WORD wPipe; local
1449 WORD wPipe; local
1924 WORD i, j,wBus,wPipe; local
[all...]
H A DCPipeOutCtrl.cpp57 WORD wPipe,wStereoBus; local
116 for (wPipe = 0; wPipe < m_wNumPipesOut; wPipe++)
122 wIndex = GetIndex(wPipe,wStereoBus << 1);
127 if (0 == (wPipe & 1))
149 if ((wPipe >> 1) == wStereoBus)
162 SetGain(wPipe,wStereoBus << 1,ECHOGAIN_UPDATE,FALSE);
H A DCEchoGals_info.cpp168 WORD CEchoGals::MakePipeIndex(WORD wPipe,BOOL fInput) argument
171 return wPipe + GetNumPipesOut();
173 return wPipe;
H A DMixerXface.h195 WORD wPipe; member in struct:tECHO_AUDIO_LATENCY
H A DCEchoGals.h159 WORD MakePipeIndex(WORD wPipe,BOOL fInput);
598 void ResetDmaPos( WORD wPipe );

Completed in 129 milliseconds