Home
last modified time | relevance | path

Searched refs:GST_AUDIO_INFO_WIDTH (Results 1 – 22 of 22) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-buffer.h81 #define GST_AUDIO_BUFFER_WIDTH(b) (GST_AUDIO_INFO_WIDTH(&(b)->info))
83 #define GST_AUDIO_BUFFER_SAMPLE_STRIDE(b) (GST_AUDIO_INFO_WIDTH(&(b)->info) >> 3)
Daudio-info.h83 #define GST_AUDIO_INFO_WIDTH(i) (GST_AUDIO_FORMAT_INFO_WIDTH((i)->finfo)) macro
Daudio-converter.c1405 switch (GST_AUDIO_INFO_WIDTH (in_info)) { in gst_audio_converter_new()
/third_party/gstreamer/gstplugins_good/gst/interleave/
Ddeinterleave.c342 switch (GST_AUDIO_INFO_WIDTH (&self->audio_info)) { in gst_deinterleave_set_process_function()
839 (GST_AUDIO_INFO_WIDTH (&self->audio_info) / 8); in gst_deinterleave_process()
840 guint bufsize = nframes * (GST_AUDIO_INFO_WIDTH (&self->audio_info) / 8); in gst_deinterleave_process()
902 in += i * (GST_AUDIO_INFO_WIDTH (&self->audio_info) / 8); in gst_deinterleave_process()
969 g_return_val_if_fail (GST_AUDIO_INFO_WIDTH (&self->audio_info) > 0, in gst_deinterleave_chain()
Dinterleave.c813 self->width = GST_AUDIO_INFO_WIDTH (info); in gst_interleave_sink_setcaps()
/third_party/gstreamer/gstplugins_good/sys/osxaudio/
Dgstosxaudioringbuffer.c203 width = depth = GST_AUDIO_INFO_WIDTH (&spec->info); in gst_osx_audio_ring_buffer_acquire()
206 width = GST_AUDIO_INFO_WIDTH (&spec->info); in gst_osx_audio_ring_buffer_acquire()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioringbuffer.cpp160 guint bps = GST_AUDIO_INFO_WIDTH (&ringbuffer->spec.info) >> 3; in gst_asio_buffer_switch_cb()
320 (GST_AUDIO_INFO_WIDTH (&spec->info) >> 3) * in gst_asio_ring_buffer_acquire()
/third_party/gstreamer/gstplugins_bad/gst/segmentclip/
Dgstaudiosegmentclip.c175 width = GST_AUDIO_INFO_WIDTH (&info); in gst_audio_segment_clip_set_caps()
/third_party/gstreamer/gstplugins_good/tests/check/pipelines/
Dflacdec.c49 fail_unless_equals_int (GST_AUDIO_INFO_WIDTH (&info), 16); in _get_first_sample()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiointerleave.c383 switch (GST_AUDIO_INFO_WIDTH (info)) { in gst_audio_interleave_set_process_function()
829 out_width = GST_AUDIO_INFO_WIDTH (&srcpad->info) / 8; in gst_audio_interleave_aggregate_one_buffer()
/third_party/gstreamer/gstplugins_bad/ext/bs2b/
Dgstbs2b.c321 (GST_AUDIO_INFO_WIDTH (audio_info) * channels) / 8; in gst_bs2b_setup()
/third_party/gstreamer/gstplugins_bad/gst/aiff/
Daiffmux.c221 width = GST_AUDIO_INFO_WIDTH (&aiffmux->info); in gst_aiff_mux_write_comm_header()
/third_party/gstreamer/gstplugins_good/sys/oss/
Dgstosssink.c443 width = GST_AUDIO_INFO_WIDTH (&spec->info); in gst_oss_sink_prepare()
Dgstosssrc.c429 width = GST_AUDIO_INFO_WIDTH (&spec->info); in gst_oss_src_prepare()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c372 width = GST_AUDIO_INFO_WIDTH (info); in gst_faac_set_format()
/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c597 width = GST_AUDIO_INFO_WIDTH (&spec->info); in gst_oss4_audio_set_format()
/third_party/gstreamer/gstplugins_good/ext/flac/
Dgstflacenc.c1383 g_return_val_if_fail (GST_AUDIO_INFO_WIDTH (info) != 0, in gst_flac_enc_handle_frame()
1386 width = GST_AUDIO_INFO_WIDTH (info); in gst_flac_enc_handle_frame()
Dgstflacdec.c655 || (width != GST_AUDIO_INFO_WIDTH (&flacdec->info)) in gst_flac_dec_write()
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvmux.c598 if (GST_AUDIO_INFO_WIDTH (&info) == 8) in gst_flv_mux_audio_pad_setcaps()
600 else if (GST_AUDIO_INFO_WIDTH (&info) == 16) in gst_flv_mux_audio_pad_setcaps()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c502 wavenc->width = GST_AUDIO_INFO_WIDTH (&info); in gst_wavenc_sink_setcaps()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c709 width = GST_AUDIO_INFO_WIDTH (&info); in gst_scaletempo_set_caps()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c2123 if (GST_AUDIO_INFO_WIDTH (&info) != GST_AUDIO_INFO_DEPTH (&info)) { in gst_matroska_mux_audio_pad_setcaps()
2145 audiocontext->bitdepth = GST_AUDIO_INFO_WIDTH (&info); in gst_matroska_mux_audio_pad_setcaps()