Home
last modified time | relevance | path

Searched refs:depthStallDurations (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java118 StreamConfigurationDuration[] depthStallDurations, in StreamConfigurationMap() argument
132 depthConfigurations, depthMinFrameDurations, depthStallDurations, in StreamConfigurationMap()
188 StreamConfigurationDuration[] depthStallDurations, in StreamConfigurationMap() argument
232 mDepthStallDurations = checkArrayElementsNotNull(depthStallDurations, in StreamConfigurationMap()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1517 std::vector<int64_t> depthMinDurations, depthStallDurations; in addDynamicDepthTags() local
1533 &depthStallDurations); in addDynamicDepthTags()
1536 if (blobStallDurations.empty() || depthStallDurations.empty() || in addDynamicDepthTags()
1537 (depthStallDurations.size() != blobStallDurations.size())) { in addDynamicDepthTags()
1539 __FUNCTION__, depthStallDurations.size(), blobStallDurations.size()); in addDynamicDepthTags()
1545 getSupportedDynamicDepthDurations(depthStallDurations, blobStallDurations, in addDynamicDepthTags()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1596 StreamConfigurationDuration[] depthStallDurations = getBase( in getStreamConfigurationMap() local
1623 depthConfigurations, depthMinFrameDurations, depthStallDurations, in getStreamConfigurationMap()
1651 StreamConfigurationDuration[] depthStallDurations = getBase( in getStreamConfigurationMapMaximumResolution() local
1679 depthConfigurations, depthMinFrameDurations, depthStallDurations, in getStreamConfigurationMapMaximumResolution()