Searched refs:get_opt_enum (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-converter.c | 278 get_opt_enum (GstAudioConverter * convert, const gchar * opt, GType type, in get_opt_enum() function 298 #define GET_OPT_RESAMPLER_METHOD(c) get_opt_enum(c, \ 301 #define GET_OPT_DITHER_METHOD(c) get_opt_enum(c, \ 304 #define GET_OPT_NOISE_SHAPING_METHOD(c) get_opt_enum(c, \
|
D | audio-resampler.c | 128 get_opt_enum (GstStructure * options, const gchar * name, GType type, gint def) in get_opt_enum() function 151 #define GET_OPT_FILTER_MODE(options) get_opt_enum(options, \ 156 #define GET_OPT_FILTER_INTERPOLATION(options) get_opt_enum(options, \
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 768 get_opt_enum (GstVideoConverter * convert, const gchar * opt, GType type, in get_opt_enum() function 801 #define GET_OPT_ALPHA_MODE(c) get_opt_enum(c, \ 805 #define GET_OPT_MATRIX_MODE(c) get_opt_enum(c, \ 807 #define GET_OPT_GAMMA_MODE(c) get_opt_enum(c, \ 809 #define GET_OPT_PRIMARIES_MODE(c) get_opt_enum(c, \ 811 #define GET_OPT_CHROMA_MODE(c) get_opt_enum(c, \ 813 #define GET_OPT_RESAMPLER_METHOD(c) get_opt_enum(c, \ 816 #define GET_OPT_CHROMA_RESAMPLER_METHOD(c) get_opt_enum(c, \ 821 #define GET_OPT_DITHER_METHOD(c) get_opt_enum(c, \
|