Searched refs:gst (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DGOwnPtrGStreamer.cpp24 #include <gst/gstelement.h>
H A DImageGStreamer.h26 #include <gst/gst.h>
27 #include <gst/video/video.h>
H A DWebKitWebSourceGStreamer.h24 #include <gst/gst.h>
H A DGRefPtrGStreamer.cpp24 #include <gst/gstelement.h>
H A DPlatformVideoWindowMac.mm25 #include <gst/gst.h>
H A DVideoSinkGStreamer.h26 #include <gst/video/gstvideosink.h>
H A DMediaPlayerPrivateGStreamer.h32 #include <gst/gst.h>
H A DGStreamerGWorld.cpp25 #include <gst/gst.h>
26 #include <gst/interfaces/xoverlay.h>
27 #include <gst/pbutils/pbutils.h>
H A DVideoSinkGStreamer.cpp34 #include <gst/gst.h>
35 #include <gst/video/video.h>
H A DMediaPlayerPrivateGStreamer.cpp48 #include <gst/gst.h>
49 #include <gst/interfaces/streamvolume.h>
50 #include <gst/video/video.h>
H A DWebKitWebSourceGStreamer.cpp35 #include <gst/app/gstappsrc.h>
36 #include <gst/pbutils/missing-plugins.h>
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c406 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
407 canonical->sysno = gst->guest_EAX;
408 canonical->arg1 = gst->guest_EBX;
409 canonical->arg2 = gst->guest_ECX;
410 canonical->arg3 = gst->guest_EDX;
411 canonical->arg4 = gst->guest_ESI;
412 canonical->arg5 = gst->guest_EDI;
413 canonical->arg6 = gst->guest_EBP;
418 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla;
419 canonical->sysno = gst
605 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
708 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
816 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c92 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
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_defs.h153 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
157 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
H A Dguest_amd64_helpers.c1612 void amd64g_dirtyhelper_FXSAVE ( VexGuestAMD64State* gst, HWord addr ) argument
1634 do_get_x87( gst, (UChar*)&tmp );
1635 mxcsr = amd64g_create_mxcsr( gst->guest_SSEROUND );
1701 COPY_U128( xmm[0], gst->guest_XMM0 );
1702 COPY_U128( xmm[1], gst->guest_XMM1 );
1703 COPY_U128( xmm[2], gst->guest_XMM2 );
1704 COPY_U128( xmm[3], gst->guest_XMM3 );
1705 COPY_U128( xmm[4], gst->guest_XMM4 );
1706 COPY_U128( xmm[5], gst->guest_XMM5 );
1707 COPY_U128( xmm[6], gst
1724 amd64g_dirtyhelper_FXRSTOR( VexGuestAMD64State* gst, HWord addr ) argument
2852 amd64g_dirtyhelper_PCMPxSTRx( VexGuestAMD64State* gst, HWord opc4_and_imm, HWord gstOffL, HWord gstOffR, HWord edxIN, HWord eaxIN ) argument
[all...]
H A Dguest_x86_helpers.c1546 void x86g_dirtyhelper_FINIT ( VexGuestX86State* gst )
1549 gst->guest_FTOP = 0;
1551 gst->guest_FPTAG[i] = 0; /* empty */
1552 gst->guest_FPREG[i] = 0; /* IEEE754 64-bit zero */
1554 gst->guest_FPROUND = (UInt)Irrm_NEAREST;
1555 gst->guest_FC3210 = 0;
1666 void x86g_dirtyhelper_FXSAVE ( VexGuestX86State* gst, HWord addr ) argument
1679 do_get_x87( gst, (UChar*)&tmp );
1680 mxcsr = x86g_create_mxcsr( gst->guest_SSEROUND );
1742 COPY_U128( xmm[0], gst
1757 x86g_dirtyhelper_FXRSTOR( VexGuestX86State* gst, HWord addr ) argument
1837 x86g_dirtyhelper_FSAVE( VexGuestX86State* gst, HWord addr ) argument
1844 x86g_dirtyhelper_FRSTOR( VexGuestX86State* gst, HWord addr ) argument
1851 x86g_dirtyhelper_FSTENV( VexGuestX86State* gst, HWord addr ) argument
1864 x86g_dirtyhelper_FLDENV( VexGuestX86State* gst, HWord addr ) argument
[all...]
H A Dguest_ppc_helpers.c125 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst, argument
144 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
154 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst, argument
179 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.cpp30 #include <gst/gst.h>
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-amd64-darwin.c70 VexGuestAMD64State gst; member in struct:hacky_sigframe
138 VG_(memset)(&frame->gst, 0, sizeof(VexGuestAMD64State));
145 frame->gst = tst->arch.vex;
215 tst->arch.vex = frame->gst;
H A Dsigframe-x86-darwin.c73 VexGuestX86State gst; member in struct:hacky_sigframe
141 VG_(memset)(&frame->gst, 0, sizeof(VexGuestX86State));
148 frame->gst = tst->arch.vex;
215 tst->arch.vex = frame->gst;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFullscreenVideoController.cpp33 #include <gst/gst.h>

Completed in 181 milliseconds