Lines Matching refs:mPendingCaptureSettings
55 mPendingCaptureSettings |= SetFormat; in setParametersCapture()
121 mPendingCaptureSettings |= SetFormat; in setParametersCapture()
132 if (mExposureBracketingValidEntries) mPendingCaptureSettings |= SetExpBracket; in setParametersCapture()
142 mPendingCaptureSettings |= SetRotation; in setParametersCapture()
148 if (mPictureRotation) mPendingCaptureSettings |= SetRotation; in setParametersCapture()
180 mPendingCaptureSettings |= SetExpBracket; in setParametersCapture()
186 if (mBurstFrames != 1) mPendingCaptureSettings |= SetExpBracket; in setParametersCapture()
199 mPendingCaptureSettings |= SetQuality; in setParametersCapture()
205 if (mPictureQuality != MAX_JPEG_QUALITY) mPendingCaptureSettings |= SetQuality; in setParametersCapture()
215 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
221 if (mThumbWidth != DEFAULT_THUMB_WIDTH) mPendingCaptureSettings |= SetThumb; in setParametersCapture()
232 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
238 if (mThumbHeight != DEFAULT_THUMB_HEIGHT) mPendingCaptureSettings |= SetThumb; in setParametersCapture()
250 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
256 if (mThumbQuality != MAX_JPEG_QUALITY) mPendingCaptureSettings |= SetThumb; in setParametersCapture()
263 mPendingCaptureSettings = ECapturesettingsAll; in setParametersCapture()
266 if (mPendingCaptureSettings) { in setParametersCapture()
764 if (mPendingCaptureSettings & SetRotation) { in startImageCapture()
765 mPendingCaptureSettings &= ~SetRotation; in startImageCapture()
1093 if (mPendingCaptureSettings & SetFormat) { in UseBuffersCapture()
1094 mPendingCaptureSettings &= ~SetFormat; in UseBuffersCapture()
1103 if (mPendingCaptureSettings & SetThumb) { in UseBuffersCapture()
1104 mPendingCaptureSettings &= ~SetThumb; in UseBuffersCapture()
1112 if (mPendingCaptureSettings & SetExpBracket) { in UseBuffersCapture()
1113 mPendingCaptureSettings &= ~SetExpBracket; in UseBuffersCapture()
1122 if (mPendingCaptureSettings & SetQuality) { in UseBuffersCapture()
1123 mPendingCaptureSettings &= ~SetQuality; in UseBuffersCapture()