Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_session_3_4.cpp222 camera_metadata_entry device_supported_streams = camera_characteristics_.find( in isStreamConfigurationSupported() local
237 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()