Home
last modified time | relevance | path

Searched refs:nrOfFrames (Results 1 – 17 of 17) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_processing/main/source/
H A Dvideo_decimator.cc126 int32_t nrOfFrames = 0;
133 nrOfFrames++;
140 incoming_frame_rate_ = nrOfFrames * 1000.0f / static_cast<float>(diff);
143 incoming_frame_rate_ = static_cast<float>(nrOfFrames);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc257 int32_t nrOfFrames = 0; in CalculateFrameRate() local
265 nrOfFrames++; in CalculateFrameRate()
272 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
276 return nrOfFrames; in CalculateFrameRate()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_capture/
H A Dvideo_capture_impl.cc257 int32_t nrOfFrames = 0; in CalculateFrameRate() local
265 nrOfFrames++; in CalculateFrameRate()
272 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
276 return nrOfFrames; in CalculateFrameRate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc257 int32_t nrOfFrames = 0; in CalculateFrameRate() local
265 nrOfFrames++; in CalculateFrameRate()
272 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
276 return nrOfFrames; in CalculateFrameRate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc262 int32_t nrOfFrames = 0; in CalculateFrameRate() local
274 nrOfFrames++; in CalculateFrameRate()
283 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
287 return nrOfFrames; in CalculateFrameRate()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_capture/
H A Dvideo_capture_impl.cc283 int32_t nrOfFrames = 0; in CalculateFrameRate() local
291 nrOfFrames++; in CalculateFrameRate()
298 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
302 return nrOfFrames; in CalculateFrameRate()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc263 int32_t nrOfFrames = 0; in CalculateFrameRate() local
271 nrOfFrames++; in CalculateFrameRate()
278 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
282 return nrOfFrames; in CalculateFrameRate()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc263 int32_t nrOfFrames = 0; in CalculateFrameRate() local
271 nrOfFrames++; in CalculateFrameRate()
278 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
282 return nrOfFrames; in CalculateFrameRate()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc263 int32_t nrOfFrames = 0; in CalculateFrameRate() local
271 nrOfFrames++; in CalculateFrameRate()
278 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
282 return nrOfFrames; in CalculateFrameRate()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/
H A Dvideo_capture_impl.cc375 int32_t nrOfFrames = 0;
385 nrOfFrames++;
393 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f);
397 return nrOfFrames;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/video_engine/
H A Ddesktop_capture_impl.cc553 int32_t nrOfFrames = 0; in CalculateFrameRate() local
562 nrOfFrames++; in CalculateFrameRate()
569 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
573 return nrOfFrames; in CalculateFrameRate()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/video_engine/
H A Ddesktop_capture_impl.cc544 int32_t nrOfFrames = 0; in CalculateFrameRate() local
553 nrOfFrames++; in CalculateFrameRate()
560 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
564 return nrOfFrames; in CalculateFrameRate()
/dports/www/firefox/firefox-99.0/dom/media/systemservices/video_engine/
H A Ddesktop_capture_impl.cc538 int32_t nrOfFrames = 0; in CalculateFrameRate() local
547 nrOfFrames++; in CalculateFrameRate()
554 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
558 return nrOfFrames; in CalculateFrameRate()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/systemservices/video_engine/
H A Ddesktop_capture_impl.cc553 int32_t nrOfFrames = 0; in CalculateFrameRate() local
562 nrOfFrames++; in CalculateFrameRate()
569 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
573 return nrOfFrames; in CalculateFrameRate()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/video_engine/
H A Ddesktop_capture_impl.cc634 int32_t nrOfFrames = 0; in CalculateFrameRate() local
646 nrOfFrames++; in CalculateFrameRate()
655 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
659 return nrOfFrames; in CalculateFrameRate()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/video_engine/
H A Ddesktop_capture_impl.cc766 int32_t nrOfFrames = 0; in CalculateFrameRate() local
773 nrOfFrames++; in CalculateFrameRate()
780 return uint32_t((nrOfFrames * 1000.0f / diff) + 0.5f); in CalculateFrameRate()
784 return nrOfFrames; in CalculateFrameRate()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/tutorial_code/calib3d/camera_calibration/
H A Dout_camera_data.yml3 nrOfFrames: 8