Searched refs:samples_written (Results 1 – 1 of 1) sorted by relevance
551 for (int samples_written = 0; samples_written < info.frames; samples_written += samples_per_frame) in streamSound() local555 int samples_to_write = std::min((int)info.frames - samples_written, samples_per_frame); in streamSound()559 int ret = lame_encode_buffer(m_lame_flags, sample_buff + samples_written, in streamSound()560 sample_buff + samples_written, in streamSound()
Completed in 15 milliseconds