Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp831 std::vector<int64_t> dynamicDepthStallDurationEntries; in addDynamicDepthTags() local
837 dynamicDepthStallDurationEntries.insert(dynamicDepthStallDurationEntries.end(), entry, in addDynamicDepthTags()
852 c.update(dynamicDepthStallDurationsTag, dynamicDepthStallDurationEntries.data(), in addDynamicDepthTags()
853 dynamicDepthStallDurationEntries.size()); in addDynamicDepthTags()