Home
last modified time | relevance | path

Searched refs:GST_AUDIO_DITHER_NONE (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-quantize.h43 GST_AUDIO_DITHER_NONE = 0, enumerator
Daudio-quantize.c137 case GST_AUDIO_DITHER_NONE: in setup_dither_buf()
380 case GST_AUDIO_DITHER_NONE: in gst_audio_quantize_setup_dither()
Daudio-enumtypes.c251 { C_ENUM(GST_AUDIO_DITHER_NONE), "GST_AUDIO_DITHER_NONE", "none" }, in gst_audio_dither_method_get_type()
Daudio-converter.c294 #define DEFAULT_OPT_DITHER_METHOD GST_AUDIO_DITHER_NONE
973 dither = GST_AUDIO_DITHER_NONE; in chain_quantize()