HomeSort by relevance Sort by last modified time
    Searched refs:va (Results 351 - 375 of 500) sorted by null

<<11121314151617181920

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 303 va_list va; local
311 va_start(va, format);
312 msg = ralloc_vasprintf(mem_ctx, format, va);
313 va_end(va);
    [all...]
  /external/opencv3/3rdparty/zlib/
zlib.h     [all...]
  /external/zlib/src/
zlib.h     [all...]
  /frameworks/rs/cpp/
rsDispatch.h 24 typedef const void* (*AllocationGetTypeFnPtr)(RsContext con, RsAllocation va);
  /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>
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.c 124 SQDMLAL <Va><d>, <Vb><n>, <Vm>.<Ts>[<index>]
134 va_list va;
136 va_start (va, mask);
137 num = va_arg (va, uint32_t);
142 kind = va_arg (va, enum aarch64_field_kind);
258 /* e.g. SQDMLAL <Va><d>, <Vb><n>, <Vm>.<Ts>[<index>]. */
305 /* Index only for e.g. SQDMLAL <Va><d>, <Vb><n>, <Vm>.<Ts>[<index>]
306 or SQDMLAL <Va><d>, <Vb><n>, <Vm>.<Ts>[<index>]. */
132 va_list va; local
    [all...]
  /external/vixl/src/vixl/a64/
macro-assembler-a64.h     [all...]
  /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>
343 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/gdb/darwin-x86/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/gdb/linux-x86/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/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))

Completed in 592 milliseconds

<<11121314151617181920