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

  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_camera_StatsImage.cpp 67 int pixelValue = (byte1 << 8) | byte0;
69 sum[ch] += pixelValue;
70 sumSq[ch] += pixelValue * pixelValue;
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 578 uchar pixelValue = (uchar)255; // will switch to 0 if match found
589 pixelValue = 0;
594 bg_model->foreground->imageData[ bg_model->foreground->widthStep*i + j] = pixelValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 336 int pixelValue = (y & 0xFF) << 16 | (x & 0xFF) << 8;
337 data.setPixel(x, y, pixelValue);
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 343 uint32_t pixelValue = ((maxBlockX % 2) == (maxBlockY % 2)) ? 191 : 63;
344 checkPixel(buf, w-1, h-1, pixelValue);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineMultisampleTests.cpp 491 const deUint32 pixelValue = *((const deUint32*)image.getDataPtr() + pixelNdx);
493 if (histogram.find(pixelValue) != histogram.end())
494 histogram[pixelValue]++;
496 histogram[pixelValue] = 1;
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 628 milliseconds