Searched refs:mosaicWidth (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 60 int mosaicWidth=0, mosaicHeight=0; variable 204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight); in Finalize() 575 int width = mosaicWidth; 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() 623 width = mosaicWidth; 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() 633 for(int i=0; i<mosaicWidth; i+=2) in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() 635 V[j*mosaicWidth+i] = V[(2*j)*mosaicWidth+i]; // V in Java_com_android_camera_panorama_Mosaic_getFinalMosaicNV21() [all …]
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Mosaic.cpp | 72 mosaicWidth = mosaicHeight = 0; in initialize() 203 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic() 223 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 | 101 ImageType &imageMosaicYVU, int &mosaicWidth, int &mosaicHeight, in runBlend() argument 298 mosaicWidth = cropping_rect.right - cropping_rect.left + 1; in runBlend() 303 mosaicWidth = Mwidth; in runBlend()
|