HomeSort by relevance Sort by last modified time
    Searched refs:arrSize (Results 1 - 8 of 8) sorted by null

  /external/opencv/cvaux/src/
cvcalibfilter.cpp 98 int i, arrSize;
143 arrSize = etalonParamCount * sizeof(etalonParams[0]);
144 etalonParams = (double*)cvAlloc( arrSize );
147 arrSize = pointCount * sizeof(etalonPoints[0]);
153 etalonPoints = (CvPoint2D32f*)cvAlloc( arrSize );
178 memcpy( etalonParams, params, arrSize );
179 memcpy( etalonPoints, points, arrSize );
624 int arrSize;
634 arrSize = cameraCount * sizeof(params[0]);
636 cvInitMatHeader( &mat, 1, cameraCount * (arrSize/sizeof(float))
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSResizeTest.java 47 int arrSize = w * h * (vecSize == 3 ? 4 : vecSize);
48 int[] baseAlloc = new int[arrSize];
54 byteAlloc = new byte[arrSize];
55 for (int i = 0; i < arrSize; i++) {
61 floatAlloc = new float[arrSize];
62 for (int i = 0; i < arrSize; i++) {
  /external/deqp/framework/opengl/
gluVarType.cpp 393 const int arrSize = *sizeIter;
394 if (arrSize == VarType::UNSIZED_ARRAY)
397 str << "[" << arrSize << "]";
  /frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
WapPushTest.java     [all...]
  /external/valgrind/VEX/useful/
test_main.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 157 const int arrSize = rnd.getInt(1, m_maxArrayLength);
158 block.setLastUnsizedArraySize(instanceNdx, arrSize);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 168 const int arrSize = rnd.getInt(0, m_maxArrayLength);
169 block.setLastUnsizedArraySize(instanceNdx, arrSize);
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 810 milliseconds