HomeSort by relevance Sort by last modified time
    Searched refs:mIsMosaicMemoryAllocated (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/src/com/android/camera/
MosaicFrameProcessor.java 36 private boolean mIsMosaicMemoryAllocated = false;
99 if (mIsMosaicMemoryAllocated) {
101 mIsMosaicMemoryAllocated = false;
109 return mIsMosaicMemoryAllocated;
119 if (mIsMosaicMemoryAllocated) throw new RuntimeException("MosaicFrameProcessor in use!");
120 mIsMosaicMemoryAllocated = true;
157 if (!mIsMosaicMemoryAllocated) {
  /packages/apps/Gallery2/src/com/android/camera/
MosaicFrameProcessor.java 36 private boolean mIsMosaicMemoryAllocated = false;
100 if (mIsMosaicMemoryAllocated) {
102 mIsMosaicMemoryAllocated = false;
110 return mIsMosaicMemoryAllocated;
120 if (mIsMosaicMemoryAllocated) throw new RuntimeException("MosaicFrameProcessor in use!");
121 mIsMosaicMemoryAllocated = true;
158 if (!mIsMosaicMemoryAllocated) {
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicFrameProcessor.java 37 private boolean mIsMosaicMemoryAllocated = false;
94 if (mIsMosaicMemoryAllocated) {
95 mIsMosaicMemoryAllocated = false;
107 mIsMosaicMemoryAllocated = true;
150 if (!mIsMosaicMemoryAllocated) {

Completed in 120 milliseconds