Home
last modified time | relevance | path

Searched refs:mBurstFrames (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapture.cpp179 if (varint != mBurstFrames) { in setParametersCapture()
182 mBurstFrames = varint; in setParametersCapture()
186 if (mBurstFrames != 1) mPendingCaptureSettings |= SetExpBracket; in setParametersCapture()
187 mBurstFrames = 1; in setParametersCapture()
190 CAMHAL_LOGVB("Burst Frames set %d", mBurstFrames); in setParametersCapture()
1082 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
1115 mExposureBracketingValidEntries, mBurstFrames); in UseBuffersCapture()
1208 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
DOMXCameraAdapter.cpp183 mBurstFrames = 1; in initialize()
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp270 if (varint != (int) mBurstFrames) { in setParametersCapture()
273 mBurstFrames = varint; in setParametersCapture()
277 if (mBurstFrames != 1) mPendingCaptureSettings |= SetBurstExpBracket; in setParametersCapture()
278 mBurstFrames = 1; in setParametersCapture()
281 CAMHAL_LOGVB("Burst Frames set %d", mBurstFrames); in setParametersCapture()
1187 capParams->mBurstFrames, in startImageCapture()
1234 mCapturedFrames = mBurstFrames; in startImageCapture()
1235 mBurstFramesAccum = mBurstFrames; in startImageCapture()
1243 mCapturedFrames += mBurstFrames; in startImageCapture()
1244 mBurstFramesAccum += mBurstFrames; in startImageCapture()
[all …]
DOMXCameraAdapter.cpp222 mBurstFrames = 1; in initialize()
4115 params->mBurstFrames = mBurstFrames; in cacheCaptureParameters()
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h390 unsigned int mBurstFrames; variable
1019 size_t mBurstFrames; variable
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h814 size_t mBurstFrames; variable