• Home
  • Raw
  • Download

Lines Matching refs:mPendingCaptureSettings

54         mPendingCaptureSettings |= SetFormat;  in setParametersCapture()
62 mPendingCaptureSettings |= SetFormat; in setParametersCapture()
145 mPendingCaptureSettings |= SetFormat; in setParametersCapture()
156 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
163 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
178 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
188 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
193 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
197 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
233 mPendingCaptureSettings |= SetRotation; in setParametersCapture()
239 if (mPictureRotation) mPendingCaptureSettings |= SetRotation; in setParametersCapture()
271 mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
277 if (mBurstFrames != 1) mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
287 mPendingCaptureSettings |= SetQuality; in setParametersCapture()
292 mPendingCaptureSettings |= SetQuality; in setParametersCapture()
302 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
307 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
317 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
322 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
332 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
337 mPendingCaptureSettings |= SetThumb; in setParametersCapture()
345 mPendingCaptureSettings = ECapturesettingsAll; in setParametersCapture()
372 if ((mPendingCaptureSettings & ECaptureParamSettings)) { in getPictureBufferSize()
379 if (mPendingCaptureSettings & SetFormat) { in getPictureBufferSize()
1164 if (capParams->mPendingCaptureSettings & SetRotation) { in startImageCapture()
1165 mPendingCaptureSettings &= ~SetRotation; in startImageCapture()
1172 if (capParams->mPendingCaptureSettings & SetBurstExpBracket) { in startImageCapture()
1173 mPendingCaptureSettings &= ~SetBurstExpBracket; in startImageCapture()
1568 mPendingCaptureSettings |= SetFormat; in disableImagePort()
1738 if ((mPendingCaptureSettings & ECaptureParamSettings) || in UseBuffersCapture()
1754 if (mPendingCaptureSettings & SetFormat) { in UseBuffersCapture()
1755 mPendingCaptureSettings &= ~SetFormat; in UseBuffersCapture()
1764 if (mPendingCaptureSettings & SetThumb) { in UseBuffersCapture()
1765 mPendingCaptureSettings &= ~SetThumb; in UseBuffersCapture()
1773 if (mPendingCaptureSettings & SetQuality) { in UseBuffersCapture()
1774 mPendingCaptureSettings &= ~SetQuality; in UseBuffersCapture()