Searched refs:dynamicDepthStallDurations (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 121 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/ |
D | CameraProviderManager.cpp | 1519 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/ |
D | CameraMetadataNative.java | 1602 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMap() local 1625 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMap() 1657 StreamConfigurationDuration[] dynamicDepthStallDurations = getBase( in getStreamConfigurationMapMaximumResolution() local 1681 dynamicDepthStallDurations, heicConfigurations, in getStreamConfigurationMapMaximumResolution()
|