Home
last modified time | relevance | path

Searched defs:numChannels (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
DPyramid.h36 real numChannels; // Number of channels in input images variable
DImageUtils.cpp311 …tils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels) in writeBinaryPPM()
333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage()