Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp491 a = checkSupportedParamScript(awb, numawb, cmd); in execute_functional_script()
532 a = checkSupportedParamScript(previewFormatArray, numpreviewFormat, cmd); in execute_functional_script()
546 a = checkSupportedParamScript(pictureFormatArray, numpictureFormat, cmd); in execute_functional_script()
802 a = checkSupportedParamScript(modevalues, nummodevalues, cmd); in execute_functional_script()
898 a = checkSupportedParamScript(flash, numflash, cmd); in execute_functional_script()
912 a = checkSupportedParamScript(scene, numscene, cmd); in execute_functional_script()
1064 a = checkSupportedParamScript(exposureMode, numExposureMode, cmd); in execute_functional_script()
1095 a = checkSupportedParamScript(effectss, numEffects, cmd); in execute_functional_script()
1151 a = checkSupportedParamScript(antiband, numAntibanding, cmd); in execute_functional_script()
1163 a = checkSupportedParamScript(focus, numfocus, cmd); in execute_functional_script()
[all …]
Dcamera_test.h272 int checkSupportedParamScript(char **array, int size, char *param);