OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GstMessage
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
PlatformVideoWindowEfl.cpp
38
void PlatformVideoWindow::prepareForOverlay(
GstMessage
*)
GStreamerGWorld.h
31
typedef struct _GstMessage
GstMessage
;
39
gboolean gstGWorldSyncMessageCallback(GstBus* bus,
GstMessage
* message, gpointer data);
42
friend gboolean gstGWorldSyncMessageCallback(GstBus* bus,
GstMessage
* message, gpointer data);
54
void setWindowOverlay(
GstMessage
* message);
PlatformVideoWindow.h
32
typedef struct _GstMessage
GstMessage
;
44
void prepareForOverlay(
GstMessage
*);
MediaPlayerPrivateGStreamer.h
36
typedef struct _GstMessage
GstMessage
;
51
gboolean handleMessage(
GstMessage
*);
147
void mediaLocationChanged(
GstMessage
*);
149
void processBufferingStats(
GstMessage
*);
PlatformVideoWindowGtk.cpp
65
void PlatformVideoWindow::prepareForOverlay(
GstMessage
*)
PlatformVideoWindowMac.mm
40
void PlatformVideoWindow::prepareForOverlay(
GstMessage
* message)
PlatformVideoWindowQt.cpp
127
void PlatformVideoWindow::prepareForOverlay(
GstMessage
*)
GStreamerGWorld.cpp
40
gboolean gstGWorldSyncMessageCallback(GstBus* bus,
GstMessage
* message, gpointer data)
203
void GStreamerGWorld::setWindowOverlay(
GstMessage
* message)
MediaPlayerPrivateGStreamer.cpp
84
static gboolean mediaPlayerPrivateMessageCallback(GstBus*,
GstMessage
* message, MediaPlayerPrivateGStreamer* player)
706
gboolean MediaPlayerPrivateGStreamer::handleMessage(
GstMessage
* message)
789
void MediaPlayerPrivateGStreamer::processBufferingStats(
GstMessage
* message)
[
all
...]
Completed in 86 milliseconds