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

  /frameworks/base/media/libstagefright/yuv/
YUVCanvas.cpp 78 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue);
102 srcImage.getPixelValue(srcX, srcY, &yValue, &uValue, &vValue);
YUVImage.cpp 163 bool YUVImage::getPixelValue(int32_t x, int32_t y,
399 getPixelValue(x, y, &yValue, &uValue, & vValue);
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEConvolveMatrix.h 97 ALWAYS_INLINE int getPixelValue(PaintingData&, int x, int y);
FEConvolveMatrix.cpp 205 For other regions, fastSetOuterPixels is used, which calls getPixelValue,
287 ALWAYS_INLINE int FEConvolveMatrix::getPixelValue(PaintingData& paintingData, int x, int y)
347 int pixelIndex = getPixelValue(paintingData, kernelPixelX, kernelPixelY);
  /frameworks/base/include/media/stagefright/
YUVImage.h 80 bool getPixelValue(int32_t x, int32_t y,

Completed in 347 milliseconds