Home
last modified time | relevance | path

Searched refs:gst_buffer_get_audio_clipping_meta (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxopus.c86 GstAudioClippingMeta *cmeta = gst_buffer_get_audio_clipping_meta (buf); in gst_base_ts_mux_prepare_opus()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiometa.h120 #define gst_buffer_get_audio_clipping_meta(b) ((GstAudioClippingMeta*)gst_buffer_get_meta((b), GST_… macro
/third_party/gstreamer/gstplugins_bad/ext/opus/
Dgstopusparse.c334 gst_buffer_get_audio_clipping_meta (frame->buffer); in gst_opus_parse_parse_frame()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggmux.c867 GstAudioClippingMeta *cmeta = gst_buffer_get_audio_clipping_meta (buf); in gst_ogg_mux_decorate_buffer()
882 meta = gst_buffer_get_audio_clipping_meta (buf); in gst_ogg_mux_decorate_buffer()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c739 cmeta = gst_buffer_get_audio_clipping_meta (buf); in opus_dec_chain_parse_data()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.c4211 cmeta = gst_buffer_get_audio_clipping_meta (buf); in gst_matroska_mux_write_data()