Searched defs:pipeline (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGStreamerGWorld.h48 GstElement* pipeline() const { return m_pipeline; } function in class:WebCore::GStreamerGWorld
H A DGStreamerGWorld.cpp52 PassRefPtr<GStreamerGWorld> GStreamerGWorld::createGWorld(GstElement* pipeline) argument
54 return adoptRef(new GStreamerGWorld(pipeline));
57 GStreamerGWorld::GStreamerGWorld(GstElement* pipeline) argument
58 : m_pipeline(pipeline)
115 // Roll new elements to pipeline state.
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java59 Pipeline pipeline; field in class:Pipeline.MyTimer
63 protected MyTimer(Pipeline pipeline) { argument
64 this.pipeline = pipeline;
72 pipeline.close();
/external/mksh/src/
H A Dsyn.c36 static struct op *pipeline(int);
90 pipeline(int cf) function
115 t = pipeline(0);
118 if ((p = pipeline(CONTIN)) == NULL)
461 t = pipeline(0);
469 t = pipeline(0);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp267 GstElement* pipeline = m_gstreamerGWorld->pipeline(); local
268 g_signal_connect(pipeline, "notify::volume", G_CALLBACK(playerVolumeChangedCallback), this);
269 g_signal_connect(pipeline, "notify::mute", G_CALLBACK(playerMuteChangedCallback), this);
340 GstElement* pipeline = m_mediaElement->platformMedia().media.gstreamerGWorld->pipeline(); local
341 g_signal_handlers_disconnect_by_func(pipeline, reinterpret_cast<void*>(playerVolumeChangedCallback), this);
342 g_signal_handlers_disconnect_by_func(pipeline, reinterpret_cast<void*>(playerMuteChangedCallback), this);
/external/blktrace/
H A Dblkparse.c290 static int pipeline; variable
2048 if (is_done() && !force && !pipeline)
2732 if (is_pipe(optarg) && !pipeline) {
2733 pipeline = 1;
2794 if (is_pipe(argv[optind]) && !pipeline) {
2795 pipeline = 1;
2802 if (!pipeline && !ndevices) {
2856 if (pipeline)

Completed in 1479 milliseconds