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

  /frameworks/av/include/media/stagefright/
YUVImage.h 75 bool validPixel(int32_t x, int32_t y) const;
  /frameworks/av/media/libstagefright/yuv/
YUVImage.cpp 158 bool YUVImage::validPixel(int32_t x, int32_t y) const {
165 CHECK(validPixel(x, y));
181 CHECK(validPixel(x, y));

Completed in 35 milliseconds