Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp38 extern bool shotConfigFlush;
850 shotConfigFlush = false; in execute_functional_script()
853 shotConfigFlush = true; in execute_functional_script()
866 … setExpGainPreset(shotParams, cmd + 1, true, PARAM_EXP_BRACKET_PARAM_NONE, shotConfigFlush); in execute_functional_script()
Dcamera_test_menu.cpp90 bool shotConfigFlush = false; variable
2141 shotConfigFlush = false; in initDefaults()
2235 …ainPreset(params, expBracketing[idx].value, false, expBracketing[idx].param_type, shotConfigFlush); in setDefaultExpGainPreset()
2353 shotConfigFlush ? ShotParameters::TRUE : ShotParameters::FALSE); in updateShotConfigFlushParam()
2588 …snprintf(area1[j++], MAX_SYMBOLS, "n. Flush shot config queue: %s", shotConfigFlush ? "On" : "Off"… in functional_menu()
3204 if (shotConfigFlush) in functional_menu()
3205 shotConfigFlush = false; in functional_menu()
3207 shotConfigFlush = true; in functional_menu()
3218 … setExpGainPreset(shotParams, input, true, PARAM_EXP_BRACKET_PARAM_NONE, shotConfigFlush); in functional_menu()