OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fpsMin
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableHighSpeedVideoConfiguration.java
32
* <p>Data is stored as {@code (width, height,
fpsMin
, fpsMax)} tuples (int32).</p>
58
int
fpsMin
= buffer.getInt();
61
return new HighSpeedVideoConfiguration(width, height,
fpsMin
, fpsMax);
/frameworks/base/core/java/android/hardware/camera2/params/
HighSpeedVideoConfiguration.java
42
* @param
fpsMin
minimum frames per second for the configuration (positive)
46
* if width/height/
fpsMin
were not positive or fpsMax less than 60
51
final int width, final int height, final int
fpsMin
, final int fpsMax) {
58
mFpsMin = checkArgumentPositive(
fpsMin
, "
fpsMin
must be positive");
84
* @return
fpsMin
> 0
/hardware/ti/omap4-aah/camera/
CameraHal.cpp
[
all
...]
/hardware/ti/omap4-aah/camera/inc/
CameraHal.h
[
all
...]
Completed in 814 milliseconds