Searched refs:numChannels (Results 1 – 7 of 7) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | ImageUtils.cpp | 311 …tils::writeBinaryPPM(ImageType image, const char *filename, int width, int height, int numChannels) in writeBinaryPPM() argument 320 if (numChannels == 3) { in writeBinaryPPM() 322 } else if (numChannels == 1) { in writeBinaryPPM() 327 fwrite(image, sizeof(ImageTypeBase), numChannels*width*height, imgout); in writeBinaryPPM() 333 ImageType ImageUtils::allocateImage(int width, int height, int numChannels, short int border) in allocateImage() argument 336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase)); in allocateImage()
|
D | ImageUtils.h | 102 …yPPM(ImageType image, const char *filename, int width, int height, int numChannels = IMAGE_TYPE_NU… 107 static ImageType allocateImage(int width, int height, int numChannels, short int border = 0);
|
D | Pyramid.h | 36 real numChannels; // Number of channels in input images variable
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | CaptureDataSerializer.java | 191 int numChannels = RggbChannelVector.COUNT; in toString() local 193 for (int ch = 0; ch < numChannels; ch++) { in toString() 213 if (ch < numChannels - 1) { in toString()
|
/packages/apps/TV/src/com/android/tv/tuner/data/ |
D | PsipData.java | 378 byte surroundMode, byte bsmod, int numChannels, boolean fullSvc, byte langCod, in Ac3AudioDescriptor() argument 386 mNumChannels = numChannels; in Ac3AudioDescriptor()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarAudioService.java | 393 int numChannels = 1; in getMaxChannles() local 396 if (currentNumChannles > numChannels) { in getMaxChannles() 397 numChannels = currentNumChannles; in getMaxChannles()
|
/packages/apps/TV/src/com/android/tv/tuner/ts/ |
D | SectionParser.java | 1453 int numChannels = (data[pos] & 0x1e) >> 1; in parseAc3AudioStream() local 1458 if (numChannels == 0) { in parseAc3AudioStream() 1487 switch (numChannels) { in parseAc3AudioStream()
|