Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_device_win.cc565 if (!camera_control_ || !video_control_) { in GetPhotoState()
567 &video_control_)) { in GetPhotoState()
612 return this->video_control_->get_Brightness(args...); in GetPhotoState()
619 return this->video_control_->get_Contrast(args...); in GetPhotoState()
626 return this->video_control_->get_Saturation(args...); in GetPhotoState()
633 return this->video_control_->get_Sharpness(args...); in GetPhotoState()
674 if (!camera_control_ || !video_control_) { in SetPhotoOptions()
676 &video_control_)) { in SetPhotoOptions()
745 hr = video_control_->put_Brightness(settings->brightness, in SetPhotoOptions()
752 hr = video_control_->put_Contrast(settings->contrast, in SetPhotoOptions()
[all …]
H A Dvideo_capture_device_mf_win.cc798 hr = source_.As(&video_control_); in Init()
1151 if (camera_control_ && video_control_) { in GetPhotoState()
1153 video_control_, VideoProcAmp_WhiteBalance, in GetPhotoState()
1173 RetrieveControlRangeAndCurrent(video_control_, VideoProcAmp_Gain); in GetPhotoState()
1241 if (camera_control_ && video_control_) { in SetPhotoOptions()
1244 hr = video_control_->Set(VideoProcAmp_WhiteBalance, 0L, in SetPhotoOptions()
1255 hr = video_control_->Set(VideoProcAmp_WhiteBalance, in SetPhotoOptions()
1306 hr = video_control_->Set(VideoProcAmp_Brightness, settings->brightness, in SetPhotoOptions()
1313 hr = video_control_->Set(VideoProcAmp_Contrast, settings->contrast, in SetPhotoOptions()
1320 hr = video_control_->Set(VideoProcAmp_Gain, in SetPhotoOptions()
[all …]
H A Dvideo_capture_device_win.h145 Microsoft::WRL::ComPtr<IVideoProcAmp> video_control_; variable
H A Dvideo_capture_device_mf_win.h151 Microsoft::WRL::ComPtr<IAMVideoProcAmp> video_control_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/win/
H A Dvideo_capture_device_win.cc662 if (!camera_control_ || !video_control_) { in GetPhotoState()
717 return this->video_control_->get_Brightness(args...); in GetPhotoState()
724 return this->video_control_->get_Contrast(args...); in GetPhotoState()
731 return this->video_control_->get_Saturation(args...); in GetPhotoState()
738 return this->video_control_->get_Sharpness(args...); in GetPhotoState()
766 if (!camera_control_ || !video_control_) { in SetPhotoOptions()
842 hr = video_control_->put_Brightness(settings->brightness, in SetPhotoOptions()
849 hr = video_control_->put_Contrast(settings->contrast, in SetPhotoOptions()
856 hr = video_control_->put_Saturation(settings->saturation, in SetPhotoOptions()
863 hr = video_control_->put_Sharpness(settings->sharpness, in SetPhotoOptions()
[all …]
H A Dvideo_capture_device_win.h139 Microsoft::WRL::ComPtr<IVideoProcAmp> video_control_; variable