Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp824 std::vector<int64_t> dynamicDepthStallDurationEntries; in addDynamicDepthTags() local
830 dynamicDepthStallDurationEntries.insert(dynamicDepthStallDurationEntries.end(), entry, in addDynamicDepthTags()
845 c.update(dynamicDepthStallDurationsTag, dynamicDepthStallDurationEntries.data(), in addDynamicDepthTags()
846 dynamicDepthStallDurationEntries.size()); in addDynamicDepthTags()