Home
last modified time | relevance | path

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

/packages/apps/Camera/jni/
Dfeature_mos_jni.cpp60 int mosaicWidth=0, mosaicHeight=0; variable
204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight); in Finalize()
575 int width = mosaicWidth; in Java_com_android_camera_Mosaic_getFinalMosaic()
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight, in Java_com_android_camera_Mosaic_getFinalMosaic()
582 ImageUtils::yvu2bgr(resultBGR, resultYVU, mosaicWidth, mosaicHeight); in Java_com_android_camera_Mosaic_getFinalMosaic()
623 width = mosaicWidth; in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
629 ImageType V = resultYVU+mosaicWidth*mosaicHeight; in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
630 ImageType U = V+mosaicWidth*mosaicHeight; in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
633 for(int i=0; i<mosaicWidth; i+=2) in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
635 V[j*mosaicWidth+i] = V[(2*j)*mosaicWidth+i]; // V in Java_com_android_camera_Mosaic_getFinalMosaicNV21()
[all …]
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp60 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/
DMosaic.cpp72 mosaicWidth = mosaicHeight = 0; in initialize()
203 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic()
223 width = mosaicWidth; in getMosaic()
DBlend.cpp101 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()
DMosaic.h162 int mosaicWidth, mosaicHeight; variable
DBlend.h77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);
/packages/apps/Camera/jni/feature_mos/src/mosaic/
DMosaic.cpp76 mosaicWidth = mosaicHeight = 0; in initialize()
216 mosaicWidth, mosaicHeight, progress, cancelComputation); in createMosaic()
236 width = mosaicWidth; in getMosaic()
DBlend.cpp101 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()
DMosaic.h162 int mosaicWidth, mosaicHeight; variable
DBlend.h77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation);