Searched defs:process_dqbuf (Results  1 – 5 of 5) sorted by relevance
| /system/cros-codecs/src/video_frame/ | 
| D | frame_pool.rs | 72     fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer) {  in process_dqbuf()  method
  | 
| D | v4l2_mmap_video_frame.rs | 153     fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer) {  in process_dqbuf()  method
  | 
| D | generic_dma_video_frame.rs | 526     fn process_dqbuf(&mut self, _device: Arc<Device>, _format: &Format, _buf: &V4l2Buffer) {}  in process_dqbuf()  method
  | 
| D | gbm_video_frame.rs | 395     fn process_dqbuf(&mut self, _device: Arc<Device>, _format: &Format, _buf: &V4l2Buffer) {}  in process_dqbuf()  method
  | 
| /system/cros-codecs/src/ | 
| D | video_frame.rs | 274     fn process_dqbuf(&mut self, device: Arc<Device>, format: &Format, buf: &V4l2Buffer);  in process_dqbuf()  method
  |