Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/media/capture/
H A Dlame_window_capturer_chromeos.cc62 capture_period_ = std::max(min_capture_period, kAbsoluteMinCapturePeriod); in SetMinCapturePeriod()
67 timer_.Start(FROM_HERE, capture_period_, this, in SetMinCapturePeriod()
120 timer_.Start(FROM_HERE, capture_period_, this, in Start()
264 metadata->SetTimeDelta(VideoFrameMetadata::FRAME_DURATION, capture_period_); in CaptureNextFrame()
266 1.0 / capture_period_.InSecondsF()); in CaptureNextFrame()
H A Dlame_window_capturer_chromeos.h110 base::TimeDelta capture_period_ = kAbsoluteMinCapturePeriod; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/media/capture/
H A Dslow_window_capturer_chromeos.cc63 capture_period_ = std::max(min_capture_period, kAbsoluteMinCapturePeriod); in SetMinCapturePeriod()
68 timer_.Start(FROM_HERE, capture_period_, this, in SetMinCapturePeriod()
121 timer_.Start(FROM_HERE, capture_period_, this, in Start()
265 metadata->frame_duration = capture_period_; in CaptureNextFrame()
266 metadata->frame_rate = 1.0 / capture_period_.InSecondsF(); in CaptureNextFrame()
H A Dslow_window_capturer_chromeos.h111 base::TimeDelta capture_period_ = kAbsoluteMinCapturePeriod; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/linux/
H A Daudio_pipe_reader.cc126 capture_period_ = base::TimeDelta::FromSeconds(1) * pipe_buffer_size_ / in TryOpenPipe()
139 timer_.Start(FROM_HERE, capture_period_, this, &AudioPipeReader::DoCapture); in StartTimer()
H A Daudio_pipe_reader.h91 base::TimeDelta capture_period_; variable