Home
last modified time | relevance | path

Searched refs:gst_buffer_add_audio_meta (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudio.c131 gst_buffer_add_audio_meta (buf, &info, 1000, NULL); in GST_START_TEST()
210 gst_buffer_add_audio_meta (buf, &info, 500, NULL); in GST_START_TEST()
296 gst_buffer_add_audio_meta (buf, &info, 500, NULL); in GST_START_TEST()
503 gst_buffer_add_audio_meta (buf, &info, 500, NULL); in GST_START_TEST()
926 gst_buffer_add_audio_meta (buf, &info, in GST_START_TEST()
1400 meta = gst_buffer_add_audio_meta (buf, &info, td[i].samples, in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.h197 GstAudioMeta * gst_buffer_add_audio_meta (GstBuffer *buffer,
Dgstaudiometa.c342 dmeta = gst_buffer_add_audio_meta (dest, &smeta->info, smeta->samples, in gst_audio_meta_transform()
387 gst_buffer_add_audio_meta (GstBuffer * buffer, const GstAudioInfo * info, in gst_buffer_add_audio_meta() function
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcechoprobe.cpp427 gst_buffer_add_audio_meta (ret, &self->info, self->period_samples, in gst_webrtc_echo_probe_read()
436 gst_buffer_add_audio_meta (ret, &self->info, self->period_samples, in gst_webrtc_echo_probe_read()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c576 gst_buffer_add_audio_meta (outbuf, &resample->out, out_len, NULL); in gst_audio_resample_dump_drain()
612 gst_buffer_add_audio_meta (outbuf, &resample->out, out_len, NULL); in gst_audio_resample_push_drain()
770 gst_buffer_add_audio_meta (outbuf, &resample->out, out_len, NULL); in gst_audio_resample_process()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dplanaraudioadapter.c55 gst_buffer_add_audio_meta (buf, info, nsamples, offsets); in generate_buffer()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstplanaraudioadapter.c427 gst_buffer_add_audio_meta (buffer, &adapter->info, nsamples, NULL); in gst_planar_audio_adapter_get_buffer()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
Dgstwpesrcbin.cpp283 gst_buffer_add_audio_meta (buffer, &audio_pad->info, size, NULL); in gst_wpe_src_push_audio_buffer()
/third_party/gstreamer/gstplugins_base/gst/audiorate/
Dgstaudiorate.c570 gst_buffer_add_audio_meta (fill, &audiorate->info, cursamples, NULL); in gst_audio_rate_chain()
/third_party/gstreamer/gstplugins_base/gst/audioconvert/
Dgstaudioconvert.c958 gst_buffer_add_audio_meta (*outbuf, &this->out_info, samples, NULL); in gst_audio_convert_prepare_output_buffer()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavauddec.c509 meta = gst_buffer_add_audio_meta (*outbuf, &ffmpegdec->info, nsamples, in gst_ffmpegauddec_audio_frame()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Daudioconvert.c437 gst_buffer_add_audio_meta (inbuffer, &in_info, inlength / in_info.bpf, NULL); in verify_convert()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c1570 gst_buffer_add_audio_meta (buffer, &src->info, in gst_audio_test_src_fill()
/third_party/gstreamer/gstplugins_base/
DChangeLog14231 …gstaudiometa.c:382: Warning: GstAudio: gst_buffer_add_audio_meta: return value: Invalid non-consta…