Searched refs:EnumFrameInterval (Results 1 – 4 of 4) sorted by relevance
73 bool EnumFrameInterval(uint32_t pixfmt, uint32_t width, uint32_t height,
255 if (!v4l2_dev.EnumFrameInterval(pixfmt, width, height, NULL)) { in TestEnumFrameInterval()
122 if (!device->EnumFrameInterval(format.fourcc, format.width, in GetSupportedFormats()
779 bool V4L2Device::EnumFrameInterval( in EnumFrameInterval() function in V4L2Device