Searched defs:evCount (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapture.cpp377 size_t evCount,
404 /// If frameCount>0 but evCount<=0, then this is the case of HQ burst.
406 ///If frameCount>0 and evCount>0 then this is the cause of HQ Exposure bracketing.
407 if ( 0 == evCount && 0 == frameCount )
435 if ( 0 == evCount )
443 extExpCapMode.tBracketConfigType.nNbrBracketingValues = evCount - 1;
446 for ( unsigned int i = 0 ; i < evCount ; i++ )
376 setExposureBracketing(int *evValues, size_t evCount, size_t frameCount) argument

Completed in 24 milliseconds