Searched refs:write_ts_to_decoder (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/media/pci/ttpci/ | 
| D | av7110_av.c | 75 static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len); 457 		write_ts_to_decoder(av7110, type, kb, TS_SIZE);  in ts_play() 809 static int write_ts_to_decoder(struct av7110 *av7110, int type, const u8 *buf, size_t len)  in write_ts_to_decoder()  function 859 	return write_ts_to_decoder(av7110, feed->pes_type, buf, len);  in av7110_write_to_decoder()
  |