Home
last modified time | relevance | path

Searched refs:get_value_array (Results 1 – 25 of 32) sorted by last modified time

12

/dports/lang/vala/vala-0.48.18/vapi/
H A Dgstreamer-1.0.vapi1036 …public virtual bool get_value_array<T> (Gst.ClockTime timestamp, Gst.ClockTime interval, [CCode (a…
1047 [CCode (cname = "get_value_array")]
1054 …public bool get_value_array (Gst.ClockTime timestamp, Gst.ClockTime interval, [CCode (array_length…
/dports/japanese/fcitx5-anthy/fcitx5-anthy-5.0.2/src/
H A Dstyle_file.cpp162 bool StyleLine::get_value_array(std::vector<std::string> &value) { in get_value_array() function in StyleLine
284 lit->get_value_array(value); in getStringArray()
H A Dstyle_file.h42 bool get_value_array(std::vector<std::string> &value);
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-sys/src/
H A Dlib.rs1561 pub get_value_array: Option< field
1588 .field("get_value_array", &self.get_value_array) in fmt()
3076 pub get_value_array: GstControlSourceGetValueArray, field
3085 .field("get_value_array", &self.get_value_array) in fmt()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs1561 pub get_value_array: Option< field
1588 .field("get_value_array", &self.get_value_array) in fmt()
3076 pub get_value_array: GstControlSourceGetValueArray, field
3085 .field("get_value_array", &self.get_value_array) in fmt()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-sys-0.8.1/src/
H A Dlib.rs1561 pub get_value_array: Option< field
1588 .field("get_value_array", &self.get_value_array) in fmt()
3076 pub get_value_array: GstControlSourceGetValueArray, field
3085 .field("get_value_array", &self.get_value_array) in fmt()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/
H A DChangeLog8473 object: Add missing annotations to get_value_array() / get_value_g_array()
71299 lfocontrolsource: Optimize get_value_array()
71306 interpolationcontrolsource: Optimize get_value_array()
92730 none interpolation modes for get() and get_value_array() instead of
92856 …libs/gst/controller/gstcontroller.c: Clarify docs: The get_all, get_value_array(s) functions don't…
92859 Clarify docs: The get_all, get_value_array(s) functions
/dports/multimedia/gstreamer1/gstreamer-1.16.2/gst/
H A Dgstcontrolbinding.h104 …gboolean (* get_value_array) (GstControlBinding *binding, GstClockTime timestamp,GstClockTime inte… member
H A Dgstcontrolsource.c69 self->get_value_array = NULL; in gst_control_source_init()
116 if (G_LIKELY (self->get_value_array)) { in gst_control_source_get_value_array()
117 return self->get_value_array (self, timestamp, interval, n_values, values); in gst_control_source_get_value_array()
H A Dgstcontrolbinding.c343 if (G_LIKELY (klass->get_value_array != NULL)) { in gst_control_binding_get_value_array()
345 klass->get_value_array (binding, timestamp, interval, n_values, values); in gst_control_binding_get_value_array()
H A Dgstcontrolsource.h107 …GstControlSourceGetValueArray get_value_array; /* Returns values for a property in a given timesp… member
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/gst/
H A Dgstcontroller.c271 cs->get_value_array = (GstControlSourceGetValueArray) in gst_test_control_source_init()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/libs/gst/controller/
H A Dgstdirectcontrolbinding.c195 control_binding_class->get_value_array = in gst_direct_control_binding_class_init()
H A Dgstargbcontrolbinding.c103 control_binding_class->get_value_array = in gst_argb_control_binding_class_init()
H A Dgstinterpolationcontrolsource.c607 GstControlSourceGetValueArray get_value_array; member
673 csource->get_value_array = interpolation_modes[mode].get_value_array; in gst_interpolation_control_source_set_interpolation_mode()
H A Dgstlfocontrolsource.c352 GstControlSourceGetValueArray get_value_array; member
391 csource->get_value_array = NULL; in gst_lfo_control_source_reset()
424 csource->get_value_array = waveforms[waveform].get_value_array; in gst_lfo_control_source_set_waveform()
H A Dgstproxycontrolbinding.c159 cb_class->get_value_array = gst_proxy_control_binding_get_value_array; in gst_proxy_control_binding_class_init()
H A Dgsttimedvaluecontrolsource.c113 csource->get_value_array = NULL; in gst_timed_value_control_source_reset()
H A Dgsttriggercontrolsource.c212 csource->get_value_array = (GstControlSourceGetValueArray) in gst_trigger_control_source_init()
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dgst_methods.defs4061 (define-method get_value_array
4119 (define-method get_value_array
8517 (define-method get_value_array
/dports/japanese/fcitx-anthy/fcitx-anthy-0.2.3/src/
H A Dstyle_file.h64 bool get_value_array (std::vector<std::string> &value);
H A Dstyle_file.cpp239 StyleLine::get_value_array (std::vector<std::string> &value) in get_value_array() function in StyleLine
438 lit->get_value_array (value); in get_string_array()
/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/lib/Apache/ConfigParser/
H A DDirective.pm422 sub get_value_array { subroutine
H A DDirective.pod82 my @value = $d->get_value_array;
211 retrieved with the C<value_array_ref> or C<get_value_array> methods.
408 =item $d->get_value_array
411 value using C<value>, then C<get_value_array> will return an empty
417 This has the same behavior of C<get_value_array> except that it
422 sub get_value_array {
424 confess "$0: Apache::ConfigParser::Directive::get_value_array ",
456 C<get_value_array> will return an empty array. This returns the value
/dports/www/p5-Apache-ConfigParser/Apache-ConfigParser-1.02/lib/Apache/
H A DConfigParser.pm683 my @values = $new_node->get_value_array;

12