Home
last modified time | relevance | path

Searched defs:GenericFormattedValue (Results 1 – 25 of 60) sorted by relevance

123

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-base-0.15.4/src/
H A Dbase_parse.rs26 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
34 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
83 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
109 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-base-0.17.2/src/
H A Dbase_parse.rs23 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
31 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
81 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
107 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-base-0.15.0/src/
H A Dbase_parse.rs26 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
34 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
83 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
109 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-base-0.17.2/src/
H A Dbase_parse.rs23 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
31 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
81 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
107 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-base/src/
H A Dbase_parse.rs26 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
34 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
83 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
109 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-base-0.17.0/src/
H A Dbase_parse.rs23 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
31 ) -> Option<gst::GenericFormattedValue>; in convert_default_generic()
81 fn convert_default<V: Into<gst::GenericFormattedValue>, U: gst::SpecificFormattedValue>( in convert_default()
107 ) -> Option<gst::GenericFormattedValue> { in convert_default_generic()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dformat.rs15 pub enum GenericFormattedValue { enum
49 impl fmt::Display for GenericFormattedValue { implementation
102 impl FormattedValue for GenericFormattedValue { implementation
120 impl GenericFormattedValue { impl
163 impl FormattedValueIntrinsic for GenericFormattedValue { implementation
428 impl From<Undefined> for GenericFormattedValue { implementation
534 impl From<Option<Percent>> for GenericFormattedValue { implementation
541 impl From<Percent> for GenericFormattedValue { implementation
565 v: GenericFormattedValue, in try_from()
H A Dquery.rs231 pub fn result(&self) -> GenericFormattedValue { in result()
276 pub fn result(&self) -> GenericFormattedValue { in result()
379 pub fn result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in result() argument
450 pub fn result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in result() argument
527 pub fn result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in result()
548 pub fn get(&self) -> (GenericFormattedValue, crate::Format) { in get()
682 pub fn range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in range()
732 pub fn ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in ranges() argument
H A Delement.rs218 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
226 ) -> Option<GenericFormattedValue>; in query_convert_generic()
230 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
234 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
569 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
595 ) -> Option<GenericFormattedValue> { in query_convert_generic()
633 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_duration_generic()
665 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_position_generic()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dformat.rs15 pub enum GenericFormattedValue { enum
49 impl fmt::Display for GenericFormattedValue { implementation
102 impl FormattedValue for GenericFormattedValue { implementation
120 impl GenericFormattedValue { implementation
163 impl FormattedValueIntrinsic for GenericFormattedValue { implementation
428 impl From<Undefined> for GenericFormattedValue { implementation
534 impl From<Option<Percent>> for GenericFormattedValue { implementation
541 impl From<Percent> for GenericFormattedValue { implementation
565 v: GenericFormattedValue, in try_from()
H A Dquery.rs231 pub fn result(&self) -> GenericFormattedValue { in result()
276 pub fn result(&self) -> GenericFormattedValue { in result()
379 pub fn result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in result() argument
450 pub fn result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in result() argument
527 pub fn result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in result()
548 pub fn get(&self) -> (GenericFormattedValue, crate::Format) { in get()
682 pub fn range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in range()
732 pub fn ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in ranges() argument
H A Delement.rs218 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
226 ) -> Option<GenericFormattedValue>; in query_convert_generic()
230 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
234 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
569 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
595 ) -> Option<GenericFormattedValue> { in query_convert_generic()
633 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_duration_generic()
665 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_position_generic()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dformat.rs15 pub enum GenericFormattedValue { enum
49 impl fmt::Display for GenericFormattedValue { implementation
102 impl FormattedValue for GenericFormattedValue { implementation
120 impl GenericFormattedValue { implementation
163 impl FormattedValueIntrinsic for GenericFormattedValue { implementation
428 impl From<Undefined> for GenericFormattedValue { implementation
534 impl From<Option<Percent>> for GenericFormattedValue { implementation
541 impl From<Percent> for GenericFormattedValue { implementation
565 v: GenericFormattedValue, in try_from()
H A Dquery.rs231 pub fn result(&self) -> GenericFormattedValue { in result()
276 pub fn result(&self) -> GenericFormattedValue { in result()
379 pub fn result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in result() argument
450 pub fn result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in result() argument
527 pub fn result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in result()
548 pub fn get(&self) -> (GenericFormattedValue, crate::Format) { in get()
682 pub fn range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in range()
732 pub fn ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in ranges() argument
H A Delement.rs218 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
226 ) -> Option<GenericFormattedValue>; in query_convert_generic()
230 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
234 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
569 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
595 ) -> Option<GenericFormattedValue> { in query_convert_generic()
633 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_duration_generic()
665 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_position_generic()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dformat.rs17 pub enum GenericFormattedValue { enum
64 impl FormattedValue for GenericFormattedValue { implementation
82 impl GenericFormattedValue { impl
540 impl From<Undefined> for GenericFormattedValue { implementation
541 fn from(v: Undefined) -> GenericFormattedValue { in from()
621 impl From<Percent> for GenericFormattedValue { implementation
622 fn from(v: Percent) -> GenericFormattedValue { in from()
H A Dquery.rs366 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
404 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
482 pub fn get_result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
542 pub fn get_result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
601 pub fn get_result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in get_result()
622 pub fn get(&self) -> (GenericFormattedValue, ::Format) { in get()
726 pub fn get_range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in get_range()
772 pub fn get_ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in get_ranges() argument
H A Dpad.rs223 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
231 ) -> Option<GenericFormattedValue>; in peer_query_convert_generic()
239 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
247 ) -> Option<GenericFormattedValue>; in query_convert_generic()
250 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
253 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
703 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
729 ) -> Option<GenericFormattedValue> { in peer_query_convert_generic()
815 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
842 ) -> Option<GenericFormattedValue> { in query_convert_generic()
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dformat.rs17 pub enum GenericFormattedValue { enum
64 impl FormattedValue for GenericFormattedValue { implementation
82 impl GenericFormattedValue { implementation
540 impl From<Undefined> for GenericFormattedValue { implementation
541 fn from(v: Undefined) -> GenericFormattedValue { in from()
621 impl From<Percent> for GenericFormattedValue { implementation
622 fn from(v: Percent) -> GenericFormattedValue { in from()
H A Dquery.rs366 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
404 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
482 pub fn get_result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
542 pub fn get_result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
601 pub fn get_result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in get_result()
622 pub fn get(&self) -> (GenericFormattedValue, ::Format) { in get()
726 pub fn get_range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in get_range()
772 pub fn get_ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in get_ranges() argument
H A Dpad.rs222 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
230 ) -> Option<GenericFormattedValue>; in peer_query_convert_generic()
238 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
246 ) -> Option<GenericFormattedValue>; in query_convert_generic()
249 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
252 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
702 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
728 ) -> Option<GenericFormattedValue> { in peer_query_convert_generic()
814 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
841 ) -> Option<GenericFormattedValue> { in query_convert_generic()
[all …]
H A Delement.rs215 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
223 ) -> Option<GenericFormattedValue>; in query_convert_generic()
226 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
229 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
577 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
603 ) -> Option<GenericFormattedValue> { in query_convert_generic()
641 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_duration_generic()
673 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue> { in query_position_generic()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dformat.rs17 pub enum GenericFormattedValue { enum
64 impl FormattedValue for GenericFormattedValue { implementation
82 impl GenericFormattedValue { implementation
540 impl From<Undefined> for GenericFormattedValue { implementation
541 fn from(v: Undefined) -> GenericFormattedValue { in from()
621 impl From<Percent> for GenericFormattedValue { implementation
622 fn from(v: Percent) -> GenericFormattedValue { in from()
H A Dquery.rs366 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
404 pub fn get_result(&self) -> GenericFormattedValue { in get_result()
482 pub fn get_result(&self) -> (bool, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
542 pub fn get_result(&self) -> (f64, GenericFormattedValue, GenericFormattedValue) { in get_result() argument
601 pub fn get_result(&self) -> (GenericFormattedValue, GenericFormattedValue) { in get_result()
622 pub fn get(&self) -> (GenericFormattedValue, ::Format) { in get()
726 pub fn get_range(&self) -> (GenericFormattedValue, GenericFormattedValue, i64) { in get_range()
772 pub fn get_ranges(&self) -> Vec<(GenericFormattedValue, GenericFormattedValue)> { in get_ranges() argument
H A Dpad.rs223 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
231 ) -> Option<GenericFormattedValue>; in peer_query_convert_generic()
239 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
247 ) -> Option<GenericFormattedValue>; in query_convert_generic()
250 fn query_duration_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_duration_generic()
253 fn query_position_generic(&self, format: Format) -> Option<GenericFormattedValue>; in query_position_generic()
703 fn peer_query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in peer_query_convert()
729 ) -> Option<GenericFormattedValue> { in peer_query_convert_generic()
815 fn query_convert<V: Into<GenericFormattedValue>, U: SpecificFormattedValue>( in query_convert()
842 ) -> Option<GenericFormattedValue> { in query_convert_generic()
[all …]

123