Searched refs:mBurstFrames (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp190 if (params.getInt(TICameraParameters::KEY_BURST) != mBurstFrames) {
193 mBurstFrames = params.getInt(TICameraParameters::KEY_BURST);
197 if (mBurstFrames != 1) mPendingCaptureSettings |= SetExpBracket;
198 mBurstFrames = 1;
201 CAMHAL_LOGVB("Burst Frames set %d", mBurstFrames);
1073 mCapturedFrames = mBurstFrames;
1106 mExposureBracketingValidEntries, mBurstFrames);
1199 mCapturedFrames = mBurstFrames;
H A DOMXCameraAdapter.cpp185 mBurstFrames = 1;
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXCameraAdapter.h807 size_t mBurstFrames; member in class:android::OMXCameraAdapter

Completed in 12 milliseconds