Home
last modified time | relevance | path

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

/trunk/main/filter/source/flash/
H A Dswfwriter.cxx488 m_lame_flags = lame_init(); in streamSound()
494 lame_set_num_channels(m_lame_flags,1); in streamSound()
495 lame_set_in_samplerate(m_lame_flags,22050); in streamSound()
496 lame_set_brate(m_lame_flags,48); in streamSound()
497 lame_set_mode(m_lame_flags,MONO); in streamSound()
498 lame_set_quality(m_lame_flags,2); /* 2=high 5 = medium 7=low */ in streamSound()
508 int ret_code = lame_init_params(m_lame_flags); in streamSound()
513 int lame_frame_size = lame_get_framesize(m_lame_flags); in streamSound()
559 int ret = lame_encode_buffer(m_lame_flags, sample_buff + samples_written, in streamSound()
573 int ret2 = lame_encode_flush(m_lame_flags, mp3buffer + ret, mp3buffer_size - ret); in streamSound()
[all …]
H A Dswfwriter.hxx447 lame_global_flags *m_lame_flags; member in swf::Writer

Completed in 15 milliseconds