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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 108 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
112 switch(vSize) {
121 vSize = 4;
145 memset(mSums, 0, 256 * sizeof(int32_t) * threads * vSize);
157 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize();
159 if (vSize == 3) vSize = 4;
161 for (uint32_t ct=0; ct < (256 * vSize); ct++) {
164 o[ct] += mSums[ct + (256 * vSize * t)];
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
VectorTest.java 258 int vSize = tVector.size();
259 for (int counter = vSize - 1; counter >= 0; counter--)
261 .get(counter + vSize));
269 .get(vSize));
271 .get(vSize + 1));
273 .get(vSize + 2));
    [all...]
  /external/icu/icu4c/source/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/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp     [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp     [all...]

Completed in 505 milliseconds