Home
last modified time | relevance | path

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

/packages/services/DeviceAsWebcam/res/raw/
DREADME.md112 Linux UVC gadget driver mounts a V4L2 node that DeviceAsWebcam service
114 all `/dev/video*` nodes, looking for the first V4L2 node that advertises
117 This will run into issues if a device has other V4L2 nodes mounted at
122 ignore a predetermined set of V4L2 nodes.
/packages/services/DeviceAsWebcam/jni/
DBuffer.h35 V4L2 = 0, enumerator
105 BufferType getBufferType() override { return BufferType::V4L2; } in getBufferType()