Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp303 Vector<int32_t> filteredDynamicDepthStreamConfigs; in filterStreamConfigurations() local
304 filteredDynamicDepthStreamConfigs.setCapacity(entry.count); in filterStreamConfigurations()
320 filteredDynamicDepthStreamConfigs.push_back(format); in filterStreamConfigurations()
321 filteredDynamicDepthStreamConfigs.push_back(width); in filterStreamConfigurations()
322 filteredDynamicDepthStreamConfigs.push_back(height); in filterStreamConfigurations()
323 filteredDynamicDepthStreamConfigs.push_back(isInput); in filterStreamConfigurations()
326 filteredDynamicDepthStreamConfigs); in filterStreamConfigurations()