Home
last modified time | relevance | path

Searched refs:GStreamerGWorld (Results 1 – 20 of 20) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DGStreamerGWorld.cpp44 GStreamerGWorld* gstGWorld = static_cast<GStreamerGWorld*>(data); in gstGWorldSyncMessageCallback()
52 PassRefPtr<GStreamerGWorld> GStreamerGWorld::createGWorld(GstElement* pipeline) in createGWorld()
54 return adoptRef(new GStreamerGWorld(pipeline)); in createGWorld()
57 GStreamerGWorld::GStreamerGWorld(GstElement* pipeline) in GStreamerGWorld() function in WebCore::GStreamerGWorld
68 GStreamerGWorld::~GStreamerGWorld() in ~GStreamerGWorld()
75 bool GStreamerGWorld::enterFullscreen() in enterFullscreen()
159 void GStreamerGWorld::exitFullscreen() in exitFullscreen()
203 void GStreamerGWorld::setWindowOverlay(GstMessage* message) in setWindowOverlay()
DGStreamerGWorld.h41 class GStreamerGWorld : public RefCounted<GStreamerGWorld> {
45 static PassRefPtr<GStreamerGWorld> createGWorld(GstElement*);
46 ~GStreamerGWorld();
58 GStreamerGWorld(GstElement*);
DMediaPlayerPrivateGStreamer.h44 class GStreamerGWorld; variable
183 RefPtr<GStreamerGWorld> m_gstGWorld;
DMediaPlayerPrivateGStreamer.cpp1651 m_gstGWorld = GStreamerGWorld::createGWorld(m_playBin); in createGSTPlayBin()
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DFullscreenVideoControllerEfl.h75 RefPtr<WebCore::GStreamerGWorld> m_gstreamerGWorld;
/external/webkit/Source/WebCore/platform/graphics/
DMediaPlayer.h60 class GStreamerGWorld; variable
83 GStreamerGWorld* gstreamerGWorld;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DFullscreenVideoController.h77 RefPtr<WebCore::GStreamerGWorld> m_gstreamerGWorld;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFullScreenVideoQt.cpp63 GStreamerGWorld* gstreamerGWorld = m_videoElement->platformMedia().media.gstreamerGWorld; in enterFullScreen()
/external/webkit/Source/WebCore/
DCMakeListsEfl.txt186 platform/graphics/gstreamer/GStreamerGWorld.cpp
DWebCore.pro2982 platform/graphics/gstreamer/GStreamerGWorld.h \
2992 platform/graphics/gstreamer/GStreamerGWorld.cpp \
DGNUmakefile.list.am3736 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
3737 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
DGNUmakefile.am3710 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp \
3711 Source/WebCore/platform/graphics/gstreamer/GStreamerGWorld.h \
DChangeLog-2010-12-066268 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
6269 (WebCore::GStreamerGWorld::enterFullscreen):
6270 (WebCore::GStreamerGWorld::exitFullscreen):
30875 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
30876 (WebCore::GStreamerGWorld::setWindowOverlay):
44176 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
44177 * platform/graphics/gstreamer/GStreamerGWorld.h:
53498 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
53499 (WebCore::GStreamerGWorld::setWindowOverlay):
60773 * platform/graphics/gstreamer/GStreamerGWorld.cpp: Ditto.
[all …]
DWebCore.gypi4193 'platform/graphics/gstreamer/GStreamerGWorld.cpp',
4194 'platform/graphics/gstreamer/GStreamerGWorld.h',
DChangeLog-2011-02-1628332 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
32537 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
32538 (WebCore::GStreamerGWorld::setWindowOverlay): Use the new xoverlay
33205 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
33206 (WebCore::GStreamerGWorld::setWindowOverlay):
33219 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
33220 (WebCore::GStreamerGWorld::setWindowOverlay): Use the new xoverlay
46712 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
46713 (WebCore::GStreamerGWorld::enterFullscreen):
DChangeLog-2010-05-241623 PlatformMedia object contains a GStreamerGWorld object. That
1630 * platform/graphics/gstreamer/GStreamerGWorld.cpp: Added.
1631 (WebCore::GStreamerGWorld::createGWorld):
1632 (WebCore::GStreamerGWorld::GStreamerGWorld):
1633 (WebCore::GStreamerGWorld::~GStreamerGWorld):
1634 * platform/graphics/gstreamer/GStreamerGWorld.h: Added.
DChangeLog903 * platform/graphics/gstreamer/GStreamerGWorld.cpp:
904 (WebCore::GStreamerGWorld::exitFullscreen):
/external/webkit/Source/WebKit/mac/WebView/
DWebVideoFullscreenController.mm42 #import <WebCore/GStreamerGWorld.h>
108 WebCore::GStreamerGWorld* gstGworld = _mediaElement->platformMedia().media.gstreamerGWorld;
/external/webkit/Source/WebKit/gtk/po/
DChangeLog259 [GStreamer] GTK XOverlay support in GStreamerGWorld
/external/webkit/Source/WebKit/gtk/
DChangeLog5093 [GStreamer] GTK XOverlay support in GStreamerGWorld