Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs88 bitstream_id, in from()
95 bitstream_id, in from()
103 LibvdaEvent::NotifyEndOfBitstreamBuffer { bitstream_id } => { in from()
104 DecoderEvent::NotifyEndOfBitstreamBuffer(bitstream_id) in from()
130 bitstream_id: i32, in decode()
137 .decode(bitstream_id, descriptor, offset, bytes_used)?) in decode()
Dmod.rs45 bitstream_id: i32, in decode()
126 bitstream_id: i32,
/external/crosvm/devices/src/virtio/video/decoder/
Dmod.rs164 bitstream_id: i32, field
220 bitstream_id, in output_pending_picture()
243 timestamp: (*bitstream_id as u64) * 1_000_000_000, in output_pending_picture()
339 fn handle_notify_end_of_bitstream_buffer(&mut self, bitstream_id: i32) -> Option<ResourceId> { in handle_notify_end_of_bitstream_buffer()
342 let timestamp: u64 = (bitstream_id as u64) * 1_000_000_000; in handle_notify_end_of_bitstream_buffer()
964 bitstream_id, // timestamp in second in process_event()
972 bitstream_id, in process_event()
978 DecoderEvent::NotifyEndOfBitstreamBuffer(bitstream_id) => { in process_event()
979 let resource_id = ctx.handle_notify_end_of_bitstream_buffer(bitstream_id)?; in process_event()