Home
last modified time | relevance | path

Searched refs:GET_OPT_CUBIC_C (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-resampler.c115 #define GET_OPT_CUBIC_C(options) get_opt_double(options, \ macro
394 params.c = GET_OPT_CUBIC_C (options); in gst_video_resampler_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c147 #define GET_OPT_CUBIC_C(options) get_opt_double(options, \ macro
1085 resampler->c = GET_OPT_CUBIC_C (resampler->options);; in resampler_calculate_taps()