HomeSort by relevance Sort by last modified time
    Searched defs:vIndex (Results 1 - 6 of 6) sorted by null

  /hardware/google/easel/camera/libhdrplusclient/
HdrPlusClientUtils.cpp 45 uint32_t vIndex = streamConfig.image.planes[0].scanline *
48 uint32_t uIndex = vIndex + 1;
52 int32_t vc = ((uint8_t*)buffer.data)[vIndex] - 128;
  /cts/tests/openglperf2/jni/graphics/
GLUtils.cpp 106 int vIndex = i * 3;
107 vertices[vIndex + 0] = readFloat(buffer + index);
109 vertices[vIndex + 1] = readFloat(buffer + index);
111 vertices[vIndex + 2] = readFloat(buffer + index);
114 normals[vIndex + 0] = readFloat(buffer + index);
116 normals[vIndex + 1] = readFloat(buffer + index);
118 normals[vIndex + 2] = readFloat(buffer + index);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 709 int vIndex = uvRowIndex;
718 int vv = data[vIndex] & 0xFF;
725 vIndex += uvInc;
760 int vIndex = vRowIndex;
771 vv = data[vIndex] & 0xFF;
773 vIndex++;
792 int vIndex = 3;
804 int vv = data[vIndex] & 0xFF;
810 vIndex += 4;
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 531 milliseconds