Searched refs:GstAudioFormatInfo (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-format.h | 149 typedef struct _GstAudioFormatInfo GstAudioFormatInfo; typedef 201 typedef void (*GstAudioFormatUnpack) (const GstAudioFormatInfo *info, 217 typedef void (*GstAudioFormatPack) (const GstAudioFormatInfo *info, 285 const GstAudioFormatInfo * 289 void gst_audio_format_info_fill_silence (const GstAudioFormatInfo *info, 292 void gst_audio_format_fill_silence (const GstAudioFormatInfo *info,
|
D | audio-format.c | 113 static void unpack_ ##fmt (const GstAudioFormatInfo *info, \ 121 static void pack_ ##fmt (const GstAudioFormatInfo *info, \ 162 static void unpack_ ##name (const GstAudioFormatInfo *info, \ 173 static void pack_ ##name (const GstAudioFormatInfo *info, \ 239 static const GstAudioFormatInfo formats[] = { 356 G_DEFINE_POINTER_TYPE (GstAudioFormatInfo, gst_audio_format_info); 377 const GstAudioFormatInfo *finfo = &formats[i]; in gst_audio_format_build_integer() 446 const GstAudioFormatInfo * 466 gst_audio_format_fill_silence (const GstAudioFormatInfo * info, in gst_audio_format_fill_silence() 484 gst_audio_format_info_fill_silence (const GstAudioFormatInfo * info, in gst_audio_format_info_fill_silence()
|
D | audio-info.h | 63 const GstAudioFormatInfo *finfo;
|
D | audio-info.c | 134 const GstAudioFormatInfo *finfo; in gst_audio_info_set_format()
|
D | audio-channels.c | 208 const GstAudioFormatInfo *info; in gst_audio_reorder_channels()
|
D | audio-converter.c | 177 const GstAudioFormatInfo *finfo; 949 const GstAudioFormatInfo *cur_finfo; in chain_quantize()
|
D | audio-resampler.c | 1356 const GstAudioFormatInfo *info; in gst_audio_resampler_new()
|
/third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
D | gstaudioconvert.c | 448 const GstAudioFormatInfo *in_info, *out_info = NULL; in gst_audio_convert_fixate_format() 479 const GstAudioFormatInfo *t_info; in gst_audio_convert_fixate_format()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiopanorama.c | 236 const GstAudioFormatInfo *finfo = info->finfo; in gst_audio_panorama_set_process_function()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | audiorate.c | 188 const GstAudioFormatInfo *finfo; in do_perfect_stream_test()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsa.c | 147 const GstAudioFormatInfo *finfo; in format_supported()
|
/third_party/gstreamer/gstplugins_bad/ext/openmpt/ |
D | gstopenmptdec.c | 849 GstAudioFormatInfo const *fmt_info; in gst_openmpt_dec_decode()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawaudioparse.c | 879 GstAudioFormatInfo const *fmt_info = in gst_raw_audio_parse_update_config_bpf()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | descriptions.c | 829 const GstAudioFormatInfo *finfo; in format_info_get_desc()
|
D | gstdiscoverer.c | 965 const GstAudioFormatInfo *finfo; in collect_information()
|
/third_party/gstreamer/gstplugins_bad/gst/audiobuffersplit/ |
D | gstaudiobuffersplit.c | 571 const GstAudioFormatInfo *info = gst_audio_format_get_info (format); in gst_audio_buffer_split_handle_discont()
|
/third_party/gstreamer/gstplugins_bad/gst/freeverb/ |
D | gstfreeverb.c | 468 const GstAudioFormatInfo *finfo = info->finfo; in gst_freeverb_set_process_function()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 94888 Add GType for GstAudioInfo and GstAudioFormatInfo. 98112 audio: add GstAudioFormat, GstAudioFormatInfo and GstAudioInfo 98171 baseaudio: rename GstAudioState to GstAudioFormatInfo
|