Searched refs:dvb_filter_pes2ts (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | dvb_filter.h | 26 struct dvb_filter_pes2ts { struct 33 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, argument 36 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes,
|
H A D | dvb_filter.c | 70 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, in dvb_filter_pes2ts_init() 83 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes, in dvb_filter_pes2ts() function
|
H A D | av7110_av.h | 10 extern int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len);
|
H A D | av7110.h | 206 struct dvb_filter_pes2ts p2t[2];
|
H A D | av7110_av.c | 79 int av7110_record_cb(struct dvb_filter_pes2ts *p2t, u8 *buf, size_t len) in av7110_record_cb() 91 return dvb_filter_pes2ts(p2t, buf, len, 1); in av7110_record_cb()
|
/openbmc/linux/drivers/media/usb/ttusb-dec/ |
H A D | ttusb_dec.c | 82 struct dvb_filter_pes2ts { struct 134 struct dvb_filter_pes2ts a_pes2ts; 135 struct dvb_filter_pes2ts v_pes2ts; 197 static void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, in dvb_filter_pes2ts_init() 211 static int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, in dvb_filter_pes2ts() function 490 dvb_filter_pes2ts(&dec->v_pes2ts, dec->v_pes, in ttusb_dec_process_pva() 533 dvb_filter_pes2ts(&dec->v_pes2ts, dec->v_pes, in ttusb_dec_process_pva() 546 dvb_filter_pes2ts(&dec->a_pes2ts, &pva[8], length - 8, in ttusb_dec_process_pva()
|