Searched refs:pes (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/media/dvb-core/ |
D | dvb_filter.c | 570 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes, in dvb_filter_pes2ts() argument 584 memcpy(buf+4, pes, 184); in dvb_filter_pes2ts() 587 len-=184; pes+=184; in dvb_filter_pes2ts() 600 memcpy(buf+5+rest, pes, len); in dvb_filter_pes2ts()
|
D | dmxdev.h | 77 struct dmx_pes_filter_params pes; member
|
D | dmxdev.c | 395 if (dmxdevfilter->params.pes.output == DMX_OUT_DECODER) { in dvb_dmxdev_ts_callback() 400 if (dmxdevfilter->params.pes.output == DMX_OUT_TAP in dvb_dmxdev_ts_callback() 401 || dmxdevfilter->params.pes.output == DMX_OUT_TSDEMUX_TAP) in dvb_dmxdev_ts_callback() 560 struct dmx_pes_filter_params *para = &filter->params.pes; in dvb_dmxdev_start_feed() 804 if ((filter->params.pes.output != DMX_OUT_TSDEMUX_TAP) && in dvb_dmxdev_add_pid() 884 dmxdevfilter->params.pes.pid); in dvb_dmxdev_pes_filter_set()
|
D | dvb_filter.h | 40 int dvb_filter_pes2ts(struct dvb_filter_pes2ts *p2ts, unsigned char *pes,
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110_av.c | 581 memset(p->pes, 0, TS_SIZE); in av7110_p2t_init() 591 memset(p->pes, 0, TS_SIZE); in clear_p2t() 684 p->pes[0] = 0x00; in av7110_p2t_write() 685 p->pes[1] = 0x00; in av7110_p2t_write() 686 p->pes[2] = 0x01; in av7110_p2t_write() 687 p->pes[3] = buf[c]; in av7110_p2t_write() 689 memcpy(p->pes + p->pos, buf + c, (TS_SIZE - 4) - p->pos); in av7110_p2t_write() 691 p_to_t(p->pes, (TS_SIZE - 4), pid, &p->counter, p->feed); in av7110_p2t_write() 709 memcpy(p->pes + p->pos, buf, l); in av7110_p2t_write() 712 p_to_t(p->pes, p->pos, pid, &p->counter, p->feed); in av7110_p2t_write() [all …]
|
D | av7110.h | 56 u8 pes[TS_SIZE]; member
|