Home
last modified time | relevance | path

Searched refs:mosaicHeight (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()
123 mosaicHeight); in main()
125 mosaicHeight); in main()
/development/perftests/panorama/feature_mos/src/mosaic/
DMosaic.cpp73 mosaicWidth = mosaicHeight = 0; in initialize()
206 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic()
227 height = mosaicHeight; 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
286 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1; in runBlend()
291 mosaicHeight = Mheight; in runBlend()