Searched refs:gst_audio_buffer_reorder_channels (Results 1 – 19 of 19) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-channels.h | 135 gboolean gst_audio_buffer_reorder_channels (GstBuffer * buffer,
|
D | audio-channels.c | 294 gst_audio_buffer_reorder_channels (GstBuffer * buffer, in gst_audio_buffer_reorder_channels() function
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpL24pay.c | 232 !gst_audio_buffer_reorder_channels (buffer, rtpL24pay->info.finfo->format, in gst_rtp_L24_pay_handle_buffer()
|
D | gstrtpL24depay.c | 240 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L24_depay_process()
|
D | gstrtpL8pay.c | 233 !gst_audio_buffer_reorder_channels (buffer, rtpL8pay->info.finfo->format, in gst_rtp_L8_pay_handle_buffer()
|
D | gstrtpL8depay.c | 240 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L8_depay_process()
|
D | gstrtpL16depay.c | 265 !gst_audio_buffer_reorder_channels (outbuf, in gst_rtp_L16_depay_process()
|
D | gstrtpL16pay.c | 251 !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/ |
D | audio.c | 906 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/ |
D | gstvoaacenc.c | 397 gst_audio_buffer_reorder_channels (buf, info->finfo->format, in gst_voaacenc_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/ |
D | gstfdkaacdec.c | 408 gst_audio_buffer_reorder_channels (outbuf, GST_AUDIO_INFO_FORMAT (&info), in gst_fdkaacdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 660 gst_audio_buffer_reorder_channels (in_buf, info->finfo->format, in gst_faac_handle_frame()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 677 gst_audio_buffer_reorder_channels (inbuf, info->finfo->format, in gst_ffmpegaudenc_handle_frame()
|
D | gstavauddec.c | 526 gst_audio_buffer_reorder_channels (*outbuf, ffmpegdec->info.finfo->format, in gst_ffmpegauddec_audio_frame()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawaudioparse.c | 717 gst_audio_buffer_reorder_channels (outbuf, in gst_raw_audio_parse_process()
|
/third_party/gstreamer/gstplugins_base/ext/opus/ |
D | gstopusdec.c | 780 gst_audio_buffer_reorder_channels (outbuf, GST_AUDIO_FORMAT_S16, in opus_dec_chain_parse_data()
|
/third_party/gstreamer/gstplugins_good/gst/wavenc/ |
D | gstwavenc.c | 1074 !gst_audio_buffer_reorder_channels (buf, wavenc->audio_format, in gst_wavenc_chain()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavimux.c | 2180 if (!gst_audio_buffer_reorder_channels (data, audpad->audio_format, in gst_avi_mux_do_buffer()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 18544 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().
|