Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapture.cpp1147 mCapturedFrames = mBracketingRange + ( ( mBracketingRange - 1 ) - bracketingSent ); in startImageCapture()
1151 mCapturedFrames = mBracketingRange; in startImageCapture()
1154 mBurstFramesAccum = mCapturedFrames; in startImageCapture()
1234 mCapturedFrames = mBurstFrames; in startImageCapture()
1243 mCapturedFrames += mBurstFrames; in startImageCapture()
1479 mCapturedFrames = 0; in stopImageCapture()
2075 mCapturedFrames = mBurstFrames; in UseBuffersRawCapture()
DOMXCameraAdapter.cpp262 mCapturedFrames = 0; in initialize()
483 if ((1 > mCapturedFrames) && !mBracketingEnabled && (mCapMode != CP_CAM)) { in fillThisBuffer()
3491 if( mWaitingForSnapshot && (mCapturedFrames > 0) && in OMXCameraAdapterFillBufferDone()
3629 if((mCapturedFrames>0) && !mCaptureSignalled) in OMXCameraAdapterFillBufferDone()
3658 if ( 1 > mCapturedFrames ) in OMXCameraAdapterFillBufferDone()
3669 CAMHAL_LOGDB("Captured Frames: %d", mCapturedFrames); in OMXCameraAdapterFillBufferDone()
3671 mCapturedFrames--; in OMXCameraAdapterFillBufferDone()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCapture.cpp754 mCapturedFrames = mBracketingRange; in startImageCapture()
1082 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
1208 mCapturedFrames = mBurstFrames; in UseBuffersCapture()
DOMXCameraAdapter.cpp184 mCapturedFrames = 0; in initialize()
365 (1 > mCapturedFrames) && in fillThisBuffer()
3004 if( mWaitingForSnapshot && (mCapturedFrames > 0) && in OMXCameraAdapterFillBufferDone()
3118 if((mCapturedFrames>0) && !mCaptureSignalled) in OMXCameraAdapterFillBufferDone()
3138 if ( 1 > mCapturedFrames ) in OMXCameraAdapterFillBufferDone()
3143 CAMHAL_LOGDB("Captured Frames: %d", mCapturedFrames); in OMXCameraAdapterFillBufferDone()
3145 mCapturedFrames--; in OMXCameraAdapterFillBufferDone()
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h815 size_t mCapturedFrames; variable
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXCameraAdapter.h1022 size_t mCapturedFrames; variable