Home
last modified time | relevance | path

Searched refs:mosaicWidth (Results 1 – 5 of 5) sorted by relevance

/development/perftests/panorama/
Dbenchmark.cpp98 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/
DMosaic.cpp73 mosaicWidth = mosaicHeight = 0; in initialize()
206 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic()
226 width = mosaicWidth; in getMosaic()
DMosaic.h162 int mosaicWidth, mosaicHeight; variable
DBlend.h77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
DBlend.cpp97 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()