OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpsConstRanges
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp
343
fpsConst_Ranges
fpsConstRanges
[] = {
352
size_t length_fpsConst_Ranges = ARRAY_SIZE(
fpsConstRanges
);
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
...]
camera_test_script.cpp
41
extern const fpsConst_Ranges
fpsConstRanges
[];
797
if (frameR ==
fpsConstRanges
[i].constFramerate)
810
params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE,
fpsConstRanges
[frameRateIndex].range);
[
all
...]
Completed in 85 milliseconds