Home | History | Annotate | Download | only in panorama

Lines Matching refs:mosaicReturnCode

1059         int mosaicReturnCode = mMosaicFrameProcessor.createMosaic(highRes);
1060 if (mosaicReturnCode == Mosaic.MOSAIC_RET_CANCELLED) {
1062 } else if (mosaicReturnCode == Mosaic.MOSAIC_RET_ERROR) {