Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp1433 char burst_exp[PROPERTY_VALUE_MAX]; in setParameters() local
1434 memset(burst_exp, 0, sizeof(burst_exp)); in setParameters()
1435 property_get("persist.capture.burst.exposures", burst_exp, ""); in setParameters()
1436 if ( strlen(burst_exp)>0 ) { in setParameters()
1437 mParameters.set("capture-burst-exposures", burst_exp); in setParameters()
3142 char burst_exp[PROPERTY_VALUE_MAX]; in setCaptureBurstExp() local
3143 memset(burst_exp, 0, sizeof(burst_exp)); in setCaptureBurstExp()
3144 property_get("persist.capture.burst.exposures", burst_exp, ""); in setCaptureBurstExp()
3145 if (NULL != burst_exp) in setCaptureBurstExp()
3146 mParameters.set("capture-burst-exposures", burst_exp); in setCaptureBurstExp()