Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/encoder/
Dencoder.rs41 pub type OutputBufferId = u32; typedef
55 id: OutputBufferId,
105 fn use_output_buffer(&mut self, file: File, offset: u32, size: u32) -> Result<OutputBufferId>; in use_output_buffer() argument
Dlibvda_encoder.rs259 next_output_buffer_id: OutputBufferId,
295 fn use_output_buffer(&mut self, file: File, offset: u32, size: u32) -> Result<OutputBufferId> { in use_output_buffer() argument
Dmod.rs26 Encoder, EncoderEvent, EncoderSession, InputBufferId, OutputBufferId, SessionConfig,
51 encoder_id: OutputBufferId,
88 encoder_output_buffer_ids: BTreeMap<OutputBufferId, u32>,
91 eos_notification_buffer: Option<OutputBufferId>,
340 output_buffer_id: OutputBufferId, in processed_output_buffer() argument