Searched refs:NN_SND_SAMPLES_PER_FRAME (Results 1 – 4 of 4) sorted by relevance
42 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);
75 : 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()
506 bool GetMixedBusData(s16* pData, s32 nSamplesPerFrame = NN_SND_SAMPLES_PER_FRAME);
40 #define NN_SND_SAMPLES_PER_FRAME (NN_SND_OUTPUT_RINGBUF_LOADUNIT / 2) macro41 #define NN_SND_USECS_PER_FRAME ((NN_SND_SAMPLES_PER_FRAME * 1000000) / NN_SND_HW_I2S_C…