Home
last modified time | relevance | path

Searched refs:NN_SND_SAMPLES_PER_FRAME (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/snd/CTR/MPCore/
Dsnd_OutputCapture.h42 void Write(s16* pData, s32 length = NN_SND_SAMPLES_PER_FRAME);
73 return NN_SND_SAMPLES_PER_FRAME * sizeof(s16) * 2 * frames; in GetRequiredMemorySize()
118 s32 Read(s16* pData, s32 length = NN_SND_SAMPLES_PER_FRAME);
Dsnd_FxReverb.h75 : m_Comb0( 19 * NN_SND_SAMPLES_PER_FRAME ), in FilterSize()
76 m_Comb1( 23 * NN_SND_SAMPLES_PER_FRAME ), in FilterSize()
77 m_AllPass( 13 * NN_SND_SAMPLES_PER_FRAME ) in FilterSize()
Dsnd_Api.h506 bool GetMixedBusData(s16* pData, s32 nSamplesPerFrame = NN_SND_SAMPLES_PER_FRAME);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/snd/CTR/Common/
Dsnd_Const.h40 #define NN_SND_SAMPLES_PER_FRAME (NN_SND_OUTPUT_RINGBUF_LOADUNIT / 2) macro
41 #define NN_SND_USECS_PER_FRAME ((NN_SND_SAMPLES_PER_FRAME * 1000000) / NN_SND_HW_I2S_C…