Home
last modified time | relevance | path

Searched defs:tee (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgsttee.c220 GstTee *tee; in gst_tee_finalize() local
307 gst_tee_init (GstTee * tee) in gst_tee_init()
330 gst_tee_notify_alloc_pad (GstTee * tee) in gst_tee_notify_alloc_pad()
356 GstTee *tee; in gst_tee_request_new_pad() local
449 GstTee *tee; in gst_tee_release_pad() local
483 GstTee *tee = GST_TEE (object); in gst_tee_set_property() local
522 GstTee *tee = GST_TEE (object); in gst_tee_get_property() local
570 GstTee *tee; member
739 GstTee *tee = GST_TEE (parent); in gst_tee_sink_query() local
823 gst_tee_do_message (GstTee * tee, GstPad * pad, gpointer data, gboolean is_list) in gst_tee_do_message()
[all …]
/third_party/gstreamer/gstreamer/tests/check/elements/
Dtee.c43 GstElement *pipeline, *src, *tee; in GST_START_TEST() local
116 GstElement *tee; in GST_START_TEST() local
169 GstElement *tee; member
336 GstElement *tee; in GST_START_TEST() local
459 GstElement *tee; in GST_START_TEST() local
600 GstElement *tee; in GST_START_TEST() local
628 GstElement *tee; in GST_START_TEST() local
773 add_sink_pad_and_setup_query_func (GstElement * tee, in add_sink_pad_and_setup_query_func()
789 GstElement *tee; in GST_START_TEST() local
839 GstElement *tee; in GST_START_TEST() local
[all …]
Dfakesink.c1039 GstElement *pipe, *src, *tee, *q1, *q2, *sink1, *sink2; in GST_START_TEST() local
1133 GstElement *pipe, *src, *tee, *q1, *q2, *sink1, *sink2; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-dynamically-added/
Dmain.cpp42 connect_tee (GstElement * tee, GstElement * queue) in connect_tee()
49 connect_qmlglsink (GstElement * pipeline, GstElement * tee, QQuickWindow * rootObject) in connect_qmlglsink()
/third_party/ffmpeg/libavformat/
Dtee.c149 TeeContext *tee = avf->priv_data; in close_slaves() local
434 TeeContext *tee = avf->priv_data; in tee_process_slave_failure() local
456 TeeContext *tee = avf->priv_data; in tee_write_header() local
522 TeeContext *tee = avf->priv_data; in tee_write_trailer() local
539 TeeContext *tee = avf->priv_data; in tee_write_packet() local
/third_party/ltp/include/lapi/
Dtee.h14 static inline ssize_t tee(int fd_in, int fd_out, in tee() function
/third_party/musl/src/linux/
Dtee.c5 ssize_t tee(int src, int dest, size_t len, unsigned flags) in tee() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/doublecube/
Dmain.cpp257 GstElement* tee = gst_element_factory_make ("tee", "tee0"); in main() local
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstbin.c1108 GstElement *src, *tee, *identity, *sink1, *sink2, *pipeline; in GST_START_TEST() local
1204 GstElement *src, *tee, *identity, *sink1, *sink2, *pipeline, *bin; in GST_START_TEST() local
Dgstutils.c980 GstElement *tee, *sink1, *sink2; in GST_START_TEST() local
1707 GstElement *src, *tee, *queue, *queue2, *sink, *sink2; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c2772 GstElement *tee = NULL; in gst_uvc_h264_src_construct_pipeline() local
2808 GstElement *tee = NULL; in gst_uvc_h264_src_construct_pipeline() local
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcollectpads.c741 GstElement *pipeline, *src, *tee, *queue[2], *agg, *sink; in GST_START_TEST() local
/third_party/toybox/generated/
Dglobals.h1632 struct tee_data tee; member
/third_party/gstreamer/gstreamer/docs/plugins/
Dgst_plugins_cache.json2243 "tee": { object
/third_party/typescript/lib/
Dlib.webworker.d.ts2752 tee(): [ReadableStream<R>, ReadableStream<R>]; method
Dlib.dom.d.ts12577 tee(): [ReadableStream<R>, ReadableStream<R>]; method
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs3241 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts2732 tee(): [ReadableStream<R>, ReadableStream<R>]; method
Ddom.generated.d.ts12557 tee(): [ReadableStream<R>, ReadableStream<R>]; method
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4139 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4104 pub fn tee(fd_in: ::c_int, fd_out: ::c_int, len: ::size_t, flags: ::c_uint) -> ::ssize_t; in tee() function