Searched refs:OutputBufferId (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/virtio/video/encoder/ |
D | encoder.rs | 41 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
|
D | libvda_encoder.rs | 259 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
|
D | mod.rs | 26 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
|