HomeSort by relevance Sort by last modified time
    Searched defs:pipeline (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GStreamerGWorld.h 48 GstElement* pipeline() const { return m_pipeline; } function in class:WebCore::GStreamerGWorld
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 43 public class Pipeline extends InputStream {
59 Pipeline pipeline; field in class:Pipeline.MyTimer
63 protected MyTimer(Pipeline pipeline) {
64 this.pipeline = pipeline;
72 pipeline.close();
122 public Pipeline(InputStream pipe, int readTimeout, Timer timer) {
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 267 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/mksh/src/
syn.c 36 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);
  /system/core/sh/
parser.c 106 STATIC union node *pipeline(void);
225 n1 = pipeline();
235 n2 = pipeline();
247 pipeline(void) function
254 TRACE(("pipeline: entered\n"));
    [all...]
  /external/blktrace/
blkparse.c 290 static int pipeline; variable
    [all...]

Completed in 303 milliseconds