Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/commands/v4l2_streamer/
Dv4l2_helpers.cpp90 Result<SharedFD> V4l2InitDevice(const std::string& device_path, int format, in V4l2InitDevice() function
153 SharedFD fdwr = CF_EXPECT(V4l2InitDevice(device_path, format, width, height), in V4l2StreamFile()
Dv4l2_helpers.h29 Result<SharedFD> V4l2InitDevice(const std::string& device_path, int format,
Dvsock_frame_source.cpp105 V4l2InitDevice(frame_source->v4l2_device_path_, frame_source->format_, in Start()