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.h274 guint16 ts_id);
Dgstmpegtssection.c620 gst_mpegts_section_from_pat (GPtrArray * programs, guint16 ts_id) in gst_mpegts_section_from_pat() argument
627 section->subtable_extension = ts_id; in gst_mpegts_section_from_pat()
/third_party/ffmpeg/libavformat/
Davformat.h1588 int ts_id; member
Dmpegts.c2517 ts->stream->ts_id = h->id; in pat_cb()
/third_party/python/Modules/
D_asynciomodule.c229 uint64_t ts_id = PyThreadState_GetID(ts); in get_running_loop() local
230 if (ts_id == cached_running_holder_tsid && cached_running_holder != NULL) { in get_running_loop()
252 cached_running_holder_tsid = ts_id; in get_running_loop()