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

  /external/valgrind/coregrind/m_syswrap/
syswrap-main.c 465 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
466 canonical->sysno = gst->guest_EAX;
467 canonical->arg1 = gst->guest_EBX;
468 canonical->arg2 = gst->guest_ECX;
469 canonical->arg3 = gst->guest_EDX;
470 canonical->arg4 = gst->guest_ESI;
471 canonical->arg5 = gst->guest_EDI;
472 canonical->arg6 = gst->guest_EBP;
477 VexGuestAMD64State* gst = (VexGuestAMD64State*)gst_vanilla;
478 canonical->sysno = gst->guest_RAX
782 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
963 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
1110 VexGuestX86State* gst = (VexGuestX86State*)gst_vanilla; local
    [all...]
syswrap-xen.c 550 struct vki_xen_gnttab_setup_table *gst = local
553 (Addr)&gst->dom, sizeof(gst->dom));
555 (Addr)&gst->nr_frames, sizeof(gst->nr_frames));
1653 struct vki_xen_gnttab_setup_table *gst = local
    [all...]
  /external/libxcam/wrapper/gstreamer/
gstxcambuffermeta.h 2 * gstxcambuffermeta.h - gst xcam buffer meta data
24 #include <gst/gst.h>
25 #include <gst/gstmeta.h>
gstxcambufferpool.h 25 #include <gst/gst.h>
gstxcamfilter.h 2 * gstxcamfilter.h -gst xcamfilter plugin
24 #include <gst/gst.h>
25 #include <gst/video/video.h>
main_dev_manager.h 33 #include <gst/video/video.h>
34 #include <gst/gst.h>
gstxcamsrc.h 2 * gstxcamsrc.h - gst xcamsrc plugin
26 #include <gst/base/gstpushsrc.h>
gstxcambufferpool.cpp 30 * gst-launch -v -m fakesrc ! xcambufferpool ! fakesink silent=TRUE
38 #include <gst/video/gstvideopool.h>
39 #include <gst/allocators/gstdmabuf.h>
40 #include <gst/gstmeta.h>
gstxcamfilter.cpp 2 * gstxcamfilter.cpp -gst xcamfilter plugin
24 #include <gst/gstmeta.h>
25 #include <gst/allocators/gstdmabuf.h>
    [all...]
  /external/libxcam/tests/
test-xcamsrc-camera.sh 3 gst-launch-1.0 xcamsrc sensor-id=3 capture-mode=1 io-mode=4 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! queue ! vaapiencode_h264 ! fakesink
  /external/valgrind/VEX/priv/
guest_ppc_defs.h 169 extern void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
173 extern void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
guest_amd64_defs.h 176 ( VexGuestAMD64State* gst, HWord addr );
178 ( VexGuestAMD64State* gst, HWord addr );
181 ( VexGuestAMD64State* gst, HWord addr );
183 ( VexGuestAMD64State* gst, HWord addr );
263 VexGuestAMD64State* gst,
285 VexGuestAMD64State* gst,
guest_x86_helpers.c     [all...]
guest_amd64_helpers.c     [all...]
guest_ppc_helpers.c 126 void ppc32g_dirtyhelper_LVS ( VexGuestPPC32State* gst,
145 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
155 void ppc64g_dirtyhelper_LVS ( VexGuestPPC64State* gst,
182 pU128_dst = (U128*)( ((UChar*)gst) + vD_off );
    [all...]
  /external/valgrind/VEX/pub/
libvex_guest_amd64.h 212 void LibVEX_GuestAMD64_fxsave ( /*IN*/VexGuestAMD64State* gst,
219 /*MOD*/VexGuestAMD64State* gst );
  /external/libxcam/wrapper/gstreamer/interface/
gstxcaminterface.h 2 * gstxcaminterface.h - gst xcam interface
29 #include <gst/gst.h>
36 /*! \brief Get GST interface type of XCam 3A interface
42 /*! \brief Get GST XCam 3A handle.
50 /*! \brief Get GST XCam 3A interface
469 /*! \brief Get GST interface type of XCam 3A interface.
  /external/libxcam/
README.md 55 * If --enable-gst, need install libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev
78 --enable-gst enable gstreamer plugin build, [default=no]
87 $ ./autogen.sh --prefix=/usr --enable-3alib --enable-aiq --enable-gst --enable-drm \

Completed in 1039 milliseconds