Searched refs:mosaicHeight (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() 123 mosaicHeight); in main() 125 mosaicHeight); 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() 227 height = mosaicHeight; 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 286 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1; in runBlend() 291 mosaicHeight = Mheight; in runBlend()
|