Home
last modified time | relevance | path

Searched refs:GST_AUDIO_FORMAT_INFO_DEPTH (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-info.h84 #define GST_AUDIO_INFO_DEPTH(i) (GST_AUDIO_FORMAT_INFO_DEPTH((i)->finfo))
Daudio-format.h271 #define GST_AUDIO_FORMAT_INFO_DEPTH(info) ((info)->depth) macro
Daudio-format.c386 if (depth != GST_AUDIO_FORMAT_INFO_DEPTH (finfo)) in gst_audio_format_build_integer()
Daudio-converter.c961 in_depth = GST_AUDIO_FORMAT_INFO_DEPTH (cur_finfo); in chain_quantize()
962 out_depth = GST_AUDIO_FORMAT_INFO_DEPTH (out->finfo); in chain_quantize()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c475 in_depth = GST_AUDIO_FORMAT_INFO_DEPTH (in_info); in gst_audio_convert_fixate_format()
505 t_depth = GST_AUDIO_FORMAT_INFO_DEPTH (t_info); in gst_audio_convert_fixate_format()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Ddescriptions.c838 depth = GST_AUDIO_FORMAT_INFO_DEPTH (finfo); in format_info_get_desc()
Dgstdiscoverer.c971 info->depth = GST_AUDIO_FORMAT_INFO_DEPTH (finfo); in collect_information()