/packages/apps/Camera/src/com/android/camera/ |
Mosaic.java | 200 * @param cancelComputation Boolean flag to allow cancelling the 205 public native int reportProgress(boolean hires, boolean cancelComputation);
|
/packages/apps/Camera2/src/com/android/camera/ |
Mosaic.java | 200 * @param cancelComputation Boolean flag to allow cancelling the 205 public native int reportProgress(boolean hires, boolean cancelComputation);
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
Mosaic.java | 200 * @param cancelComputation Boolean flag to allow cancelling the 205 public native int reportProgress(boolean hires, boolean cancelComputation);
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Mosaic.h | 119 int createMosaic(float &progress, bool &cancelComputation);
|
Blend.h | 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation); 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
|
Mosaic.cpp | 192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 216 mosaicWidth, mosaicHeight, progress, cancelComputation);
|
Blend.cpp | 102 float &progress, bool &cancelComputation) 285 cropping_rect, progress, cancelComputation); 376 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) 400 if(cancelComputation) 557 if(cancelComputation) [all...] |
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Mosaic.h | 119 int createMosaic(float &progress, bool &cancelComputation);
|
Blend.h | 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation); 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
|
Mosaic.cpp | 192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 216 mosaicWidth, mosaicHeight, progress, cancelComputation);
|
Blend.cpp | 102 float &progress, bool &cancelComputation) 285 cropping_rect, progress, cancelComputation); 376 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) 400 if(cancelComputation) 557 if(cancelComputation) [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Mosaic.h | 119 int createMosaic(float &progress, bool &cancelComputation);
|
Blend.h | 77 int &mosaicWidth, int &mosaicHeight, float &progress, bool &cancelComputation); 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
|
Mosaic.cpp | 179 int Mosaic::createMosaic(float &progress, bool &cancelComputation) 203 mosaicWidth, mosaicHeight, progress, cancelComputation);
|
Blend.cpp | 102 float &progress, bool &cancelComputation) 285 cropping_rect, progress, cancelComputation); 376 MosaicRect &cropping_rect, float &progress, bool &cancelComputation) 400 if(cancelComputation) 557 if(cancelComputation) [all...] |
/packages/apps/Camera/perftests/panorama/ |
benchmark.cpp | 94 bool cancelComputation = false; 96 mosaic.createMosaic(progress, cancelComputation);
|