HomeSort by relevance Sort by last modified time
    Searched refs:gst (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
GOwnPtrGStreamer.cpp 24 #include <gst/gstelement.h>
ImageGStreamer.h 26 #include <gst/gst.h>
27 #include <gst/video/video.h>
WebKitWebSourceGStreamer.h 24 #include <gst/gst.h>
GRefPtrGStreamer.cpp 24 #include <gst/gstelement.h>
PlatformVideoWindowMac.mm 25 #include <gst/gst.h>
VideoSinkGStreamer.h 26 #include <gst/video/gstvideosink.h>
MediaPlayerPrivateGStreamer.h 32 #include <gst/gst.h>
GStreamerGWorld.cpp 25 #include <gst/gst.h>
26 #include <gst/interfaces/xoverlay.h>
27 #include <gst/pbutils/pbutils.h>
VideoSinkGStreamer.cpp 34 #include <gst/gst.h>
35 #include <gst/video/video.h>
MediaPlayerPrivateGStreamer.cpp 48 #include <gst/gst.h>
49 #include <gst/interfaces/streamvolume.h>
50 #include <gst/video/video.h>
    [all...]
WebKitWebSourceGStreamer.cpp 35 #include <gst/app/gstappsrc.h>
36 #include <gst/pbutils/missing-plugins.h>
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-main.c 407 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
408 canonical->sysno = gst->guest_EAX;
409 canonical->arg1 = gst->guest_EBX;
410 canonical->arg2 = gst->guest_ECX;
411 canonical->arg3 = gst->guest_EDX;
412 canonical->arg4 = gst->guest_ESI;
413 canonical->arg5 = gst->guest_EDI;
414 canonical->arg6 = gst->guest_EBP;
419 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla;
420 canonical->sysno = gst->guest_RAX
629 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
753 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
869 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
    [all...]
  /external/valgrind/main/VEX/switchback/
switchback.c 92 VexGuestState gst; variable
96 /* i386: helper1 = &gst, helper2 = %EFLAGS */
97 /* amd64: helper1 = &gst, helper2 = %EFLAGS */
98 /* ppc32: helper1 = &gst, helper2 = %CR, helper3 = %XER */
185 sb_helper1 = (HWord)&gst;
186 sb_helper2 = LibVEX_GuestX86_get_eflags(&gst);
222 sb_helper1 = (HWord)&gst;
223 sb_helper2 = LibVEX_GuestAMD64_get_rflags(&gst);
249 // gst
329 // gst: load word of guest_state_ptr to r3
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_defs.h 152 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
156 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
guest_amd64_helpers.c     [all...]
guest_x86_helpers.c     [all...]
guest_amd64_defs.h 247 VexGuestAMD64State* gst,
269 VexGuestAMD64State* gst,
guest_ppc_helpers.c 125 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
144 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
154 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
179 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FullscreenVideoControllerEfl.cpp 30 #include <gst/gst.h>
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-amd64-darwin.c 70 VexGuestAMD64State gst; member in struct:hacky_sigframe
140 VG_(memset)(&frame->gst, 0, sizeof(VexGuestAMD64State));
147 frame->gst = tst->arch.vex;
221 tst->arch.vex = frame->gst;
sigframe-x86-darwin.c 73 VexGuestX86State gst; member in struct:hacky_sigframe
143 VG_(memset)(&frame->gst, 0, sizeof(VexGuestX86State));
150 frame->gst = tst->arch.vex;
221 tst->arch.vex = frame->gst;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FullscreenVideoController.cpp 33 #include <gst/gst.h>

Completed in 1201 milliseconds