Searched refs:mosaicWidth (Results 1 – 5 of 5) sorted by relevance
/development/perftests/panorama/ |
D | benchmark.cpp | 98 int mosaicWidth, mosaicHeight; in main() local 99 ImageType resultYVU = mosaic.getMosaic(mosaicWidth, mosaicHeight); in main() 102 mosaicWidth, mosaicHeight, ImageUtils::IMAGE_TYPE_NUM_CHANNELS); in main() 117 iteration, mosaicWidth, mosaicHeight, in main() 122 ImageUtils::yvu2rgb(imageRGB, resultYVU, mosaicWidth, in main() 124 ImageUtils::writeBinaryPPM(imageRGB, filename, mosaicWidth, in main()
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Mosaic.cpp | 73 mosaicWidth = mosaicHeight = 0; in initialize() 206 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic() 226 width = mosaicWidth; in getMosaic()
|
D | Mosaic.h | 162 int mosaicWidth, mosaicHeight; variable
|
D | Blend.h | 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
|
D | Blend.cpp | 97 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight, in runBlend() argument 285 mosaicWidth = cropping_rect.right - cropping_rect.left + 1; in runBlend() 290 mosaicWidth = Mwidth; in runBlend()
|