Searched refs:audioinfo (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.c | 727 GST_WRITE_UINT16_LE (*buf, audiopad->audioinfo.format); in gst_asf_mux_write_stream_properties() 728 GST_WRITE_UINT16_LE (*buf + 2, audiopad->audioinfo.channels); in gst_asf_mux_write_stream_properties() 729 GST_WRITE_UINT32_LE (*buf + 4, audiopad->audioinfo.rate); in gst_asf_mux_write_stream_properties() 730 GST_WRITE_UINT32_LE (*buf + 8, audiopad->audioinfo.av_bps); in gst_asf_mux_write_stream_properties() 731 GST_WRITE_UINT16_LE (*buf + 12, audiopad->audioinfo.blockalign); in gst_asf_mux_write_stream_properties() 732 GST_WRITE_UINT16_LE (*buf + 14, audiopad->audioinfo.bits_per_sample); in gst_asf_mux_write_stream_properties() 740 audiopad->audioinfo.format, audiopad->audioinfo.channels, in gst_asf_mux_write_stream_properties() 741 audiopad->audioinfo.rate, audiopad->audioinfo.av_bps, in gst_asf_mux_write_stream_properties() 742 audiopad->audioinfo.blockalign, audiopad->audioinfo.bits_per_sample, in gst_asf_mux_write_stream_properties() 2071 audiopad->audioinfo.rate = 0; in gst_asf_mux_pad_reset() [all …]
|
D | gstasfmux.h | 80 gst_riff_strf_auds audioinfo; member
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | mpg123audiodec.c | 268 GstAudioInfo audioinfo; in run_decoding_test() local 319 fail_unless (gst_audio_info_from_caps (&audioinfo, caps), in run_decoding_test() 340 expected_size = 1152 * GST_AUDIO_INFO_BPF (&audioinfo); in run_decoding_test()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 19479 audioaggregator: Update converters after updating with the new audioinfo/caps 19480 Otherwise subclasses might accidentially use the old audioinfo/caps. 19481 None of the subclasses currently uses the audioinfo/caps, but future 78840 Reset the caps and the audioinfo when releasing the ringbuffer. 89149 First call the vmethod and then configure the audioinfo in the baseclass. This
|