Searched refs:imageTypeToRowPointers (Results 1 – 3 of 3) sorted by relevance
114 static ImageType *imageTypeToRowPointers(ImageType out, int width, int height);
109 ImageType *m_rows = ImageUtils::imageTypeToRowPointers(imageGray_, width, height); in addFrame()
176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers() function in ImageUtils