Home
last modified time | relevance | path

Searched refs:SEND_L (Results 1 – 3 of 3) sorted by relevance

/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Djack.cxx220 buffers.audio[Buffers::SEND_L] = new float[ buffers.nframes ]; in Jack()
463 memset( buffers.audio[Buffers::SEND_L], 0, sizeof(float) * nframes ); in process()
575 buffers.audio[Buffers::SEND_L][i] += tmpL * inputToSendVolLag * inputToSendEnableLag; in processFrames()
593 buffers.audio[Buffers::JACK_SEND_OUT_L][i] = buffers.audio[Buffers::SEND_L][i]; in processFrames()
669 memset(buffers.audio[Buffers::SEND_L],0,sizeof(float)*nframes); in clearInternalBuffers()
H A Dbuffers.hxx46 SEND_L, enumerator
H A Dtrackoutput.cxx164 float* sendL = buffers->audio[Buffers::SEND_L]; in process()