Lines Matching defs:buf

78 int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len)  in av7110_record_cb()
220 int av7110_pes_play(void *dest, struct dvb_ringbuffer *buf, int dlen) in av7110_pes_play()
349 static int get_video_format(struct av7110 *av7110, u8 *buf, int count) in get_video_format()
385 const u8 *buf, unsigned long count) in aux_ring_buffer_write()
407 static void play_video_cb(u8 *buf, int count, void *priv) in play_video_cb()
419 static void play_audio_cb(u8 *buf, int count, void *priv) in play_audio_cb()
430 static ssize_t ts_play(struct av7110 *av7110, const char __user *buf, in ts_play()
469 static ssize_t dvb_play(struct av7110 *av7110, const char __user *buf, in dvb_play()
502 static ssize_t dvb_play_kernel(struct av7110 *av7110, const u8 *buf, in dvb_play_kernel()
532 static ssize_t dvb_aplay(struct av7110 *av7110, const char __user *buf, in dvb_aplay()
583 static int find_pes_header(u8 const *buf, long int length, int *frags) in find_pes_header()
631 void av7110_p2t_write(u8 const *buf, long int length, u16 pid, struct av7110_p2t *p) in av7110_p2t_write()
726 static int write_ts_header2(u16 pid, u8 *counter, int pes_start, u8 *buf, u8 length) in write_ts_header2()
761 static void p_to_t(u8 const *buf, long int length, u16 pid, u8 *counter, in p_to_t()
809 static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len) in write_ts_to_decoder()
836 int av7110_write_to_decoder(struct dvb_demux_feed *feed, const u8 *buf, size_t len) in av7110_write_to_decoder()
954 static ssize_t dvb_video_write(struct file *file, const char __user *buf, in dvb_video_write()
996 static ssize_t dvb_audio_write(struct file *file, const char __user *buf, in dvb_audio_write()
1022 static int play_iframe(struct av7110 *av7110, char __user *buf, unsigned int len, int nonblock) in play_iframe()