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

1 2 3 4 5 6 7 8 91011>>

  /external/speex/libspeex/
vbr.c 129 int va; local
162 va = 0;
174 va = 1;
257 /*printf ("%f %f %f %f %d\n", qual, voicing, non_st, pow_ener/(.01+vbr->noise_level), va);*/
266 /*printf ("VBR: %f %f %f %d %f\n", (float)(log_energy-log(vbr->average_energy+MIN_ENERGY)), non_st, voicing, va, vbr->noise_level);*/
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptCThunker.java 70 void thunkBindAllocation(Allocation va, int slot) {
72 if (va != null) {
73 nva = ((AllocationThunker)va).mN;
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 20 #include <va/va.h>
23 #include <va/va_dec_vp8.h>
217 * do we need to send matrix to VA for each picture? If not, we need
  /hardware/intel/img/psb_video/src/
psb_output.h 37 #include <va/va.h>
43 #include <va/va_x11.h>
pnw_rotate.c 30 #include <va/va.h>
31 #include <va/va_backend.h>
32 #include <va/va_backend_tpi.h>
33 #include <va/va_backend_egl.h>
34 #include <va/va_drmcommon.h>
126 /* VA rotate from APP */
134 /* final rotation of VA rotate+WM rotate */
263 /* calc VA rotation and WM rotation, and assign to the final rotation degree */
psb_overlay.h 34 #include <va/va.h>
psb_drv_video.h 34 #include <va/va_backend.h>
35 #include <va/va.h>
36 #include <va/va_tpi.h>
38 #include <va/va_vpp.h>
294 int va_rotate; /* VA rotate passed from APP */
298 int local_rotation; /* final device rotate: VA rotate+wm rotate */
299 int extend_rotation; /* final device rotate: VA rotate+wm rotate */
  /frameworks/base/rs/java/android/renderscript/
Script.java 242 public void bindAllocation(Allocation va, int slot) {
244 mRS.validateObject(va);
245 if (va != null) {
247 final Type t = va.mType;
253 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
ProgramVertexFixedFunction.java 39 * @param va allocation containing fixed function matrices
41 public void bindConstants(Constants va) {
43 bindConstants(va.getAllocation(), 0);
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 108 static /*@exits@*/ void handle_yasm_fatal(const char *message, va_list va);
941 va_list va; local
943 va_start(va, fmt);
944 vfprintf(errfile, fmt, va);
945 va_end(va);
962 handle_yasm_fatal(const char *fmt, va_list va)
965 vfprintf(errfile, gettext(fmt), va);
  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 176 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &constDepthCoord[0]);
182 glu::VertexArrayBinding posBinding = glu::va::Float("a_position", 4, 4, 0, &varyingDepthCoord[0]);
223 glu::va::Float("a_position", 4, 4, 0, &position[0]),
224 glu::va::Float("a_coord", 2, 4, 0, &coord[0])
351 glu::va::Float("a_position", 4, 4, 0, &position[0]),
352 glu::va::Float("a_coord", 2, 4, 0, &coord[0])
389 glu::VertexArrayBinding posBinding = glu::va::Float(posLoc, 4, 4, 0, &position[0]);
es3fShaderPrecisionTests.cpp 377 vertexArrays.push_back(glu::va::Float("a_position", 4, numVertices, 0, &position[0]));
378 vertexArrays.push_back(glu::va::Float("a_in0", 1, numVertices, 0, &in0Arr[0]));
379 vertexArrays.push_back(glu::va::Float("a_in1", 1, numVertices, 0, &in1Arr[0]));
598 vertexArrays.push_back(glu::va::Float("a_position", 4, numVertices, 0, &position[0]));
599 vertexArrays.push_back(glu::va::Int32("a_in0", 1, numVertices, 0, &in0Arr[0]));
600 vertexArrays.push_back(glu::va::Int32("a_in1", 1, numVertices, 0, &in1Arr[0]));
792 vertexArrays.push_back(glu::va::Float("a_position", 4, numVertices, 0, &position[0]));
793 vertexArrays.push_back(glu::va::Uint32("a_in0", 1, numVertices, 0, &in0Arr[0]));
794 vertexArrays.push_back(glu::va::Uint32("a_in1", 1, numVertices, 0, &in1Arr[0]));
    [all...]
  /external/deqp/modules/glshared/
glsFragmentOpUtil.cpp 194 vertexArrays.push_back(glu::va::Float(m_positionLoc, 4, 4, 0, &position[0]));
195 vertexArrays.push_back(glu::va::Float(m_colorLoc, 4, 4, 0, (const float*)&quad.color[0]));
198 vertexArrays.push_back(glu::va::Float(m_color1Loc, 4, 4, 0, (const float*)&quad.color1[0]));
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.js 52 chrome.tts.getVoices(function(va) {
53 voiceArray = va;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.h 760 va_list va; local
761 va_start(va, fmt);
762 vfprintf(stderr, fmt, va);
763 va_end(va);
  /external/clang/test/Sema/
switch.c 86 switch (va) { // expected-error{{use of undeclared identifier 'va'}}
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 760 va_list va; local
761 va_start(va, fmt);
762 vfprintf(stderr, fmt, va);
763 va_end(va);
  /external/chromium_org/third_party/libva/va/
va_backend.h 32 #include <va/va.h>
38 /** \brief VA display types. */
40 /** \brief Mask to major identifier for VA display type. */
43 /** \brief VA/X11 API is used, through vaGetDisplay() entry-point. */
45 /** \brief VA/GLX API is used, through vaGetDisplayGLX() entry-point. */
47 /** \brief VA/Android API is used, through vaGetDisplay() entry-point. */
49 /** \brief VA/DRM API is used, through vaGetDisplayDRM() entry-point. */
51 /** \brief VA/Wayland API is used, through vaGetDisplayWl() entry-point. */
362 /* used by va trace */
    [all...]
  /external/eigen/bench/
benchVecAdd.cpp 64 VectorXf va = Map<VectorXf>(a, size2); local
71 benchVec(va, vb, vc);
  /external/javassist/src/main/javassist/
CtBehavior.java 551 LocalVariableAttribute va = (LocalVariableAttribute)ca.getAttribute( local
553 if (va == null) {
554 va = new LocalVariableAttribute(cp);
555 ca.getAttributes().add(va);
560 va.addEntry(0, ca.getCodeLength(),
621 LocalVariableAttribute va local
624 if (va != null)
625 va.shiftIndex(where, size);
    [all...]
  /frameworks/rs/driver/
rsdMeshObj.cpp 158 RsdVertexArray va(mAttribs, mAttribCount);
159 va.setup(rsc);
  /hardware/intel/common/libva/va/
va_backend.h 32 #include <va/va.h>
37 /** \brief VA display types. */
39 /** \brief Mask to major identifier for VA display type. */
42 /** \brief VA/X11 API is used, through vaGetDisplay() entry-point. */
44 /** \brief VA/GLX API is used, through vaGetDisplayGLX() entry-point. */
46 /** \brief VA/Android API is used, through vaGetDisplay() entry-point. */
48 /** \brief VA/DRM API is used, through vaGetDisplayDRM() entry-point. */
50 /** \brief VA/Wayland API is used, through vaGetDisplayWl() entry-point. */
361 /* used by va trace */
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 578 ValueAnimator va = LauncherAnimUtils.ofFloat(this, 0f, 1.0f); local
579 va.addUpdateListener(new AnimatorUpdateListener(){
593 va.addListener(new AnimatorListenerAdapter() {
606 va.setDuration(duration);
607 va.start();
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 1263 int32_t va = t->prevAuxLevel; local
1299 const int16_t va = t->auxLevel; local
1334 int32_t va = t->prevAuxLevel; local
1362 const int16_t va = (int16_t)t->auxLevel; local
1424 int32_t va = t->prevAuxLevel; local
1452 const int16_t va = (int16_t)t->auxLevel; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 122 static /*@exits@*/ void handle_yasm_fatal(const char *message, va_list va);
1320 va_list va; local
    [all...]

Completed in 3076 milliseconds

1 2 3 4 5 6 7 8 91011>>