Home
last modified time | relevance | path

Searched defs:ts_packet (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/mptsd/mptsd-1.1/libtsfuncs/
H A Dtsfuncs.c18 void ts_packet_init_null(uint8_t *ts_packet) { in ts_packet_init_null()
26 void ts_packet_set_scrambled(uint8_t *ts_packet, enum ts_scrambled_type stype) { in ts_packet_set_scrambled()
36 uint8_t ts_packet_get_payload_offset(uint8_t *ts_packet) { in ts_packet_get_payload_offset()
90 int ts_packet_has_pes(uint8_t *ts_packet, uint16_t *pes_packet_len) { in ts_packet_has_pes()
119 int ts_packet_has_pts_dts(uint8_t *ts_packet, uint64_t *pts, uint64_t *dts) { in ts_packet_has_pts_dts()
153 void ts_packet_change_pts(uint8_t *ts_packet, uint64_t pts) { in ts_packet_change_pts()
161 void ts_packet_change_pts_dts(uint8_t *ts_packet, uint64_t pts, uint64_t dts) { in ts_packet_change_pts_dts()
171 int ts_packet_has_pcr(uint8_t *ts_packet) { in ts_packet_has_pcr()
205 uint64_t ts_packet_get_pcr(uint8_t *ts_packet) { in ts_packet_get_pcr()
223 void ts_packet_set_pcr(uint8_t *ts_packet, uint64_t pcr) { in ts_packet_set_pcr()
[all …]
H A Dtsfuncs.h49 static inline int ts_packet_is_pusi(uint8_t *ts_packet) { in ts_packet_is_pusi()
53 static inline uint16_t ts_packet_get_pid(uint8_t *ts_packet) { in ts_packet_get_pid()
57 static inline void ts_packet_set_pid(uint8_t *ts_packet, uint16_t new_pid) { in ts_packet_set_pid()
62 static inline uint8_t ts_packet_get_cont(uint8_t *ts_packet) { in ts_packet_get_cont()
66 static inline void ts_packet_set_cont(uint8_t *ts_packet, uint8_t value) { in ts_packet_set_cont()
71 static inline void ts_packet_inc_cont(uint8_t *ts_packet, uint8_t increment) { in ts_packet_inc_cont()
75 static inline int ts_packet_get_scrambled(uint8_t *ts_packet) { in ts_packet_get_scrambled()
79 static inline int ts_packet_is_scrambled(uint8_t *ts_packet) { in ts_packet_is_scrambled()
83 static inline void ts_packet_set_not_scrambled(uint8_t *ts_packet) { in ts_packet_set_not_scrambled()
H A Dsections.c31 uint8_t *ts_section_header_parse(uint8_t *ts_packet, struct ts_header *ts_header, struct ts_section… in ts_section_header_parse()
72 void ts_section_header_generate(uint8_t *ts_packet, struct ts_section_header *ts_section_header, ui… in ts_section_header_generate()
H A Dpes.c72 int ts_pes_is_finished(struct ts_pes *pes, uint8_t *ts_packet) { in ts_pes_is_finished()
209 struct ts_pes *ts_pes_push_packet(struct ts_pes *pes, uint8_t *ts_packet, struct ts_pmt *pmt, uint1… in ts_pes_push_packet()
H A Dprivsec.c51 struct ts_privsec *ts_privsec_push_packet(struct ts_privsec *privsec, uint8_t *ts_packet) { in ts_privsec_push_packet()
H A Dpes_data.c89 …t(struct pes_array *pa, uint16_t pid, struct ts_pat *pat, struct ts_pmt *pmt, uint8_t *ts_packet) { in pes_array_push_packet()
H A Dtdt.c46 struct ts_tdt *ts_tdt_push_packet(struct ts_tdt *tdt, uint8_t *ts_packet) { in ts_tdt_push_packet()
H A Dsecdata.c137 …ection_add_packet(struct ts_section_header *sec, struct ts_header *ts_header, uint8_t *ts_packet) { in ts_section_add_packet()
H A Dsdt.c62 struct ts_sdt *ts_sdt_push_packet(struct ts_sdt *sdt, uint8_t *ts_packet) { in ts_sdt_push_packet()
H A Dnit.c64 struct ts_nit *ts_nit_push_packet(struct ts_nit *nit, uint8_t *ts_packet) { in ts_nit_push_packet()
H A Dpat.c61 struct ts_pat *ts_pat_push_packet(struct ts_pat *pat, uint8_t *ts_packet) { in ts_pat_push_packet()
H A Dpmt.c65 struct ts_pmt *ts_pmt_push_packet(struct ts_pmt *pmt, uint8_t *ts_packet) { in ts_pmt_push_packet()
H A Deit.c62 struct ts_eit *ts_eit_push_packet(struct ts_eit *eit, uint8_t *ts_packet) { in ts_eit_push_packet()
H A Dcat.c45 struct ts_cat *ts_cat_push_packet(struct ts_cat *cat, uint8_t *ts_packet) { in ts_cat_push_packet()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamParserTS.java1302 private boolean skipLeadingHumaxDataChunk(byte[] ts_packet) in skipLeadingHumaxDataChunk()
1330 private boolean skipLeadingJepssenDataChunk(byte[] ts_packet) in skipLeadingJepssenDataChunk()
1365 private boolean skipLeadingKoscomDataChunk(byte[] ts_packet) in skipLeadingKoscomDataChunk()
1394 private boolean skipLeadingHandanDataChunk(byte[] ts_packet) in skipLeadingHandanDataChunk()
1454 private boolean skipHumaxDataChunk(byte[] ts_packet) in skipHumaxDataChunk()
1470 private boolean skipJepssenDataChunk(byte[] ts_packet) in skipJepssenDataChunk()
1513 private boolean skipKoscomDataChunk(byte[] ts_packet) in skipKoscomDataChunk()
/dports/net/mptsd/mptsd-1.1/
H A Dinput.c176 int process_pat(INPUT *r, uint16_t pid, uint8_t *ts_packet) { in process_pat()
238 int process_pmt(INPUT *r, uint16_t pid, uint8_t *ts_packet) { in process_pmt()
393 uint8_t *ts_packet = (uint8_t *)buf + i; in input_stream() local
H A Dpidref.c83 int pidref_change_packet_pid(uint8_t *ts_packet, uint16_t packet_pid, PIDREF *ref) { in pidref_change_packet_pid()
H A Doutput_write.c52 uint8_t *ts_packet; in ts_frame_process() local
/dports/multimedia/tstools/tstools-1.11/
H A Dm2ts2ts.c54 byte * ts_packet; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/formats/mp2t/
H A Dts_packet.cc62 std::unique_ptr<TsPacket> ts_packet(new TsPacket()); in Parse() local
H A Dmp2t_stream_parser.cc124 bool PidState::PushTsPacket(const TsPacket& ts_packet) { in PushTsPacket()
308 std::unique_ptr<TsPacket> ts_packet( in Parse() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/formats/mp2t/
H A Dts_packet.cc63 std::unique_ptr<TsPacket> ts_packet(new TsPacket()); in Parse() local
H A Dmp2t_stream_parser.cc124 bool PidState::PushTsPacket(const TsPacket& ts_packet) { in PushTsPacket()
347 std::unique_ptr<TsPacket> ts_packet( in Parse() local
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dts_reader.c96 } ts_packet; typedef
/dports/net/kea/kea-2.0.1/src/lib/dhcp/tests/
H A Dpkt4_unittest.cc824 boost::posix_time::ptime ts_packet = pkt->getTimestamp(); in TEST_F() local

12