Home
last modified time | relevance | path

Searched refs:valid_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgsttimedvaluecontrolsource.c129 self->valid_cache = FALSE; in gst_timed_value_control_source_reset()
221 self->valid_cache = FALSE; in gst_timed_value_control_source_set_internal()
349 self->valid_cache = FALSE; in gst_timed_value_control_source_unset()
382 self->valid_cache = FALSE; in gst_timed_value_control_source_unset_all()
443 self->valid_cache = FALSE; in gst_timed_value_control_invalidate_cache()
Dgstinterpolationcontrolsource.c347 if (!self->valid_cache) { in _interpolate_cubic()
349 self->valid_cache = TRUE; in _interpolate_cubic()
524 if (!self->valid_cache) { in _interpolate_cubic_monotonic()
526 self->valid_cache = TRUE; in _interpolate_cubic_monotonic()
Dgsttimedvaluecontrolsource.h99 gboolean valid_cache; member