HomeSort by relevance Sort by last modified time
    Searched refs:fpsMax (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/params/
HighSpeedVideoConfiguration.java 44 * @param fpsMax maximum frames per second for the configuration (larger or equal to 60)
47 * if width/height/fpsMin were not positive or fpsMax less than 60
52 final int width, final int height, final int fpsMin, final int fpsMax,
54 if (fpsMax < HIGH_SPEED_MAX_MINIMAL_FPS) {
55 throw new IllegalArgumentException("fpsMax must be at least " +
58 mFpsMax = fpsMax;
97 * @return fpsMax >= 60
  /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>
60 int fpsMax = buffer.getInt();
63 return new HighSpeedVideoConfiguration(width, height, fpsMin, fpsMax, batchSizeMax);
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h     [all...]

Completed in 203 milliseconds