Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp60 int mosaicWidth=0, mosaicHeight=0; variable
204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight); in Finalize()
576 int height = mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaic()
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight, in Java_com_android_camera_panorama_Mosaic_getFinalMosaic()
582 ImageUtils::yvu2bgr(resultBGR, resultYVU, mosaicWidth, mosaicHeight); in Java_com_android_camera_panorama_Mosaic_getFinalMosaic()
624 height = mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
629 ImageType V = resultYVU+mosaicWidth*mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
630 ImageType U = V+mosaicWidth*mosaicHeight; in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
631 for(int j=0; j<mosaicHeight/2; j++) in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.cpp72 mosaicWidth = mosaicHeight = 0; in initialize()
203 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic()
224 height = mosaicHeight; in getMosaic()
DMosaic.h162 int mosaicWidth, mosaicHeight; variable
DBlend.h77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
DBlend.cpp101 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight, in runBlend() argument
299 mosaicHeight = cropping_rect.bottom - cropping_rect.top + 1; in runBlend()
304 mosaicHeight = Mheight; in runBlend()