Searched defs:numChannels (Results 1 – 6 of 6) sorted by relevance
36 real numChannels; // Number of channels in input images variable
311 …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()
191 int numChannels = RggbChannelVector.COUNT; in toString() local
193 int numChannels = 1; in getMaxChannels() local
389 int numChannels, in Ac3AudioDescriptor()
1759 int numChannels = (data[pos] & 0x1e) >> 1; in parseAc3AudioStream() local