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

1 2 3 4 5 67 8 91011>>

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderBase.h 23 #include <va/va_tpi.h>
24 #include <va/va_android.h>
  /hardware/intel/img/psb_video/src/x11/
psb_x11.h 44 #include <va/va.h>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
wchar_h.pass.cpp 39 __darwin_va_list va; local
41 __builtin_va_list va; local
49 static_assert((std::is_same<decltype(vfwprintf(fp, L"", va)), int>::value), "");
50 static_assert((std::is_same<decltype(vfwscanf(fp, L"", va)), int>::value), "");
51 static_assert((std::is_same<decltype(vswprintf(ws, s, L"", va)), int>::value), "");
52 static_assert((std::is_same<decltype(vswscanf(L"", L"", va)), int>::value), "");
53 static_assert((std::is_same<decltype(vwprintf(L"", va)), int>::value), "");
54 static_assert((std::is_same<decltype(vwscanf(L"", va)), int>::value), "");
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rs.h 38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rs.h 38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rs.h 38 void rsaMeshGetIndices(RsContext, RsMesh, RsAllocation *va,
46 const void* rsaAllocationGetType(RsContext con, RsAllocation va);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-preproc.c 107 va_list va; local
109 va_start(va, fmt);
112 yasm_warn_set_va(YASM_WARN_PREPROC, fmt, va);
115 yasm_error_set_va(YASM_ERROR_GENERAL, fmt, va);
118 yasm_fatal(fmt, va);
127 va_end(va);
  /frameworks/rs/
rs.spec 134 param RsAllocation va
144 param RsAllocation va
152 param RsAllocation va
160 param RsAllocation va
172 param RsAllocation va
185 param RsAllocation va
189 param RsAllocation va
194 param RsAllocation va
202 param RsAllocation va
215 param RsAllocation va
    [all...]
rsAllocation.cpp 564 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
565 Allocation *a = static_cast<Allocation *>(va);
570 void rsi_AllocationGenerateMipmaps(Context *rsc, RsAllocation va) {
571 Allocation *alloc = static_cast<Allocation *>(va);
575 void rsi_AllocationCopyToBitmap(Context *rsc, RsAllocation va, void *data, size_t sizeBytes) {
576 Allocation *a = static_cast<Allocation *>(va);
582 void rsi_Allocation1DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t lod,
584 Allocation *a = static_cast<Allocation *>(va);
588 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
590 Allocation *a = static_cast<Allocation *>(va);
    [all...]
  /external/libgsm/src/
short_term.c 320 float va[9], rrpa[8]; local
324 va[i] = v[i];
330 sri -= rrpa[i] * va[i];
334 temp = va[i] + rrpa[i] * sri;
337 va[i+1] = temp;
339 *sr++ = va[0] = sri;
341 for (i = 0; i < 9; ++i) v[i] = va[i];
  /external/tinyxml2/
tinyxml2.cpp 1687 va_list va; local
    [all...]
  /external/qemu/target-i386/
hax-darwin.c 35 int hax_populate_ram(uint64_t va, uint32_t size)
47 info.va = va;
76 info.va = (uint64_t)(uintptr_t)qemu_get_ram_ptr(phys_offset);
255 vcpu->tunnel = (struct hax_tunnel *)(uintptr_t)(info.va);
hax-windows.c 64 int hax_populate_ram(uint64_t va, uint32_t size)
78 info.va = va;
91 size, (unsigned long long)va);
121 info.va = (uint64_t)(uintptr_t)qemu_get_ram_ptr(phys_offset);
379 vcpu->tunnel = (struct hax_tunnel *)(uintptr_t)(info.va);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardMultiUserAvatar.java 188 ValueAnimator va = ValueAnimator.ofFloat(0f, 1f); local
189 va.addUpdateListener(new AnimatorUpdateListener() {
202 va.addListener(new AnimatorListenerAdapter() {
210 va.setDuration(duration);
211 va.start();
  /frameworks/base/rs/java/android/renderscript/
Program.java 160 * @param va allocation containing texture data
164 public void bindTexture(Allocation va, int slot)
170 if (va != null && va.getType().hasFaces() &&
175 long id = va != null ? va.getID(mRS) : 0;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragView.java 206 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f); local
207 va.setDuration(duration);
208 va.setInterpolator(new DecelerateInterpolator(1.5f));
209 va.addUpdateListener(new AnimatorUpdateListener() {
215 va.start();
  /packages/apps/Launcher3/src/com/android/launcher3/
DragView.java 215 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1f); local
216 va.setDuration(duration);
217 va.setInterpolator(new DecelerateInterpolator(1.5f));
218 va.addUpdateListener(new AnimatorUpdateListener() {
224 va.start();
  /external/qemu/hw/core/
sysbus.c 134 va_list va; local
144 va_start(va, addr);
147 irq = va_arg(va, qemu_irq);
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 20 #include <va/va.h>
21 #include <va/va_tpi.h>
144 // TODO: move this to va.h
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h 20 #include <va/va.h>
21 #include <va/va_tpi.h>
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 26 chrome.tts.getVoices(function(va) {
27 voiceArray = va;
  /external/libcxx/test/strings/c.strings/
cwchar.pass.cpp 39 __darwin_va_list va; local
41 __builtin_va_list va; local
49 static_assert((std::is_same<decltype(std::vfwprintf(fp, L"", va)), int>::value), "");
50 static_assert((std::is_same<decltype(std::vfwscanf(fp, L"", va)), int>::value), "");
51 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), "");
52 static_assert((std::is_same<decltype(std::vswscanf(L"", L"", va)), int>::value), "");
53 static_assert((std::is_same<decltype(std::vwprintf(L"", va)), int>::value), "");
54 static_assert((std::is_same<decltype(std::vwscanf(L"", va)), int>::value), "");
  /external/libexif/test/nls/
test-codeset.c 12 static int my_streq(const char *va, const char *vb) {
13 const char *a = va;
  /external/oprofile/module/
compat22.h 75 #define virt_to_page(va) MAP_NR(va)
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 91 ProgramVertexFixedFunction.Constants va = new ProgramVertexFixedFunction.Constants(mRS); local
92 ((ProgramVertexFixedFunction)pvDefault).bindConstants(va);

Completed in 516 milliseconds

1 2 3 4 5 67 8 91011>>