HomeSort by relevance Sort by last modified time
    Searched refs:va (Results 1 - 25 of 418) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libva/va/drm/
va_drm.h 30 #include <va/va.h>
44 * \brief Returns a VA display derived from the specified DRM connection.
46 * This function returns a (possibly cached) VA display from the
50 * @return the VA display
va_drm_utils.h 2 * va_drm_utils.h - VA/DRM Utilities
30 #include <va/va_backend.h>
34 * \brief VA/DRM Utilities
36 * This file contains VA/DRM utility functions. The API herein defined is
37 * internal to libva. Users include the VA/DRM API itself or VA/Android,
46 * \brief Returns the VA driver name for the active display.
49 * contains the VA driver name for the active display. Active display means
59 * the VA driver name
  /hardware/intel/common/libva/va/drm/
va_drm.h 30 #include <va/va.h>
44 * \brief Returns a VA display derived from the specified DRM connection.
46 * This function returns a (possibly cached) VA display from the
50 * @return the VA display
va_drm_utils.h 2 * va_drm_utils.h - VA/DRM Utilities
30 #include <va/va_backend.h>
34 * \brief VA/DRM Utilities
36 * This file contains VA/DRM utility functions. The API herein defined is
37 * internal to libva. Users include the VA/DRM API itself or VA/Android,
46 * \brief Returns the VA driver name for the active display.
49 * contains the VA driver name for the active display. Active display means
59 * the VA driver name
  /external/chromium_org/third_party/libva/va/egl/
va_backend_egl.h 28 #include <va/va.h>
29 #include <va/va_backend.h>
  /hardware/intel/common/libva/va/egl/
va_backend_egl.h 28 #include <va/va.h>
29 #include <va/va_backend.h>
va_egl.h 4 #include <va/va.h>
  /bionic/libc/bionic/
__vsnprintf_chk.cpp 48 size_t dest_len_from_compiler, const char* format, va_list va) {
53 return vsnprintf(dest, supplied_size, format, va);
69 va_list va; local
70 va_start(va, format);
71 int result = __vsnprintf_chk(dest, supplied_size, flags, dest_len_from_compiler, format, va);
72 va_end(va);
__vsprintf_chk.cpp 48 size_t dest_len_from_compiler, const char* format, va_list va) {
49 int result = vsnprintf(dest, dest_len_from_compiler, format, va);
69 va_list va; local
70 va_start(va, format);
71 int result = __vsprintf_chk(dest, flags, dest_len_from_compiler, format, va);
72 va_end(va);
  /external/deqp/framework/qphelper/
qpDebugOut.h 34 void qpPrintv (const char* fmt, va_list va);
37 void qpDiev (const char* fmt, va_list va);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_display.c 28 #include <va/va.h>
29 #include <va/va_backend.h>
va_picture.c 28 #include <va/va.h>
29 #include <va/va_backend.h>
  /external/mesa3d/src/gallium/state_trackers/va/
va_display.c 28 #include <va/va.h>
29 #include <va/va_backend.h>
va_picture.c 28 #include <va/va.h>
29 #include <va/va_backend.h>
  /external/chromium_org/third_party/libva/va/
va_backend_tpi.h 32 #include <va/va.h>
33 #include <va/va_backend.h>
34 #include <va/va_tpi.h>
  /hardware/intel/common/libva/va/
va_backend_tpi.h 32 #include <va/va.h>
33 #include <va/va_backend.h>
34 #include <va/va_tpi.h>
  /hardware/intel/img/psb_video/src/
tng_VP8.h 38 #include <va/va_dec_vp8.h>
  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.c 25 va_list va; local
27 va_start(va, msg);
29 vfprintf(stderr, msg, va);
31 va_end(va);
63 va_list va; local
65 va_start(va, msg);
67 vfprintf(stderr, msg, va);
69 va_end(va);
  /external/chromium_org/third_party/libva/va/wayland/
va_backend_wayland.h 2 * va_backend_wayland.h - VA driver implementation hooks for Wayland
30 #include <va/va.h>
33 /** \brief VA/Wayland API version. */
39 /** \brief VA/Wayland implementation hooks. */
48 /** \brief Hook to return Wayland buffer associated with the VA surface. */
56 /** \brief Hook to return Wayland buffer associated with the VA image. */
va_wayland.h 30 #include <va/va.h>
50 * - Create a VA display for an active Wayland display ;
51 * - Perform normal VA-API operations, e.g. decode to a VA surface ;
52 * - Get wl_buffer associated to the VA surface ;
57 * \brief Returns a VA display wrapping the specified Wayland display.
59 * This functions returns a (possibly cached) VA display from the
63 * @return the VA display
69 * \brief Returns the Wayland buffer associated with a VA surface
    [all...]
  /external/clang/test/SemaCXX/
windows-arm-valist.cpp 13 va_list va; local
15 static_assert(is_same<decltype(va), decltype(cp)>::value,
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 25 va_list va; local
27 va_start(va, msg);
29 vfprintf(stderr, msg, va);
31 va_end(va);
63 va_list va; local
65 va_start(va, msg);
67 vfprintf(stderr, msg, va);
69 va_end(va);
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
va_private.h 20 #include <va/va.h>
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
va_private.h 19 #include <va/va.h>
  /hardware/intel/common/libva/va/wayland/
va_backend_wayland.h 2 * va_backend_wayland.h - VA driver implementation hooks for Wayland
30 #include <va/va.h>
33 /** \brief VA/Wayland API version. */
39 /** \brief VA/Wayland implementation hooks. */
48 /** \brief Hook to return Wayland buffer associated with the VA surface. */
56 /** \brief Hook to return Wayland buffer associated with the VA image. */

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>