Home
last modified time | relevance | path

Searched refs:pixelValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEDisplacementMap.cpp154 … unsigned char pixelValue = srcPixelArrayA->item(srcY * stride + srcX * 4 + channel); in applySoftware() local
155 dstPixelArray->set(dstIndex + channel, pixelValue); in applySoftware()
/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp578 uchar pixelValue = (uchar)255; // will switch to 0 if match found in icvBackgroundTest() local
589 pixelValue = 0; in icvBackgroundTest()
594 bg_model->foreground->imageData[ bg_model->foreground->widthStep*i + j] = pixelValue; in icvBackgroundTest()