Home
last modified time | relevance | path

Searched refs:getProducerIntProperty (Results 1 – 10 of 10) sorted by relevance

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/dialogs/
H A Dslideshowclip.cpp145 m_view.slide_loop->setChecked(clip->getProducerIntProperty(QStringLiteral("loop")) != 0); in SlideshowClip()
146 m_view.slide_crop->setChecked(clip->getProducerIntProperty(QStringLiteral("crop")) != 0); in SlideshowClip()
147 m_view.slide_fade->setChecked(clip->getProducerIntProperty(QStringLiteral("fade")) != 0); in SlideshowClip()
148 m_view.luma_softness->setValue(clip->getProducerIntProperty(QStringLiteral("softness"))); in SlideshowClip()
156 int ttl = clip->getProducerIntProperty(QStringLiteral("ttl")); in SlideshowClip()
159 …m_view.luma_duration->setText(tc.getTimecodeFromFrames(clip->getProducerIntProperty(QStringLiteral… in SlideshowClip()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/mltcontroller/
H A Dclipcontroller.cpp204 audioIndex = getProducerIntProperty(QStringLiteral("audio_index")); in getInfoForProducer()
205 m_videoIndex = getProducerIntProperty(QStringLiteral("video_index")); in getInfoForProducer()
460 int ClipController::getProducerIntProperty(const QString &name) const in getProducerIntProperty() function in ClipController
746 int in = getProducerIntProperty(QStringLiteral("kdenlive:zone_in")); in zone()
748 int out = qMin(getProducerIntProperty(QStringLiteral("kdenlive:zone_out")), max); in zone()
H A Dclipcontroller.h123 int getProducerIntProperty(const QString &key) const;
H A Dclippropertiescontroller.cpp1486 int exifUsed = m_controller->getProducerIntProperty(QStringLiteral("kdenlive:exiftool")); in slotFillMeta()
1569 int magic = m_controller->getProducerIntProperty(QStringLiteral("kdenlive:magiclantern")); in slotFillMeta()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/jobs/
H A Dproxytask.cpp59 …if (binClip->getProducerIntProperty(QStringLiteral("_overwriteproxy")) == 0 && fInfo.exists() && f…
72 int exif = binClip->getProducerIntProperty(QStringLiteral("_exif_orientation"));
H A Dcliploadtask.cpp227 …int frameNumber = m_in > -1 ? m_in : qMax(0, binClip->getProducerIntProperty(QStringLiteral("kdenl… in generateThumbnail()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/utils/
H A Dthumbnailcache.cpp281 int audio = binClip->getProducerIntProperty(QStringLiteral("audio_index")); in getAudioKey()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dprojectclip.cpp113 AbstractProjectItem::setRating(uint(getProducerIntProperty(QStringLiteral("kdenlive:rating"))));
529 AbstractProjectItem::setRating(uint(getProducerIntProperty(QStringLiteral("kdenlive:rating")))); in setProducer()
569 …if (getProducerIntProperty(QStringLiteral("meta.media.width")) >= KdenliveSettings::proxyimagemins… in setProducer()
601 …if (!skipProducer && getProducerIntProperty(QStringLiteral("meta.media.width")) >= KdenliveSetting… in setProducer()
1317 int producerLength = getProducerIntProperty(QStringLiteral("length")); in setProperties()
1862 … int framePos = qMax(0, getProducerIntProperty(QStringLiteral("kdenlive:thumbnailFrame"))); in getThumbFromPercent()
H A Dbin.cpp4265 … m_doc->autoGenerateProxy(clp->getProducerIntProperty(QStringLiteral("meta.media.width")))) { in refreshProxySettings()
4269 …e if (t == ClipType::Image && m_doc->autoGenerateImageProxy(clp->getProducerIntProperty(QStringLit… in refreshProxySettings()
4669 if (clip->getProducerIntProperty(QStringLiteral("_replaceproxy")) > 0) { in checkMissingProxies()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/model/
H A Dtimelinemodel.cpp1940 …res = requestClipCreation(normalisedBinId, id, dropType, binClip->getProducerIntProperty(QStringLi… in requestClipInsertion()