OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minFPS
(Results
1 - 2
of
2
) sorted by null
/device/lge/mako/camera/
QCameraParameters.h
27
int
minFPS
;
30
minFPS
=0;
34
minFPS
=min;
244
void setPreviewFpsRange(int
minFPS
,int maxFPS);
/hardware/ti/omap4xxx/camera/
CameraHal.cpp
249
int maxFPS,
minFPS
;
540
params.getPreviewFpsRange(&
minFPS
, &maxFPS);
542
if ( ( 0 >
minFPS
) || ( 0 > maxFPS ) )
556
selectFPSRange(framerate, &
minFPS
, &maxFPS);
557
CAMHAL_LOGDB("Select FPS Range %d %d",
minFPS
, maxFPS);
565
temp.getPreviewFpsRange(&
minFPS
, &maxFPS);
571
temp.getPreviewFpsRange(&
minFPS
, &maxFPS);
582
minFPS
/= CameraHal::VFR_SCALE;
585
if ( ( 0 ==
minFPS
) || ( 0 == maxFPS ) )
591
if ( maxFPS <
minFPS
)
[
all
...]
Completed in 1534 milliseconds