Home | History | Annotate | Download | only in glue

Lines Matching full:pipeline

6 // It contains PipelineImpl which is the actual media player pipeline, it glues
7 // the media player pipeline, data source, audio renderer and renderer.
15 // The media playback pipeline.
21 // Proxies methods calls from the media pipeline to WebKit.
64 #include "media/base/pipeline.h"
86 // A proxy class that dispatches method calls from the media pipeline to
87 // WebKit. Since there are multiple threads in the media pipeline and there's
88 // need for the media pipeline to call to WebKit, e.g. repaint requests,
90 // from the media pipeline on different threads and serialize these calls
143 // Notify |webmediaplayer_| that a pipeline error has occurred during
238 // TODO(hclam): Ask the pipeline about the state rather than having reading
287 // TODO(hclam): get rid of these members and read from the pipeline directly.
301 // The actual pipeline and the thread it runs on.
302 scoped_refptr<media::Pipeline> pipeline_;
308 // TODO(scherkus): we have these because Pipeline favours the simplicity of a