Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp332 Vector<int32_t> filteredDynamicDepthStreamConfigs; in filterStreamConfigurations() local
333 filteredDynamicDepthStreamConfigs.setCapacity(entry.count); in filterStreamConfigurations()
349 filteredDynamicDepthStreamConfigs.push_back(format); in filterStreamConfigurations()
350 filteredDynamicDepthStreamConfigs.push_back(width); in filterStreamConfigurations()
351 filteredDynamicDepthStreamConfigs.push_back(height); in filterStreamConfigurations()
352 filteredDynamicDepthStreamConfigs.push_back(isInput); in filterStreamConfigurations()
355 filteredDynamicDepthStreamConfigs); in filterStreamConfigurations()