Home
last modified time | relevance | path

Searched refs:mCapturedFrames (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapture.cpp754 mCapturedFrames = mBracketingRange; in startImageCapture()
1077 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
1203 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
DOMXCameraAdapter.cpp186 mCapturedFrames = 0; in initialize()
365 (1 > mCapturedFrames) && in fillThisBuffer()
2917 if( mWaitingForSnapshot && (mCapturedFrames > 0) ) in OMXCameraAdapterFillBufferDone()
3019 if((mCapturedFrames>0) && !mCaptureSignalled) in OMXCameraAdapterFillBufferDone()
3039 if ( 1 > mCapturedFrames ) in OMXCameraAdapterFillBufferDone()
3044 CAMHAL_LOGDB("Captured Frames: %d", mCapturedFrames); in OMXCameraAdapterFillBufferDone()
3046 mCapturedFrames--; in OMXCameraAdapterFillBufferDone()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h790 size_t mCapturedFrames; variable