Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp358 Vector<int32_t> filteredDynamicDepthStreamConfigs; in filterStreamConfigurations() local
359 filteredDynamicDepthStreamConfigs.setCapacity(entry.count); in filterStreamConfigurations()
375 filteredDynamicDepthStreamConfigs.push_back(format); in filterStreamConfigurations()
376 filteredDynamicDepthStreamConfigs.push_back(width); in filterStreamConfigurations()
377 filteredDynamicDepthStreamConfigs.push_back(height); in filterStreamConfigurations()
378 filteredDynamicDepthStreamConfigs.push_back(isInput); in filterStreamConfigurations()
381 filteredDynamicDepthStreamConfigs); in filterStreamConfigurations()