Home
last modified time | relevance | path

Searched defs:videoFrameRate (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/video/
H A DossimVideoHandler.h64 ossim_float64 videoFrameRate() const { return m_frameRate; }; in videoFrameRate() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/video/
H A DossimVideoSource.cpp88 ossim_float64 ossimVideoSource::videoFrameRate() const in videoFrameRate() function in ossimVideoSource
/dports/graphics/digikam/digikam-7.4.0/core/libs/video/manager/
H A Dvidslidesettings.cpp633 qreal VidSlideSettings::videoFrameRate() const in videoFrameRate() function in Digikam::VidSlideSettings
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/Type/
H A DMediaInfo.php219 public $videoFrameRate = null; variable in Kaltura\\Client\\Type\\MediaInfo
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/android/src/wrappers/jni/
H A Dandroidmediarecorder.h78 videoFrameRate, enumerator
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DHomeEnvironment.java79 private int videoFrameRate; field in HomeEnvironment
620 public void setVideoFrameRate(int videoFrameRate) { in setVideoFrameRate()
624 firePropertyChange(Property.VIDEO_FRAME_RATE.name(), oldVideoFrameRate, videoFrameRate); in setVideoFrameRate() local
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/android/src/mediacapture/
H A Dqandroidcapturesession.h116 int videoFrameRate; member
/dports/multimedia/QtAV/QtAV-1.13.0/qml/QmlAV/
H A DMediaMetaData.h214 QVariant videoFrameRate() const { return value(VideoFrameRate); } in videoFrameRate() function
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mediacapabilities/
H A DMediaCapabilities.cpp301 int32_t videoFrameRate = in DecodingInfo() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mediacapabilities/
H A DMediaCapabilities.cpp300 int32_t videoFrameRate = in DecodingInfo() local
/dports/www/firefox/firefox-99.0/dom/media/mediacapabilities/
H A DMediaCapabilities.cpp338 int32_t videoFrameRate = std::clamp<int32_t>(frameRate, 1, INT32_MAX); in DecodingInfo() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mediacapabilities/
H A DMediaCapabilities.cpp301 int32_t videoFrameRate = in DecodingInfo() local
/dports/multimedia/qwinff/qwinff-0.2.1-22-g17e987e/src/converter/
H A Dmediaprobe.cpp429 double MediaProbe::videoFrameRate() const in videoFrameRate() function in MediaProbe
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaDecoder.cpp484 int32_t videoFrameRate = aInfo.GetFrameRate().ref(); in OnStoreDecoderBenchmark() local
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaDecoder.cpp506 int32_t videoFrameRate = aInfo.GetFrameRate().ref(); in OnStoreDecoderBenchmark() local
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaDecoder.cpp484 int32_t videoFrameRate = aInfo.GetFrameRate().ref(); in OnStoreDecoderBenchmark() local
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaDecoder.cpp488 int32_t videoFrameRate = aInfo.GetFrameRate().ref(); in OnStoreDecoderBenchmark() local
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/imports/multimedia/
H A Dqdeclarativemediametadata_p.h269 …QVariant videoFrameRate() const { return m_mediaObject->metaData(QMediaMetaData::VideoFrameRate); } in videoFrameRate() function
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/io/
H A DHomeXMLHandler.java948 Integer videoFrameRate = parseOptionalInteger(attributes, "videoFrameRate"); in setEnvironmentAttributes() local