Home
last modified time | relevance | path

Searched refs:gst_audio_buffer_reorder_channels (Results 1 – 19 of 19) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channels.h135 gboolean gst_audio_buffer_reorder_channels (GstBuffer * buffer,
Daudio-channels.c294 gst_audio_buffer_reorder_channels (GstBuffer * buffer, in gst_audio_buffer_reorder_channels() function
/third_party/gstreamer/gstplugins_good/gst/rtp/
DgstrtpL24pay.c232 !gst_audio_buffer_reorder_channels (buffer, rtpL24pay->info.finfo->format, in gst_rtp_L24_pay_handle_buffer()
DgstrtpL24depay.c240 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L24_depay_process()
DgstrtpL8pay.c233 !gst_audio_buffer_reorder_channels (buffer, rtpL8pay->info.finfo->format, in gst_rtp_L8_pay_handle_buffer()
DgstrtpL8depay.c240 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L8_depay_process()
DgstrtpL16depay.c265 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L16_depay_process()
DgstrtpL16pay.c251 !gst_audio_buffer_reorder_channels (buffer, rtpL16pay->info.finfo->format, in gst_rtp_L16_pay_handle_buffer()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudio.c906 fail_if (gst_audio_buffer_reorder_channels (buf, GST_AUDIO_FORMAT_S32, in GST_START_TEST()
911 fail_unless (gst_audio_buffer_reorder_channels (buf, GST_AUDIO_FORMAT_S32, in GST_START_TEST()
929 fail_unless (gst_audio_buffer_reorder_channels (buf, GST_AUDIO_FORMAT_S32, in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/ext/voaacenc/
Dgstvoaacenc.c397 gst_audio_buffer_reorder_channels (buf, info->finfo->format, in gst_voaacenc_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacdec.c408 gst_audio_buffer_reorder_channels (outbuf, GST_AUDIO_INFO_FORMAT (&info), in gst_fdkaacdec_handle_frame()
/third_party/gstreamer/gstplugins_bad/ext/faac/
Dgstfaac.c660 gst_audio_buffer_reorder_channels (in_buf, info->finfo->format, in gst_faac_handle_frame()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavaudenc.c677 gst_audio_buffer_reorder_channels (inbuf, info->finfo->format, in gst_ffmpegaudenc_handle_frame()
Dgstavauddec.c526 gst_audio_buffer_reorder_channels (*outbuf, ffmpegdec->info.finfo->format, in gst_ffmpegauddec_audio_frame()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c717 gst_audio_buffer_reorder_channels (outbuf, in gst_raw_audio_parse_process()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c780 gst_audio_buffer_reorder_channels (outbuf, GST_AUDIO_FORMAT_S16, in opus_dec_chain_parse_data()
/third_party/gstreamer/gstplugins_good/gst/wavenc/
Dgstwavenc.c1074 !gst_audio_buffer_reorder_channels (buf, wavenc->audio_format, in gst_wavenc_chain()
/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavimux.c2180 if (!gst_audio_buffer_reorder_channels (data, audpad->audio_format, in gst_avi_mux_do_buffer()
/third_party/gstreamer/gstplugins_base/
DChangeLog18544 tests: audio: test gst_audio_buffer_reorder_channels() also with non-interleaved buffers
18550 libs: audio: implement planar buffer support in gst_audio_buffer_reorder_channels()
47064 gst_audio_buffer_reorder_channels() was always mapping the buffer read-write
47068 in both gst_audio_reorder_channels() and gst_audio_buffer_reorder_channels().