/external/libvpx/libvpx/third_party/libmkv/ |
EbmlWriter.h | 40 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize);
|
EbmlWriter.c | 145 void Ebml_WriteVoid(EbmlGlobal *glob, unsigned long vSize) { 150 Ebml_WriteLen(glob, vSize); 152 for (i = 0; i < vSize; i++) {
|
/external/mesa3d/src/mesa/program/ |
prog_parameter.c | 484 * \param vSize number of element in v 492 const gl_constant_value v[], GLuint vSize, 497 assert(vSize >= 1); 498 assert(vSize <= 4); 510 for (j = 0; j < vSize; j++) { 514 if (match == vSize) { 521 if (vSize == 1) { 533 else if (vSize <= list->Parameters[i].Size) { 537 for (j = 0; j < vSize; j++) { 556 if (match == vSize) { [all...] |
prog_parameter.h | 178 const gl_constant_value v[], GLuint vSize,
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicHistogram.cpp | 105 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); 109 switch(vSize) { 118 vSize = 4; 142 memset(mSums, 0, 256 * sizeof(int32_t) * threads * vSize); 151 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); 153 if (vSize == 3) vSize = 4; 155 for (uint32_t ct=0; ct < (256 * vSize); ct++) { 158 o[ct] += mSums[ct + (256 * vSize * t)];
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_parameter.c | 495 * \param vSize number of element in v 503 const gl_constant_value v[], GLuint vSize, 508 assert(vSize >= 1); 509 assert(vSize <= 4); 521 for (j = 0; j < vSize; j++) { 525 if (match == vSize) { 532 if (vSize == 1) { 544 else if (vSize <= list->Parameters[i].Size) { 548 for (j = 0; j < vSize; j++) { 567 if (match == vSize) { [all...] |
prog_parameter.h | 178 const gl_constant_value v[], GLuint vSize,
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
VectorTest.java | 224 int vSize = tVector.size(); 225 for (int counter = vSize - 1; counter >= 0; counter--) 227 .get(counter + vSize)); 235 .get(vSize)); 237 .get(vSize + 1)); 239 .get(vSize + 2)); [all...] |
/libcore/luni/src/test/java/tests/api/java/util/ |
VectorTest.java | 253 int vSize = tVector.size(); 254 for (int counter = vSize - 1; counter >= 0; counter--) 256 .get(counter + vSize)); 264 .get(vSize)); 266 .get(vSize + 1)); 268 .get(vSize + 2)); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
rbbitblb.cpp | 931 int32_t vSize = vec->size(); 932 for (i=0; i<vSize; i++) { [all...] |
triedict.cpp | [all...] |
/external/icu4c/common/ |
rbbitblb.cpp | 931 int32_t vSize = vec->size(); 932 for (i=0; i<vSize; i++) { [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.cpp | [all...] |
/device/lge/mako/camera/QCamera/HAL/core/src/ |
QCameraHWI_Parm.cpp | 868 String8 vSize = create_sizes_str(&mVideoSizes[0], 1); 869 mParameters.set(CameraParameters::KEY_VIDEO_SIZE, vSize.string()); [all...] |
/device/lge/mako/camera/ |
QCameraHWI_Parm.cpp | 893 String8 vSize = create_sizes_str(&mVideoSizes[0], 1); 894 mParameters.set(QCameraParameters::KEY_VIDEO_SIZE, vSize.string()); [all...] |
QualcommCameraHardware.cpp | [all...] |
/hardware/qcom/camera/QCamera2/HAL/ |
QCameraParameters.cpp | [all...] |