Searched refs:constFramerate (Results 1 – 5 of 5) sorted by relevance
153 int constFramerate; member159 int constFramerate; member
930 if ( recorder->setVideoFrameRate(fpsConstRanges[frameRateIDX].constFramerate) < 0 ) { in configureRecorder()936 if ( recorder->setVideoFrameRate(fpsConstRangesSec[frameRateIDXSec].constFramerate) < 0 ) { in configureRecorder()1348 printf(" r. Framerate: %d\n", fpsConstRangesSec[frameRateIDXSec].constFramerate); in functional_menu()1351 printf(" r. Framerate: %d\n", fpsConstRanges[frameRateIDX].constFramerate); in functional_menu()
797 if (frameR == fpsConstRanges[i].constFramerate) in execute_functional_script()803 if (frameR == fpsConstRangesSec[i].constFramerate) in execute_functional_script()
97 extern int * constFramerate;1111 if (constFramerate[frameRConst] < constFramerate[i]) { in execute_functional_script()1115 if (0 < constFramerate[frameRConst]) { in execute_functional_script()1118 printf("Framerate set: %d fps\n", constFramerate[frameRConst]); in execute_functional_script()1123 … a = checkSupportedParamScriptfpsConst(constFramerate, constCnt, cmd, &frameRConst); in execute_functional_script()
137 int *constFramerate = 0; variable1178 constFramerate = new int[32]; in openCamera()1783 constFramerate[constCnt] = fpsArray[cnt].rangeMin/1000; in getSupportedParametersfps()2616 snprintf(area2[k++], MAX_SYMBOLS, "r. Framerate: %d", constFramerate[frameRateIDX]); in functional_menu()