Home
last modified time | relevance | path

Searched refs:GST_AUDIO_INFO_IS_INTEGER (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-info.h87 #define GST_AUDIO_INFO_IS_INTEGER(i) (GST_AUDIO_FORMAT_INFO_IS_INTEGER((i)->finfo)) macro
/third_party/gstreamer/gstplugins_bad/gst/speed/
Dgstspeed.c610 if (GST_AUDIO_INFO_IS_INTEGER (&filter->info)) in speed_chain()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c374 if (GST_AUDIO_INFO_IS_INTEGER (info)) { in gst_faac_set_format()
/third_party/gstreamer/gstplugins_good/ext/twolame/
Dgsttwolamemp2enc.c360 twolame->float_input = !GST_AUDIO_INFO_IS_INTEGER (info); in gst_two_lame_set_format()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c495 if (GST_AUDIO_INFO_IS_INTEGER (&info)) in gst_wavenc_sink_setcaps()