Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-resampler.c105 get_opt_int (GstStructure * options, const gchar * name, gint def) in get_opt_int() function
123 #define GET_OPT_MAX_TAPS(options) get_opt_int(options, \
Dvideo-converter.c732 get_opt_int (GstVideoConverter * convert, const gchar * opt, gint def) in get_opt_int() function
2354 convert->in_x = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_SRC_X, 0); in gst_video_converter_new_with_pool()
2355 convert->in_y = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_SRC_Y, 0); in gst_video_converter_new_with_pool()
2359 convert->in_width = get_opt_int (convert, in gst_video_converter_new_with_pool()
2361 convert->in_height = get_opt_int (convert, in gst_video_converter_new_with_pool()
2379 convert->out_x = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_DEST_X, 0); in gst_video_converter_new_with_pool()
2380 convert->out_y = get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_DEST_Y, 0); in gst_video_converter_new_with_pool()
2384 convert->out_width = get_opt_int (convert, in gst_video_converter_new_with_pool()
2388 get_opt_int (convert, GST_VIDEO_CONVERTER_OPT_DEST_HEIGHT, in gst_video_converter_new_with_pool()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-resampler.c119 get_opt_int (GstStructure * options, const gchar * name, gint def) in get_opt_int() function
149 #define GET_OPT_N_TAPS(options,def) get_opt_int(options, \
154 #define GET_OPT_FILTER_MODE_THRESHOLD(options) get_opt_int(options, \
159 #define GET_OPT_FILTER_OVERSAMPLE(options) get_opt_int(options, \