Searched refs:intermediate_src_buffer (Results 1 – 1 of 1) sorted by relevance
567 let intermediate_src_buffer = PlaybackResamplerBuffer::new( in test_copy_every_other_and_convert_to_float() localVariable578 intermediate_src_buffer.copy_every_other_and_convert_to_float( in test_copy_every_other_and_convert_to_float()586 intermediate_src_buffer.copy_every_other_and_convert_to_float( in test_copy_every_other_and_convert_to_float()612 let mut intermediate_src_buffer = PlaybackResamplerBuffer::new( in test_get_next_period() localVariable617 assert!(intermediate_src_buffer.get_next_period().is_none()); in test_get_next_period()622 intermediate_src_buffer.convert_and_add(&buffer); in test_get_next_period()624 assert!(intermediate_src_buffer.get_next_period().is_none()); in test_get_next_period()627 intermediate_src_buffer.convert_and_add(&buffer); in test_get_next_period()629 assert!(intermediate_src_buffer.get_next_period().is_some()); in test_get_next_period()634 let mut intermediate_src_buffer = PlaybackResamplerBuffer::new( in test_perform_channel_conversion_mono() localVariable[all …]