Searched refs:depthStallDurations (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 118 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/ |
D | CameraProviderManager.cpp | 1517 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/ |
D | CameraMetadataNative.java | 1596 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()
|