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

  /frameworks/base/core/java/android/hardware/camera2/params/
HighSpeedVideoConfiguration.java 43 * @param fpsMin minimum frames per second for the configuration (positive)
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,
61 mFpsMin = checkArgumentPositive(fpsMin, "fpsMin must be positive");
88 * @return fpsMin > 0
  /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>
59 int fpsMin = 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 81 milliseconds