Lines Matching refs:snd
30 namespace snd {
35 typedef nn::snd::Voice HardwareChannel;
69 static const int CHANNEL_MAX = nw::snd::internal::WAVE_CHANNEL_MAX;
94 static const int PRIORITY_MAX = nn::snd::VOICE_PRIORITY_NODROP;
206 nw::snd::SampleFormat GetFormat() const;
220 nn::snd::Voice* pDropVoice,
224 nn::snd::Voice* pDropVoice,
247 nw::snd::internal::MixParam* mix
271 nn::snd::WaveBuffer* m_pLastWaveBuffer;
290 nw::snd::SampleFormat m_Format;
294 static u32 FrameToByte( u32 sample, nw::snd::SampleFormat format );
298 nn::snd::WaveBuffer* pBuffer,
304 const nn::snd::AdpcmParam& param );
318 static void GetDebugMixParam( f32& pan, f32& span, nw::snd::internal::MixParam& mix );