Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp373 Vector<int32_t> filteredDynamicDepthStreamConfigs; in filterStreamConfigurations() local
374 filteredDynamicDepthStreamConfigs.setCapacity(entry.count); in filterStreamConfigurations()
390 filteredDynamicDepthStreamConfigs.push_back(format); in filterStreamConfigurations()
391 filteredDynamicDepthStreamConfigs.push_back(width); in filterStreamConfigurations()
392 filteredDynamicDepthStreamConfigs.push_back(height); in filterStreamConfigurations()
393 filteredDynamicDepthStreamConfigs.push_back(isInput); in filterStreamConfigurations()
396 filteredDynamicDepthStreamConfigs); in filterStreamConfigurations()