Home
last modified time | relevance | path

Searched refs:gst_control_source_get_value (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstargbcontrolbinding.c255 ret &= gst_control_source_get_value (self->cs_a, timestamp, &src_val_a); in gst_argb_control_binding_sync_values()
257 ret &= gst_control_source_get_value (self->cs_r, timestamp, &src_val_r); in gst_argb_control_binding_sync_values()
259 ret &= gst_control_source_get_value (self->cs_g, timestamp, &src_val_g); in gst_argb_control_binding_sync_values()
261 ret &= gst_control_source_get_value (self->cs_b, timestamp, &src_val_b); in gst_argb_control_binding_sync_values()
303 ret &= gst_control_source_get_value (self->cs_a, timestamp, &src_val_a); in gst_argb_control_binding_get_value()
305 ret &= gst_control_source_get_value (self->cs_r, timestamp, &src_val_r); in gst_argb_control_binding_get_value()
307 ret &= gst_control_source_get_value (self->cs_g, timestamp, &src_val_g); in gst_argb_control_binding_get_value()
309 ret &= gst_control_source_get_value (self->cs_b, timestamp, &src_val_b); in gst_argb_control_binding_get_value()
Dgstdirectcontrolbinding.c374 ret = gst_control_source_get_value (self->cs, timestamp, &src_val); in gst_direct_control_binding_sync_values()
413 if (gst_control_source_get_value (self->cs, timestamp, &src_val)) { in gst_direct_control_binding_get_value()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dcontroller.c358 fail_unless (gst_control_source_get_value (cs, 0 * GST_SECOND, &v)); in GST_START_TEST()
360 fail_unless (gst_control_source_get_value (cs, 1 * GST_SECOND, &v)); in GST_START_TEST()
362 fail_unless (gst_control_source_get_value (cs, 2 * GST_SECOND, &v)); in GST_START_TEST()
364 fail_unless (gst_control_source_get_value (cs, 3 * GST_SECOND, &v)); in GST_START_TEST()
1458 fail_if (gst_control_source_get_value (cs, 0 * GST_SECOND, &raw_val)); in GST_START_TEST()
1465 fail_unless (gst_control_source_get_value (cs, 0 * GST_SECOND, &raw_val)); in GST_START_TEST()
1471 fail_if (gst_control_source_get_value (cs, 1 * GST_SECOND, &raw_val)); in GST_START_TEST()
1475 fail_unless (gst_control_source_get_value (cs, 2 * GST_SECOND, &raw_val)); in GST_START_TEST()
1503 fail_if (gst_control_source_get_value (cs, 0 * GST_SECOND, &raw_val)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/gst/
Dgstcontrolsource.c83 gst_control_source_get_value (GstControlSource * self, GstClockTime timestamp, in gst_control_source_get_value() function
Dgstcontrolsource.h135 gboolean gst_control_source_get_value (GstControlSource *self, GstClockTime times…
/third_party/gstreamer/gstreamer/
DChangeLog100324 (gst_control_source_get_value),