Searched refs:burst (Results 1 - 9 of 9) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Deboled.js86 for(var burst=0; burst<12; burst++)
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp99 unsigned int burst = 0; variable
709 burstCount = burst;
2286 burst = i;
2288 params.set(ShotParameters::KEY_BURST, burst);
2302 burst = i;
2304 params.set(ShotParameters::KEY_BURST, burst);
2603 snprintf(area1[j++], MAX_SYMBOLS, "#. Burst Images: %3d", burst);
3112 if ( burst >= MAX_BURST ) {
3113 burst = 0;
3115 burst
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp75 unsigned int burst = 0; variable
1332 printf(" #. Burst Images: %3d\n", burst);
1762 if ( burst >= MAX_BURST ) {
1763 burst = 0;
1765 burst += BURST_INC;
1767 params.set(KEY_BURST, burst);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1556 ///@todo Enhance this method allocImageBufs() to take in a flag for burst capture
3190 int burst = -1; local
3271 burst = valNum;
3309 // TODO(XXX): Should probably reset burst and bracketing params
3338 // if application didn't set burst through android::ShotParameters
3340 if ((burst == -1) && (NO_ERROR == ret)) {
3341 burst = mParameters.getInt(TICameraParameters::KEY_BURST);
3344 //Allocate all buffers only in burst capture case
3345 if ( burst > 0 ) {
3346 // For CPCam mode...allocate for worst case burst
[all...]
H A DAppCallbackNotifier.cpp1573 void AppCallbackNotifier::setBurst(bool burst) argument
1579 mBurst = burst;
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp2473 int burst; local
2516 burst = mParameters.getInt(TICameraParameters::KEY_BURST);
2519 //Allocate all buffers only in burst capture case
2520 if ( burst > 1 )
2540 burst < 1) {
H A DAppCallbackNotifier.cpp130 #if 0 //TODO: enable burst mode later
1016 #if 0 //TODO: enable burst mode later
1511 void AppCallbackNotifier::setBurst(bool burst) argument
1517 mBurst = burst;
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h710 void setBurst(bool burst);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h575 void setBurst(bool burst);

Completed in 159 milliseconds