Searched refs:device_supported_streams (Results 1 – 1 of 1) sorted by relevance
222 camera_metadata_entry device_supported_streams = camera_characteristics_.find( in isStreamConfigurationSupported() local237 for (int i = 0; i + 4 <= device_supported_streams.count; i += 4) { in isStreamConfigurationSupported()239 static_cast<PixelFormat>(device_supported_streams.data.i32[i]); in isStreamConfigurationSupported()240 int32_t width = device_supported_streams.data.i32[i + 1]; in isStreamConfigurationSupported()241 int32_t height = device_supported_streams.data.i32[i + 2]; in isStreamConfigurationSupported()