Searched defs:stream_buf_ops (Results 1 – 1 of 1) sorted by relevance
50 struct stream_buf_ops { struct51 int (*init) (struct stream_buf_s *, struct vdec_s *);52 void (*release) (struct stream_buf_s *);53 int (*write) (struct stream_buf_s *, const u8 *, u32);54 u32 (*get_wp) (struct stream_buf_s *);55 void (*set_wp) (struct stream_buf_s *, u32);56 u32 (*get_rp) (struct stream_buf_s *);57 void (*set_rp) (struct stream_buf_s *, u32);