Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/params/
DStreamConfigurationMap.java121 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument
134 dynamicDepthStallDurations, in StreamConfigurationMap()
191 StreamConfigurationDuration[] dynamicDepthStallDurations, in StreamConfigurationMap() argument
245 mDynamicDepthStallDurations = checkArrayElementsNotNull(dynamicDepthStallDurations, in StreamConfigurationMap()
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1519 std::vector<int64_t> dynamicDepthMinDurations, dynamicDepthStallDurations; in addDynamicDepthTags() local
1546 &dynamicDepthStallDurations); in addDynamicDepthTags()
1547 if (dynamicDepthMinDurations.empty() || dynamicDepthStallDurations.empty() || in addDynamicDepthTags()
1548 (dynamicDepthMinDurations.size() != dynamicDepthStallDurations.size())) { in addDynamicDepthTags()
1550 __FUNCTION__, dynamicDepthMinDurations.size(), dynamicDepthStallDurations.size()); in addDynamicDepthTags()
1566 itDuration = dynamicDepthStallDurations.begin(); in addDynamicDepthTags()
1568 while (itDuration != dynamicDepthStallDurations.end()) { in addDynamicDepthTags()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java1602 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMap() local
1625 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMap()
1657 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMapMaximumResolution() local
1681 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMapMaximumResolution()