Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-info.h83 #define GST_AUDIO_INFO_WIDTH(i) (GST_AUDIO_FORMAT_INFO_WIDTH((i)->finfo))
Daudio-format.h270 #define GST_AUDIO_FORMAT_INFO_WIDTH(info) ((info)->width) macro
Daudio-format.c384 if (width != GST_AUDIO_FORMAT_INFO_WIDTH (finfo)) in gst_audio_format_build_integer()
Daudio-resampler.c1395 resampler->bps = GST_AUDIO_FORMAT_INFO_WIDTH (info) / 8; in gst_audio_resampler_new()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c683 GST_AUDIO_FORMAT_INFO_WIDTH (gst_audio_format_get_info in gst_raw_audio_parse_get_alignment()
884 GST_AUDIO_FORMAT_INFO_WIDTH (fmt_info) * config->num_channels / 8; in gst_raw_audio_parse_update_config_bpf()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudiorate.c195 width = GST_AUDIO_FORMAT_INFO_WIDTH (finfo); in do_perfect_stream_test()
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c748 gint width = GST_AUDIO_FORMAT_INFO_WIDTH (filter->info.finfo) / 8; in volume_transform_ip()