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

  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 95 StreamConfiguration[] depthConfigurations,
104 checkArrayElementsNotNull(depthConfigurations, "depthConfigurations");
116 if (depthConfigurations == null) {
121 mDepthConfigurations = checkArrayElementsNotNull(depthConfigurations,
122 "depthConfigurations");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 847 StreamConfiguration[] depthConfigurations = getBase(
    [all...]

Completed in 56 milliseconds