Home
last modified time | relevance | path

Searched refs:DEFAULT_CHANNEL (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavformat/
Dlibamqp.c46 #define DEFAULT_CHANNEL 1 macro
167 amqp_channel_open(s->conn, DEFAULT_CHANNEL); in amqp_proto_open()
181 r = amqp_queue_declare(s->conn, DEFAULT_CHANNEL, amqp_empty_bytes, in amqp_proto_open()
195 amqp_queue_bind(s->conn, DEFAULT_CHANNEL, queuename, in amqp_proto_open()
206 amqp_basic_consume(s->conn, DEFAULT_CHANNEL, queuename, amqp_empty_bytes, in amqp_proto_open()
223 amqp_channel_close(s->conn, DEFAULT_CHANNEL, server_msg); in amqp_proto_open()
252 ret = amqp_basic_publish(s->conn, DEFAULT_CHANNEL, amqp_cstring_bytes(s->exchange), in amqp_proto_write()
300 amqp_channel_close(s->conn, DEFAULT_CHANNEL, AMQP_REPLY_SUCCESS); in amqp_proto_close()
/third_party/gstreamer/gstplugins_bad/gst/inter/
Dgstintersubsink.c69 #define DEFAULT_CHANNEL ("default") macro
116 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_sub_sink_class_init()
122 intersubsink->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_sub_sink_init()
Dgstintervideosink.c72 #define DEFAULT_CHANNEL ("default") macro
122 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_video_sink_class_init()
128 intervideosink->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_video_sink_init()
Dgstintersubsrc.c72 #define DEFAULT_CHANNEL ("default") macro
118 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_sub_src_class_init()
127 intersubsrc->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_sub_src_init()
Dgstinteraudiosink.c79 #define DEFAULT_CHANNEL ("default") macro
128 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_audio_sink_class_init()
134 interaudiosink->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_audio_sink_init()
Dgstintervideosrc.c77 #define DEFAULT_CHANNEL ("default") macro
128 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_video_src_class_init()
143 intervideosrc->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_video_src_init()
Dgstinteraudiosrc.c83 #define DEFAULT_CHANNEL ("default") macro
135 DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_inter_audio_src_class_init()
162 interaudiosrc->channel = g_strdup (DEFAULT_CHANNEL); in gst_inter_audio_src_init()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgsthdv1394src.c79 #define DEFAULT_CHANNEL 63 macro
147 0, 64, DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_hdv1394src_class_init()
193 dv1394src->channel = DEFAULT_CHANNEL; in gst_hdv1394src_init()
Dgstdv1394src.c96 #define DEFAULT_CHANNEL 63 macro
183 0, 64, DEFAULT_CHANNEL, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_dv1394src_class_init()
246 dv1394src->channel = DEFAULT_CHANNEL; in gst_dv1394src_init()