Searched refs:previewFormatArray (Results 1 – 2 of 2) sorted by relevance
182 char **previewFormatArray = 0; variable1477 getSupportedParameters(previewFormatStr, &numpreviewFormat, (char ***)&previewFormatArray); in getParametersFromCapabilities()1995 delete [] previewFormatArray[i]; in deleteAllocatedMemory()2174 previewFormat = getDefaultParameter("yuv420sp", numpreviewFormat, previewFormatArray); in initDefaults()2215 params.setPreviewFormat(previewFormatArray[previewFormat]); in initDefaults()2569 … snprintf(area1[j++], MAX_SYMBOLS, "~. Preview format %s", previewFormatArray[previewFormat]); in functional_menu()2917 params.setPreviewFormat(previewFormatArray[previewFormat]); in functional_menu()
120 extern char **previewFormatArray;532 a = checkSupportedParamScript(previewFormatArray, numpreviewFormat, cmd); in execute_functional_script()