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 82 * @param highSpeedVideoConfigurations an array of {@link HighSpeedVideoConfiguration}, null if
86 * @throws NullPointerException if any of the arguments except highSpeedVideoConfigurations
98 HighSpeedVideoConfiguration[] highSpeedVideoConfigurations,
129 if (highSpeedVideoConfigurations == null) {
133 highSpeedVideoConfigurations, "highSpeedVideoConfigurations");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java     [all...]

Completed in 82 milliseconds