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

<<11121314151617

  /hardware/intel/img/psb_video/src/android/
psb_output_android.c 31 #include <va/va_backend.h>
329 /* need to handle VA rotation, and set WM rotate to 0
438 drv_debug_msg(VIDEO_DEBUG_GENERAL, "SF rotation %d, VA rotation %d, final MSVDX rotation %d\n",
446 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Use texstreaming due to different VA surface rotation and final rotaion\n",
psb_surface_gralloc.c 27 #include <va/va_tpi.h>
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 572 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
  /external/chromium_org/third_party/libva/va/
va.h 25 * Video Acceleration (VA) API Specification
72 * \file va.h
82 #include <va/va_version.h>
89 * \mainpage Video Acceleration (VA) API
93 * The main motivation for VA-API (Video Acceleration API) is to
99 * VA-API is split into several modules:
114 The VA API is intended to provide an interface between a video decode/encode/display
250 * describing some aspects of the VA implemenation on a specific
685 /** \brief VA memory type (default) is supported. */
741 * supported attributes for the supplied VA @config. In particular, i
    [all...]
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 572 inline int cmp (IntType<Type,Size> va) const { Type a = va; Type b = v; return a < b ? -1 : a == b ? 0 : +1; }
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 281 static int cmpmodes(const void *va, const void *vb)
283 const SDL_NAME(XDGAMode) *a = (const SDL_NAME(XDGAMode) *)va;
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 17 #include <va/va.h>
331 WTRACE("Can't start VA as either SPS or PPS is still not available.");
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 17 #include <va/va.h>
342 WTRACE("Can't start VA as either SPS or PPS is still not available.");
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 19 #include <va/va_android.h>
20 #include <va/va_drmcommon.h>
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 293 /* === VA/GLX helpers === */
448 VASurfaceID surface; ///< Associated VA surface
727 // Destroy VA/GLX surface
737 // Create VA/GLX surface
802 /* === VA/GLX implementation from the driver (fordward calls) === */
807 if (!vtable->va##func##GLX) \
810 VAStatus status = vtable->va##func##GLX args; \
850 /* === VA/GLX implementation from libVA (generic and suboptimal path) === */
939 /* XXX: optimise case where we are associating the same VA surface
1008 /* Associate VA surface *
    [all...]
  /hardware/intel/common/libva/va/
va.h 25 * Video Acceleration (VA) API Specification
72 * \file va.h
82 #include <va/va_version.h>
95 * \mainpage Video Acceleration (VA) API
99 * The main motivation for VA-API (Video Acceleration API) is to
105 * VA-API is split into several modules:
121 The VA API is intended to provide an interface between a video decode/encode/display
296 * describing some aspects of the VA implemenation on a specific
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c 30 #include <va/va_backend.h>
31 #include <va/va_backend_tpi.h>
32 #include <va/va_backend_egl.h>
34 #include <va/va_backend_vpp.h>
37 #include <va/va_backend_vpp.h>
39 #include <va/va_drmcommon.h>
40 #include <va/va_android.h>
41 #include <va/va_tpi.h>
    [all...]
psb_texture.c 42 #include <va/va_backend.h>
43 #include <va/va_drmcommon.h>
112 * ITU-R BT.601, BT.709 and SMPTE 240M transfer matrices from VA 2.0
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 534 ka, va = ta = a.popitem()
535 self.assertEqual(va, int(ka))
test_dict.py 346 ka, va = ta = a.popitem()
347 self.assertEqual(va, int(ka))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mapping_tests.py 534 ka, va = ta = a.popitem()
535 self.assertEqual(va, int(ka))
test_dict.py 346 ka, va = ta = a.popitem()
347 self.assertEqual(va, int(ka))
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp     [all...]
es31fShaderHelperInvocationTests.cpp 145 vertexArrays.push_back(glu::va::Float("a_position", 2, (int)vertices.size(), 0, (const float*)&vertices[0]));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state.c 1997 uint64_t va; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 1997 uint64_t va; local
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 47 #include <va/va.h>
48 #include <va/va_enc_h264.h>
    [all...]
h264encode.c 39 #include <va/va.h>
40 #include <va/va_enc_h264.h>
934 fprintf(stderr, "error: failed to initialize VA entrypoints array\n");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 2726 va_list va; local
    [all...]

Completed in 5514 milliseconds

<<11121314151617