Home
last modified time | relevance | path

Searched refs:SeekType (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/media_controls/elements/
H A Dmedia_control_timeline_metrics.cc23 enum class SeekType { enum
202 void RecordSeekTypeByWidth(int timeline_width, SeekType type) { in RecordSeekTypeByWidth()
228 SeekType seek_type = in RecordEndGesture()
238 seek_type = SeekType::kDragFromCurrentPosition; in RecordEndGesture()
241 seek_type = SeekType::kClick; in RecordEndGesture()
244 seek_type = SeekType::kDragFromElsewhere; in RecordEndGesture()
250 if (seek_type == SeekType::kClick) in RecordEndGesture()
275 SeekType type; in RecordEndKey()
281 type = SeekType::kKeyboardArrowKey; in RecordEndKey()
285 type = SeekType::kKeyboardPageUpDownKey; in RecordEndKey()
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DSeekHandler.h23 enum SeekType enum
43 …void Seek(bool forward, float amount, float duration = 0, bool analogSeek = false, SeekType type =…
65 int GetSeekStepSize(SeekType type, int step);
68 std::map<SeekType, int > m_seekDelays;
74 std::map<SeekType, std::vector<int> > m_forwardSeekSteps;
75 std::map<SeekType, std::vector<int> > m_backwardSeekSteps;
H A DSeekHandler.cpp52 std::map<SeekType, std::string> seekTypeSettingMap; in Configure()
56 …for (std::map<SeekType, std::string>::iterator it = seekTypeSettingMap.begin(); it!=seekTypeSettin… in Configure()
85 int CSeekHandler::GetSeekStepSize(SeekType type, int step) in GetSeekStepSize()
95 … (type == SeekType::SEEK_TYPE_VIDEO ? "video" : "music"), (step > 0 ? "forward" : "backward")); in GetSeekStepSize()
110 … float amount, float duration /* = 0 */, bool analogSeek /* = false */, SeekType type /* = SEEK_TY… in Seek()
265 SeekType type = g_application.CurrentFileItem().IsAudio() ? SEEK_TYPE_MUSIC : SEEK_TYPE_VIDEO; in OnAction()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/common/
H A DBufferedStream.cpp187 void BufferedStream::Seek(IOStream::pos_type Offset, int SeekType) in Seek() argument
189 switch (SeekType) in Seek()
194 mrSource.Seek(Offset, SeekType); in Seek()
206 SeekType); in Seek()
218 SeekType); in Seek()
H A DReadLoggingStream.cpp187 void ReadLoggingStream::Seek(IOStream::pos_type Offset, int SeekType) in Seek() argument
189 mrSource.Seek(Offset, SeekType); in Seek()
191 switch (SeekType) in Seek()
H A DIOStream.cpp122 void IOStream::Seek(IOStream::pos_type Offset, int SeekType) in Seek() argument
149 int IOStream::ConvertSeekTypeToOSWhence(int SeekType) in ConvertSeekTypeToOSWhence() argument
153 switch(SeekType) in ConvertSeekTypeToOSWhence()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/glib-0.9.3/src/auto/
H A Denums.rs392 pub enum SeekType { enum
400 impl fmt::Display for SeekType { implementation
406 SeekType::Cur => "Cur", in fmt()
407 SeekType::Set => "Set", in fmt()
408 SeekType::End => "End", in fmt()
416 impl ToGlib for SeekType { implementation
424 SeekType::__Unknown(value) => value, in to_glib()
433 0 => SeekType::Cur, in from_glib()
434 1 => SeekType::Set, in from_glib()
435 2 => SeekType::End, in from_glib()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/glib-0.9.3/src/auto/
H A Denums.rs392 pub enum SeekType { enum
400 impl fmt::Display for SeekType { implementation
406 SeekType::Cur => "Cur", in fmt()
407 SeekType::Set => "Set", in fmt()
408 SeekType::End => "End", in fmt()
416 impl ToGlib for SeekType { implementation
424 SeekType::__Unknown(value) => value, in to_glib()
433 0 => SeekType::Cur, in from_glib()
434 1 => SeekType::Set, in from_glib()
435 2 => SeekType::End, in from_glib()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/glib-0.9.0/src/auto/
H A Denums.rs392 pub enum SeekType { enum
400 impl fmt::Display for SeekType { implementation
406 SeekType::Cur => "Cur", in fmt()
407 SeekType::Set => "Set", in fmt()
408 SeekType::End => "End", in fmt()
416 impl ToGlib for SeekType { implementation
424 SeekType::__Unknown(value) => value, in to_glib()
433 0 => SeekType::Cur, in from_glib()
434 1 => SeekType::Set, in from_glib()
435 2 => SeekType::End, in from_glib()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/glib-0.10.3/src/auto/
H A Denums.rs398 pub enum SeekType { enum
406 impl fmt::Display for SeekType { implementation
412 SeekType::Cur => "Cur", in fmt()
413 SeekType::Set => "Set", in fmt()
414 SeekType::End => "End", in fmt()
422 impl ToGlib for SeekType { implementation
430 SeekType::__Unknown(value) => value, in to_glib()
439 0 => SeekType::Cur, in from_glib()
440 1 => SeekType::Set, in from_glib()
441 2 => SeekType::End, in from_glib()
[all …]
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/glib-0.8.2/src/auto/
H A Denums.rs392 pub enum SeekType { enum
400 impl fmt::Display for SeekType { implementation
406 SeekType::Cur => "Cur", in fmt()
407 SeekType::Set => "Set", in fmt()
408 SeekType::End => "End", in fmt()
416 impl ToGlib for SeekType { implementation
424 SeekType::__Unknown(value) => value, in to_glib()
433 0 => SeekType::Cur, in from_glib()
434 1 => SeekType::Set, in from_glib()
435 2 => SeekType::End, in from_glib()
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/glib/src/auto/
H A Denums.rs392 pub enum SeekType { enum
400 impl fmt::Display for SeekType { implementation
406 SeekType::Cur => "Cur", in fmt()
407 SeekType::Set => "Set", in fmt()
408 SeekType::End => "End", in fmt()
416 impl ToGlib for SeekType { implementation
424 SeekType::__Unknown(value) => value, in to_glib()
433 0 => SeekType::Cur, in from_glib()
434 1 => SeekType::Set, in from_glib()
435 2 => SeekType::End, in from_glib()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Dtrace_record.h174 enum SeekType { enum
179 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
182 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
185 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
189 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
201 virtual SeekType GetSeekType() const;
213 SeekType type_;
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Dtrace_record.h174 enum SeekType { enum
179 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
182 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
185 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
189 IteratorSeekQueryTraceRecord(SeekType seekType, uint32_t column_family_id,
201 virtual SeekType GetSeekType() const;
213 SeekType type_;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp54 size_t TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) {
62 case TraceCursor::SeekType::Set:
65 case TraceCursor::SeekType::End:
68 case TraceCursor::SeekType::Current:
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp54 size_t TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) { in Seek()
62 case TraceCursor::SeekType::Set: in Seek()
65 case TraceCursor::SeekType::End: in Seek()
68 case TraceCursor::SeekType::Current: in Seek()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp54 size_t TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) { in Seek()
62 case TraceCursor::SeekType::Set: in Seek()
65 case TraceCursor::SeekType::End: in Seek()
68 case TraceCursor::SeekType::Current: in Seek()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp54 size_t TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) { in Seek()
62 case TraceCursor::SeekType::Set: in Seek()
65 case TraceCursor::SeekType::End: in Seek()
68 case TraceCursor::SeekType::Current: in Seek()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.cpp54 size_t TraceCursorIntelPT::Seek(int64_t offset, SeekType origin) { in Seek()
62 case TraceCursor::SeekType::Set: in Seek()
65 case TraceCursor::SeekType::End: in Seek()
68 case TraceCursor::SeekType::Current: in Seek()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dsegment.h229 enum SeekType enum
243 class Value<Gst::SeekType> : public Glib::Value_Enum<Gst::SeekType>
416 … set_seek(double rate, Format format, SeekFlags flags, SeekType start_type, gint64 start, SeekType
/dports/databases/rocksdb/rocksdb-6.26.1/trace_replay/
H A Dtrace_record.cc108 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord()
116 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord()
125 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord()
135 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord()
150 IteratorSeekQueryTraceRecord::SeekType
/dports/databases/rocksdb-lite/rocksdb-6.26.1/trace_replay/
H A Dtrace_record.cc108 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord()
116 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord()
125 SeekType seek_type, uint32_t column_family_id, PinnableSlice&& key, in IteratorSeekQueryTraceRecord()
135 SeekType seek_type, uint32_t column_family_id, const std::string& key, in IteratorSeekQueryTraceRecord()
150 IteratorSeekQueryTraceRecord::SeekType
/dports/multimedia/gstreamer1-qt/qt-gstreamer-1.2.0/src/QGst/
H A Devent.h191 static SeekEventPtr create(double rate, Format format, SeekFlags flags, SeekType startType,
192 qint64 start, SeekType stopType, qint64 stop);
197 SeekType startType() const;
199 SeekType stopType() const;
/dports/devel/gio-sharp/gio-sharp-2.22.3/gio/
H A DGioStream.cs209 SeekType seek_type; in Seek()
212 seek_type = SeekType.Cur; in Seek()
215 seek_type = SeekType.End; in Seek()
219 seek_type = SeekType.Set; in Seek()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gio/
H A DGioStream.cs200 SeekType seek_type; in Seek()
203 seek_type = SeekType.Cur; in Seek()
206 seek_type = SeekType.End; in Seek()
210 seek_type = SeekType.Set; in Seek()

12345678910>>...13