Searched refs:set_output_buffer_count (Results 1 – 3 of 3) sorted by relevance
124 fn set_output_buffer_count(&self, count: usize) -> VideoResult<()> { in set_output_buffer_count() method125 Ok(self.session.set_output_buffer_count(count)?) in set_output_buffer_count()
28 fn set_output_buffer_count(&self, count: usize) -> VideoResult<()>; in set_output_buffer_count() method
153 fn set_output_buffer_count(&mut self) -> bool { in set_output_buffer_count() method639 if ctx.out_res.set_output_buffer_count() { in queue_output_resource()646 session.set_output_buffer_count(OUTPUT_BUFFER_COUNT)?; in queue_output_resource()