Home
last modified time | relevance | path

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

/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/directshow/camera/
H A Ddirectshowcameraexposurecontrol.h45 struct IAMCameraControl;
93 bool setShutterSpeed(IAMCameraControl *cameraControl, qreal shutterSpeed);
94 bool setAperture(IAMCameraControl *cameraControl, qreal aperture);
95 bool setExposureMode(IAMCameraControl *cameraControl, QCameraExposure::ExposureMode mode);
H A Ddirectshowcameraexposurecontrol.cpp139 IAMCameraControl *cameraControl = nullptr; in setValue()
140 const DirectShowUtils::ScopedSafeRelease<IAMCameraControl> rControl { &cameraControl }; in setValue()
194 IAMCameraControl *cameraControl = nullptr; in updateExposureSettings()
195 const DirectShowUtils::ScopedSafeRelease<IAMCameraControl> rControl { &cameraControl }; in updateExposureSettings()
297 bool DirectShowCameraExposureControl::setShutterSpeed(IAMCameraControl *cameraControl, qreal shutte… in setShutterSpeed()
327 bool DirectShowCameraExposureControl::setAperture(IAMCameraControl *cameraControl, qreal aperture) in setAperture()
358 bool DirectShowCameraExposureControl::setExposureMode(IAMCameraControl *cameraControl, QCameraExpos… in setExposureMode()
H A Ddirectshowcamerazoomcontrol.cpp125 IAMCameraControl *cameraControl = nullptr; in updateZoomValues()
126 const DirectShowUtils::ScopedSafeRelease<IAMCameraControl> rControl { &cameraControl }; in updateZoomValues()
185 IAMCameraControl *cameraControl = nullptr; in opticalZoomToPrivate()
186 const DirectShowUtils::ScopedSafeRelease<IAMCameraControl> rControl { &cameraControl }; in opticalZoomToPrivate()
H A Ddscamerasession.h124 bool getCameraControlInterface(IAMCameraControl **cameraControl) const;
H A Ddscamerasession.cpp346 bool DSCameraSession::getCameraControlInterface(IAMCameraControl **cameraControl) const in getCameraControlInterface()
/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dcap_msmf.cpp1338 if (readComplexPropery<IAMCameraControl>(CameraControl_Pan, cVal)) in getProperty()
1342 if (readComplexPropery<IAMCameraControl>(CameraControl_Tilt, cVal)) in getProperty()
1346 if (readComplexPropery<IAMCameraControl>(CameraControl_Roll, cVal)) in getProperty()
1350 if (readComplexPropery<IAMCameraControl>(CameraControl_Iris, cVal)) in getProperty()
1355 if (readComplexPropery<IAMCameraControl>(CameraControl_Exposure, cVal)) in getProperty()
1364 if (readComplexPropery<IAMCameraControl>(CameraControl_Zoom, cVal)) in getProperty()
1369 if (readComplexPropery<IAMCameraControl>(CameraControl_Focus, cVal)) in getProperty()
1500 …return writeComplexProperty<IAMCameraControl>(CameraControl_Pan, value, CameraControl_Flags_Manual… in setProperty()
1502 …return writeComplexProperty<IAMCameraControl>(CameraControl_Tilt, value, CameraControl_Flags_Manua… in setProperty()
1504 …return writeComplexProperty<IAMCameraControl>(CameraControl_Roll, value, CameraControl_Flags_Manua… in setProperty()
[all …]
H A Dcap_dshow.cpp1917 IAMCameraControl *pIAMCameraControl;
1978 IAMCameraControl *pIAMCameraControl = NULL;
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_device_mf_win.h150 Microsoft::WRL::ComPtr<IAMCameraControl> camera_control_;
H A Dvideo_capture_device_mf_win.cc440 bool GetCameraControlSupport(ComPtr<IAMCameraControl> camera_control, in GetCameraControlSupport()
591 ComPtr<IAMCameraControl> camera_control; in GetControlSupport()
H A Dvideo_capture_device_factory_win_unittest.cc125 class StubAMCameraControl final : public StubDeviceInterface<IAMCameraControl> {
373 if (riid == __uuidof(IAMCameraControl)) { in QueryInterface()
H A Dvideo_capture_device_mf_win_unittest.cc163 class MockAMCameraControl final : public MockInterface<IAMCameraControl> {
277 if (riid == __uuidof(IAMCameraControl)) { in QueryInterface()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Ddirectshow.cxx110 PVideoInputControl_DirectShow(IAMCameraControl * _pCC);
118 IAMCameraControl * t_pCC;
250 CComPtr<IAMCameraControl> m_pCameraControls;
1266 PVideoInputControl_DirectShow::PVideoInputControl_DirectShow(IAMCameraControl * _pCC) in PVideoInputControl_DirectShow()
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dstrmif.h1153 #define INTERFACE IAMCameraControl
1154 DECLARE_INTERFACE_(IAMCameraControl, IUnknown) in DECLARE_INTERFACE_() argument
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dstrmif.h1153 #define INTERFACE IAMCameraControl
1154 DECLARE_INTERFACE_(IAMCameraControl, IUnknown) in DECLARE_INTERFACE_() argument
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Duvc-wmf.cpp207 com_ptr<IAMCameraControl> am_camera_control;
218 …iaSource::QueryInterface", mf_media_source->QueryInterface(__uuidof(IAMCameraControl), (void **)&a… in get_media_source()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Duvc-wmf.cpp207 com_ptr<IAMCameraControl> am_camera_control;
218 …iaSource::QueryInterface", mf_media_source->QueryInterface(__uuidof(IAMCameraControl), (void **)&a… in get_media_source()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VideoCapture/src/mediafoundation/src/
H A Dcapturemmf.cpp1207 IAMCameraControl *pCameraControl = nullptr; in cameraControls()
1276 IAMCameraControl *pCameraControl = nullptr; in setCameraControls()
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VideoCapture/src/dshow/src/
H A Dcapturedshow.cpp1099 IAMCameraControl *pCameraControl = nullptr; in cameraControls()
1168 IAMCameraControl *pCameraControl = nullptr; in setCameraControls()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h471 typedef interface IAMCameraControl IAMCameraControl; typedef
473 interface IAMCameraControl; variable
3786 typedef interface IAMCameraControl IAMCameraControl; typedef
3788 interface IAMCameraControl; variable
9046 IAMCameraControl *This,
9051 IAMCameraControl *This);
9054 IAMCameraControl *This);
9058 IAMCameraControl *This,
9067 IAMCameraControl *This,
9073 IAMCameraControl *This,
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstrmif.h471 typedef interface IAMCameraControl IAMCameraControl; typedef
473 interface IAMCameraControl; variable
3786 typedef interface IAMCameraControl IAMCameraControl; typedef
3788 interface IAMCameraControl; variable
9046 IAMCameraControl *This,
9051 IAMCameraControl *This);
9054 IAMCameraControl *This);
9058 IAMCameraControl *This,
9067 IAMCameraControl *This,
9073 IAMCameraControl *This,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Media/DirectShow/
H A Dmod.rs4934 pub type IAMCameraControl = *mut ::core::ffi::c_void; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectShow/
H A Dmod.rs10133 pub struct IAMCameraControl(::windows::runtime::IUnknown); struct
10134 impl IAMCameraControl { implementation
10145 unsafe impl ::windows::runtime::Interface for IAMCameraControl { implementation
10149 impl ::std::convert::From<IAMCameraControl> for ::windows::runtime::IUnknown {
10150 fn from(value: IAMCameraControl) -> Self { in from()
10154 impl ::std::convert::From<&IAMCameraControl> for ::windows::runtime::IUnknown {
10155 fn from(value: &IAMCameraControl) -> Self { in from()
10159 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for IAMCameraControl { implementation
10164 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &IAMCameraControl { implementation