Home
last modified time | relevance | path

Searched refs:getDataL (Results 1 – 5 of 5) sorted by relevance

/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/
H A Dlooperclip.cxx140 memcpy( &ab->getDataL().at(0), &_buffer->getDataL().at(0), sizeof(float)*size); in setRequestedBuffer()
159 if ( saveBuffer->getSize() >= _buffer->getDataL().at(0) || in recieveSaveBuffer()
164 memcpy( &saveBuffer->getDataL().at(0), &_buffer->getDataL().at(0), sizeof(float)*framesBySize); in recieveSaveBuffer()
202 _buffer->getDataL().at( _recordhead ) = *L++; in record()
450 std::vector<float>& vL = _buffer->getDataL(); in getSample()
H A Daudiobuffer.hxx57 std::vector<float>& getDataL();
H A Daudiobuffer.cxx107 std::vector<float>& AudioBuffer::getDataL() in getDataL() function in AudioBuffer
H A Dgaudioeditor.cxx107 std::vector<float>& tmp = ab->getDataL(); in show()
H A Ddiskwriter.cxx306 frameBuf[0] = ab->getDataL()[i]; in writeAudioBuffer()