Home
last modified time | relevance | path

Searched refs:ts_id (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.h214 guint16 ts_id);
Dgstmpegtssection.c580 gst_mpegts_section_from_pat (GPtrArray * programs, guint16 ts_id) in gst_mpegts_section_from_pat() argument
587 section->subtable_extension = ts_id; in gst_mpegts_section_from_pat()
/third_party/python/Modules/
D_asynciomodule.c235 uint64_t ts_id = PyThreadState_GetID(ts); in get_running_loop() local
236 if (ts_id == cached_running_holder_tsid && cached_running_holder != NULL) { in get_running_loop()
258 cached_running_holder_tsid = ts_id; in get_running_loop()
/third_party/ffmpeg/libavformat/
Davformat.h1677 int ts_id; member
Dmpegts.c2507 ts->stream->ts_id = h->id; in pat_cb()