Home
last modified time | relevance | path

Searched refs:m_timecode (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/kdenlive/kdenlive-21.12.3/src/
H A Dtimecodedisplay.cpp37 , m_timecode(t) in TimecodeDisplay()
96 lineEdit()->setInputMask(m_timecode.mask()); in setTimeCodeFormat()
110 m_timecode = t; in updateTimeCode()
171 return {m_value, m_timecode.fps()}; in gentime()
176 return m_timecode; in timecode()
187 setValue(m_timecode.getFrameCount(value)); in setValue()
209 lineEdit()->setText(m_timecode.getTimecodeFromFrames(m_offset + value - m_minimum)); in setValue()
216 setValue((int)value.frames(m_timecode.fps())); in setValue()
225 setValue(m_timecode.getFrameCount(lineEdit()->text()) + m_minimum - m_offset); in slotEditingFinished()
242 m_offset = GenTime(offset/1000.).frames(m_timecode.fps()); in setOffset()
[all …]
H A Dtimecodedisplay.h89 Timecode m_timecode;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/include/aws/medialive/model/
H A DStartTimecode.h45 inline const Aws::String& GetTimecode() const{ return m_timecode; } in GetTimecode()
59 …inline void SetTimecode(const Aws::String& value) { m_timecodeHasBeenSet = true; m_timecode = valu… in SetTimecode()
66 …inline void SetTimecode(Aws::String&& value) { m_timecodeHasBeenSet = true; m_timecode = std::move… in SetTimecode()
73 …inline void SetTimecode(const char* value) { m_timecodeHasBeenSet = true; m_timecode.assign(value)… in SetTimecode()
98 Aws::String m_timecode;
H A DStopTimecode.h89 inline const Aws::String& GetTimecode() const{ return m_timecode; } in GetTimecode()
103 …inline void SetTimecode(const Aws::String& value) { m_timecodeHasBeenSet = true; m_timecode = valu… in SetTimecode()
110 …inline void SetTimecode(Aws::String&& value) { m_timecodeHasBeenSet = true; m_timecode = std::move… in SetTimecode()
117 …inline void SetTimecode(const char* value) { m_timecodeHasBeenSet = true; m_timecode.assign(value)… in SetTimecode()
145 Aws::String m_timecode; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/include/aws/mediaconvert/model/
H A DId3Insertion.h88 inline const Aws::String& GetTimecode() const{ return m_timecode; } in GetTimecode()
98 …inline void SetTimecode(const Aws::String& value) { m_timecodeHasBeenSet = true; m_timecode = valu… in SetTimecode()
103 …inline void SetTimecode(Aws::String&& value) { m_timecodeHasBeenSet = true; m_timecode = std::move… in SetTimecode()
108 …inline void SetTimecode(const char* value) { m_timecodeHasBeenSet = true; m_timecode.assign(value)… in SetTimecode()
130 Aws::String m_timecode; variable
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/project/dialogs/
H A Dslideshowclip.cpp25 , m_timecode(tc) in SlideshowClip()
65 m_view.clip_duration->setInputMask(m_timecode.mask()); in SlideshowClip()
66 m_view.luma_duration->setInputMask(m_timecode.mask()); in SlideshowClip()
67 m_view.luma_duration->setText(m_timecode.getTimecodeFromFrames(int(ceil(m_timecode.fps())))); in SlideshowClip()
438 return m_timecode.getTimecodeFromFrames(m_view.clip_duration_frames->value()); in clipDuration()
472 return m_timecode.getTimecodeFromFrames(m_view.luma_duration_frames->value()); in lumaDuration()
498 … m_view.clip_duration_frames->setValue(m_timecode.getFrameCount(m_view.clip_duration->text())); in slotUpdateDurationFormat()
499 … m_view.luma_duration_frames->setValue(m_timecode.getFrameCount(m_view.luma_duration->text())); in slotUpdateDurationFormat()
502 …m_view.clip_duration->setText(m_timecode.getTimecodeFromFrames(m_view.clip_duration_frames->value(… in slotUpdateDurationFormat()
515 … m_view.clip_duration->setText(m_timecode.reformatSeparators(KdenliveSettings::image_duration())); in slotMethodChanged()
[all …]
H A Dslideshowclip.h59 Timecode m_timecode; variable
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-medialive/source/model/
H A DStartTimecode.cpp36 m_timecode = jsonValue.GetString("timecode"); in operator =()
50 payload.WithString("timecode", m_timecode); in Jsonize()
H A DStopTimecode.cpp47 m_timecode = jsonValue.GetString("timecode"); in operator =()
66 payload.WithString("timecode", m_timecode); in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconvert/source/model/
H A DId3Insertion.cpp45 m_timecode = jsonValue.GetString("timecode"); in operator =()
65 payload.WithString("timecode", m_timecode); in Jsonize()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/export/
H A Dwebmencoder.cpp45 m_timecode = 0; in open()
129 m_timecode, in writeFrame()
143 m_timecode += duration; in writeFrame()
H A Dwebmencoder.h96 int64_t m_timecode; variable
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
920 long long m_timecode; variable
1033 mutable long long m_timecode; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/multimedia/libvpx/libvpx-1.11.0/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
920 long long m_timecode; variable
1033 mutable long long m_timecode; variable
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libsimplewebm/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
920 long long m_timecode; variable
1033 mutable long long m_timecode; variable
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libsimplewebm/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
920 long long m_timecode; variable
1033 mutable long long m_timecode; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.h109 short m_timecode; // relative to cluster variable
922 long long m_timecode; variable
1035 mutable long long m_timecode; variable

123