Home
last modified time | relevance | path

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

/aoo4110/main/filter/source/flash/
H A Dswfwriter.cxx534 short *sample_buff = new short[static_cast<int>(info.frames)]; in streamSound() local
535 sf_readf_short(sf, sample_buff, info.frames); in streamSound()
559 int ret = lame_encode_buffer(m_lame_flags, sample_buff + samples_written, in streamSound()
560 sample_buff + samples_written, in streamSound()
593 delete[] sample_buff; in streamSound()

Completed in 17 milliseconds