Home
last modified time | relevance | path

Searched defs:random_access (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/
Dtsmuxstream.c93 gboolean random_access; member
713 void *user_data, gint64 pts, gint64 dts, gboolean random_access) in tsmux_stream_add_data()
/third_party/boost/boost/iostreams/
Dcategories.hpp24 namespace detail { struct random_access : virtual any_tag { }; } struct
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbasesrc.h92 gboolean random_access; member
Dgstbasesrc.c1327 gboolean random_access; in gst_base_src_default_query() local
/third_party/boost/boost/multi_index/
Drandom_access_index.hpp1179 struct random_access struct
1184 struct node_class
1190 struct index_class
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdemux.h103 gboolean random_access; /* If we operate in pull mode */ member
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/
Dgstmpegdemux.h110 gboolean random_access; /* If we operate in pull mode */ member
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.h127 gboolean random_access; member
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxfdemux.h257 gboolean random_access; member
/third_party/boost/libs/stl_interfaces/test/
Drandom_access.cpp170 using random_access = random_access_iter<int>; typedef