Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/flash/
H A Dswfwriter.cxx551 for (int samples_written = 0; samples_written < info.frames; samples_written += samples_per_frame) in streamSound() local
555 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 6 milliseconds