Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_menu.cpp1710 int getDefaultParameter(const char* val, int numOptions, char **array) { in getDefaultParameter() function
2125 antibanding_mode = getDefaultParameter("off", numAntibanding, antiband); in initDefaults()
2126 focus_mode = getDefaultParameter("auto", numfocus, focus); in initDefaults()
2127 fpsRangeIdx = getDefaultParameter("5000,30000", rangeCnt, fps_range_str); in initDefaults()
2131 frameRateIDX = getDefaultParameter("30000,30000", constCnt, fps_const_str); in initDefaults()
2136 awb_mode = getDefaultParameter("auto", numawb, awb); in initDefaults()
2137 effects_mode = getDefaultParameter("none", numEffects, effectss); in initDefaults()
2138 scene_mode = getDefaultParameter("auto", numscene, scene); in initDefaults()
2150 flashIdx = getDefaultParameter("off", numflash, flash); in initDefaults()
2166 iso_mode = getDefaultParameter("auto", numisoMode, isoMode); in initDefaults()
[all …]
Dcamera_test.h264 int getDefaultParameter(const char* val, int numOptions, char **array);
Dcamera_test_script.cpp820 frameRateIDX = getDefaultParameter("30000,30000", constCnt, fps_const_str); in execute_functional_script()