Searched refs:CChannelMask (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.h3 // CChannelMask.h
5 // Include file for interfacing with the CChannelMask and CChMaskDsp
9 // CChannelMask is a handy way to specify a group of pipes simultaneously.
63 CChannelMask
67 class CChannelMask class
79 CChannelMask();
80 ~CChannelMask() {}
109 void ClearMask( CChannelMask SrcMask );
112 BOOL Test( CChannelMask * pSrcMask );
120 BOOL IsSubsetOf( CChannelMask
[all...]
H A DCChannelMask.cpp3 // CChannelMask.cpp
5 // Implementation file for the CChannelMask class.
7 // CChannelMask is a handy way to specify a group of pipes simultaneously.
42 CChannelMask
52 CChannelMask::CChannelMask() function in class:CChannelMask
57 } // CChannelMask::CChannelMask()
67 void CChannelMask::SetMask( CH_MASK OutMask, CH_MASK InMask, int nOutputs )
73 } // void CChannelMask
[all...]
H A DCEchoGals_transport.cpp62 CChannelMask cmMask;
207 CChannelMask cmMask;
266 CChannelMask cmMask;
762 CChannelMask cmMask;
792 CChannelMask cmStart;
979 CChannelMask cmMask;
1047 CChannelMask cmMask;
H A DC3gDco.h111 CChannelMask m_Adat38Mask;
H A DCEchoGals_info.cpp52 CChannelMask DigMask, ChMask, AdatMask;
H A DCEchoGals.h69 #include "CChannelMask.h"
719 CChannelMask m_cmAudioOpen; // Audio channels open mask
720 CChannelMask m_cmAudioCyclic; // Audio use cyclic buffers mask
H A DCDspCommObject.h661 CChannelMask m_cmActive; // Chs. active mask

Completed in 47 milliseconds