Searched defs:filteredDepthStreamConfigs (Results 1 - 1 of 1) sorted by relevance

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

Completed in 64 milliseconds