Home | History | Annotate | Download | only in src

Lines Matching refs:V4L2Device

72 int RunTest(V4L2Device* device, V4L2Device::IOMethod io,
75 V4L2Device::ConstantFramerate constant_framerate,
98 V4L2Device* device, SupportedFormats* supported_formats) {
256 V4L2Device::ConstantFramerate constant_framerate =
257 V4L2Device::DEFAULT_FRAMERATE_SETTING;
259 std::unique_ptr<V4L2Device> device(
260 new V4L2Device(dev_name.c_str(), buffers));
270 int mmap_ret = RunTest(device.get(), V4L2Device::IO_METHOD_MMAP, buffers,
273 int userp_ret = RunTest(device.get(), V4L2Device::IO_METHOD_USERPTR,
304 V4L2Device::IOMethod io = V4L2Device::IO_METHOD_MMAP;
305 std::unique_ptr<V4L2Device> device(
306 new V4L2Device(dev_name.c_str(), buffers));
311 std::vector<V4L2Device::ConstantFramerate> constant_framerate_setting;
313 constant_framerate_setting.push_back(V4L2Device::ENABLE_CONSTANT_FRAMERATE);
315 V4L2Device::DISABLE_CONSTANT_FRAMERATE);
318 V4L2Device::DEFAULT_FRAMERATE_SETTING);
388 V4L2Device::ENABLE_CONSTANT_FRAMERATE) {
422 if (constant_framerate != V4L2Device::ENABLE_CONSTANT_FRAMERATE) {
462 V4L2Device::ConstantFramerate constant_framerate =
463 V4L2Device::DEFAULT_FRAMERATE_SETTING;
464 V4L2DeviceV4L2Device::IO_METHOD_MMAP;
466 std::unique_ptr<V4L2Device> device(
467 new V4L2Device(dev_name.c_str(), buffers));
502 const V4L2Device::Buffer& buffer = device->GetBufferInfo(buf_index);
538 std::unique_ptr<V4L2Device> device(
539 new V4L2Device(dev_name.c_str(), buffers));