Home
last modified time | relevance | path

Searched refs:constFramerate (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test.h153 int constFramerate; member
159 int constFramerate; member
Dcamera_test_menu.cpp930 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()
Dcamera_test_script.cpp797 if (frameR == fpsConstRanges[i].constFramerate) in execute_functional_script()
803 if (frameR == fpsConstRangesSec[i].constFramerate) in execute_functional_script()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_script.cpp97 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()
Dcamera_test_menu.cpp137 int *constFramerate = 0; variable
1178 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()