Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DVideoCapturer.cs74 var buf = Marshal.AllocHGlobal(V4L2_BUFFER_SIZE); in GrabSingleFrame()
248 private const int V4L2_BUFFER_SIZE = 0x58; field in Antmicro.Renode.VideoCapturer