Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs124 fn set_output_buffer_count(&self, count: usize) -> VideoResult<()> { in set_output_buffer_count() method
125 Ok(self.session.set_output_buffer_count(count)?) in set_output_buffer_count()
Dmod.rs28 fn set_output_buffer_count(&self, count: usize) -> VideoResult<()>; in set_output_buffer_count() method
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs153 fn set_output_buffer_count(&mut self) -> bool { in set_output_buffer_count() method
639 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()