Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/linux/
H A Dfake_v4l2_impl.cc51 class FakeV4L2Impl::OpenedDevice {
272 base::BindOnce(&FakeV4L2Impl::OpenedDevice::RunFrameProductionLoop, in streamon()
330 FakeV4L2Impl::FakeV4L2Impl() : next_id_to_return_from_open_(1) {} in FakeV4L2Impl() function in media::FakeV4L2Impl
332 FakeV4L2Impl::~FakeV4L2Impl() = default;
334 void FakeV4L2Impl::AddDevice(const std::string& device_name, in AddDevice()
339 int FakeV4L2Impl::open(const char* device_name, int flags) { in open()
358 int FakeV4L2Impl::close(int fd) { in close()
367 int FakeV4L2Impl::ioctl(int fd, int request, void* argp) { in ioctl()
463 void* FakeV4L2Impl::mmap(void* /*start*/, in mmap()
493 int FakeV4L2Impl::munmap(void* start, size_t length) { in munmap()
[all …]
H A Dfake_v4l2_impl.h28 class CAPTURE_EXPORT FakeV4L2Impl : public V4L2CaptureDevice {
30 FakeV4L2Impl();
50 ~FakeV4L2Impl() override;
H A Dvideo_capture_device_factory_linux_unittest.cc78 scoped_refptr<FakeV4L2Impl> fake_v4l2(new FakeV4L2Impl()); in SetUp()
87 FakeV4L2Impl* fake_v4l2_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/linux/
H A Dfake_v4l2_impl.cc57 class FakeV4L2Impl::OpenedDevice {
297 base::BindOnce(&FakeV4L2Impl::OpenedDevice::RunFrameProductionLoop, in streamon()
377 FakeV4L2Impl::FakeV4L2Impl() : next_id_to_return_from_open_(1) {} in FakeV4L2Impl() function in media::FakeV4L2Impl
379 FakeV4L2Impl::~FakeV4L2Impl() = default;
381 void FakeV4L2Impl::AddDevice(const std::string& device_name, in AddDevice()
386 int FakeV4L2Impl::open(const char* device_name, int flags) { in open()
405 int FakeV4L2Impl::close(int fd) { in close()
414 int FakeV4L2Impl::ioctl(int fd, int request, void* argp) { in ioctl()
515 void* FakeV4L2Impl::mmap(void* /*start*/, in mmap()
545 int FakeV4L2Impl::munmap(void* start, size_t length) { in munmap()
[all …]
H A Dfake_v4l2_impl.h28 class CAPTURE_EXPORT FakeV4L2Impl : public V4L2CaptureDevice {
30 FakeV4L2Impl();
50 ~FakeV4L2Impl() override;
H A Dvideo_capture_device_factory_linux_unittest.cc30 scoped_refptr<FakeV4L2Impl> fake_v4l2(new FakeV4L2Impl()); in SetUp()
39 FakeV4L2Impl* fake_v4l2_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/fuzzer/
H A Dvideo_capture_host_mojolpm_fuzzer.cc376 scoped_refptr<media::FakeV4L2Impl> fake_v4l2_impl = in SetUpOnUIThread()
377 base::MakeRefCounted<media::FakeV4L2Impl>(); in SetUpOnUIThread()