OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameRateIDX
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
412
int
frameRateIDX
= ARRAY_SIZE(fpsConstRanges) - 1;
930
if ( recorder->setVideoFrameRate(fpsConstRanges[
frameRateIDX
].constFramerate) < 0 ) {
1122
frameRateIDX
= ARRAY_SIZE(fpsConstRanges) - 1; /* Default frame rate is 30 FPS */
[
all
...]
/hardware/ti/omap4-aah/test/CameraHal/
camera_test_menu.cpp
145
int
frameRateIDX
= 0;
[
all
...]
Completed in 3501 milliseconds