Home
last modified time | relevance | path

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

/frameworks/av/camera/ndk/impl/
DACameraMetadata.cpp123 Vector<int32_t> filteredDepthStreamConfigs; in filterStreamConfigurations() local
124 filteredDepthStreamConfigs.setCapacity(entry.count); in filterStreamConfigurations()
142 filteredDepthStreamConfigs.push_back(format); in filterStreamConfigurations()
143 filteredDepthStreamConfigs.push_back(width); in filterStreamConfigurations()
144 filteredDepthStreamConfigs.push_back(height); in filterStreamConfigurations()
145 filteredDepthStreamConfigs.push_back(isInput); in filterStreamConfigurations()
147 mData.update(ANDROID_DEPTH_AVAILABLE_DEPTH_STREAM_CONFIGURATIONS, filteredDepthStreamConfigs); in filterStreamConfigurations()