Home
last modified time | relevance | path

Searched refs:GST_AUDIO_INFO_BPS (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiofilter.h73 #define GST_AUDIO_FILTER_BPS(filter) (GST_AUDIO_INFO_BPS(GST_AUDIO_FILTER_INFO(filter)))
Daudio-info.h85 #define GST_AUDIO_INFO_BPS(info) (GST_AUDIO_INFO_DEPTH(info) >> 3) macro
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c454 in_args.numInSamples = imap.size / GST_AUDIO_INFO_BPS (info); in gst_fdkaacenc_handle_frame()
457 in_el_sizes = GST_AUDIO_INFO_BPS (info); in gst_fdkaacenc_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/isac/
Dgstisacenc.c231 self->frame_size = self->samples_per_frame * GST_AUDIO_INFO_BPS (info); in gst_isacenc_set_format()
/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsrc.c483 openalsrc->bytes_per_sample = GST_AUDIO_INFO_BPS (&spec->info); in gst_openal_src_parse_spec()
Dgstopenalsink.c829 sink->bytes_per_sample = GST_AUDIO_INFO_BPS (&spec->info); in gst_openal_sink_parse_spec()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudiopanorama.c527 guint num_samples = outmap.size / (2 * GST_AUDIO_INFO_BPS (&filter->info)); in gst_audio_panorama_transform()
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.c630 bps = GST_AUDIO_INFO_BPS (&filter->info); in gst_level_transform_ip()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c460 bps = GST_AUDIO_INFO_BPS (&self->ainfo); in update_rms_from_buffer()
/third_party/gstreamer/gstplugins_bad/gst/freeverb/
Dgstfreeverb.c895 num_samples = outmap.size / (2 * GST_AUDIO_INFO_BPS (&filter->info)); in gst_freeverb_transform()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1153 bps = GST_AUDIO_INFO_BPS (&adder->info); in gst_adder_collected()