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

  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 81 * @param highSpeedVideoConfigurations an array of {@link HighSpeedVideoConfiguration}, null if
84 * @throws NullPointerException if any of the arguments except highSpeedVideoConfigurations
93 HighSpeedVideoConfiguration[] highSpeedVideoConfigurations) {
98 if (highSpeedVideoConfigurations == null) {
102 highSpeedVideoConfigurations, "highSpeedVideoConfigurations");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 833 HighSpeedVideoConfiguration[] highSpeedVideoConfigurations = getBase(
837 configurations, minFrameDurations, stallDurations, highSpeedVideoConfigurations);
    [all...]

Completed in 701 milliseconds