Home
last modified time | relevance | path

Searched refs:GST_AUDIO_FORMAT_F64 (Results 1 – 24 of 24) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/audiofx/
Daudioamplify.c339 GST_AUDIO_FORMAT_F64, METHOD_CLIP, in gst_audio_amplify_process_function()
341 GST_AUDIO_FORMAT_F64, METHOD_WRAP_NEGATIVE, in gst_audio_amplify_process_function()
343 GST_AUDIO_FORMAT_F64, METHOD_WRAP_POSITIVE, in gst_audio_amplify_process_function()
345 GST_AUDIO_FORMAT_F64, METHOD_NOCLIP, in gst_audio_amplify_process_function()
Daudiofxbaseiirfilter.c258 case GST_AUDIO_FORMAT_F64: in gst_audio_fx_base_iir_filter_setup()
Daudioecho.c349 case GST_AUDIO_FORMAT_F64: in gst_audio_echo_setup()
Dgstscaletempo.c440 if (st->format == GST_AUDIO_FORMAT_F64) { in reverse_buffer()
Daudiofxbasefirfilter.c431 case GST_AUDIO_FORMAT_F64: in gst_audio_fx_base_fir_filter_select_process_function()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.c210 #define PACK_F32LE GST_AUDIO_FORMAT_F64, unpack_f32le, pack_f32le
212 #define PACK_F32BE GST_AUDIO_FORMAT_F64, unpack_f32be, pack_f32be
214 #define PACK_F64LE GST_AUDIO_FORMAT_F64, unpack_f64le, pack_f64le
216 #define PACK_F64BE GST_AUDIO_FORMAT_F64, unpack_f64be, pack_f64be
Daudio-format.h145 GST_AUDIO_FORMAT_F64 = _GST_AUDIO_FORMAT_NE(F64) enumerator
Daudio-channel-mixer.c836 || format == GST_AUDIO_FORMAT_F64, NULL); in gst_audio_channel_mixer_new_with_matrix()
947 case GST_AUDIO_FORMAT_F64: in gst_audio_channel_mixer_new_with_matrix()
998 || format == GST_AUDIO_FORMAT_F64, NULL); in gst_audio_channel_mixer_new()
Daudio-converter.c659 case GST_AUDIO_FORMAT_F64: in do_change_layout()
683 case GST_AUDIO_FORMAT_F64: in do_change_layout()
702 format == GST_AUDIO_FORMAT_F32 || format == GST_AUDIO_FORMAT_F64); in is_intermediate_format()
752 convert->current_format = GST_AUDIO_FORMAT_F64; in chain_convert_in()
Daudio-enumtypes.c165 { C_ENUM(GST_AUDIO_FORMAT_F64), "GST_AUDIO_FORMAT_F64", "f64" }, in gst_audio_format_get_type()
Daudio-resampler.c1249 case GST_AUDIO_FORMAT_F64: in resampler_dump()
1363 format == GST_AUDIO_FORMAT_F64, NULL); in gst_audio_resampler_new()
1386 case GST_AUDIO_FORMAT_F64: in gst_audio_resampler_new()
/third_party/gstreamer/gstplugins_base/gst/audiomixer/
Dgstaudiomixer.c354 case GST_AUDIO_FORMAT_F64: in gst_audiomixer_aggregate_one_buffer()
400 case GST_AUDIO_FORMAT_F64: in gst_audiomixer_aggregate_one_buffer()
/third_party/gstreamer/gstplugins_base/gst/adder/
Dgstadder.c1300 case GST_AUDIO_FORMAT_F64: in gst_adder_collected()
1354 case GST_AUDIO_FORMAT_F64: in gst_adder_collected()
1392 case GST_AUDIO_FORMAT_F64: in gst_adder_collected()
/third_party/gstreamer/gstplugins_bad/ext/openal/
Dgstopenalsrc.c434 case GST_AUDIO_FORMAT_F64: in gst_openal_src_parse_spec()
Dgstopenalsink.c757 case GST_AUDIO_FORMAT_F64: in gst_openal_sink_parse_spec()
/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.c98 #define SAMPLE_TYPE GST_AUDIO_FORMAT_F64
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.c1221 case GST_AUDIO_FORMAT_F64: in gst_audio_test_src_change_wave()
1232 case GST_AUDIO_FORMAT_F64: in gst_audio_test_src_change_wave()
/third_party/gstreamer/gstplugins_good/gst/level/
Dgstlevel.c472 case GST_AUDIO_FORMAT_F64: in gst_level_set_caps()
/third_party/gstreamer/gstplugins_bad/gst/videoframe_audiolevel/
Dgstvideoframe-audiolevel.c417 case GST_AUDIO_FORMAT_F64: in gst_videoframe_audiolevel_asink_event()
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c221 case GST_AUDIO_FORMAT_F64: in volume_choose_func()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c884 case GST_AUDIO_FORMAT_F64: in gst_iir_equalizer_setup()
/third_party/gstreamer/gstplugins_good/gst/spectrum/
Dgstspectrum.c588 case GST_AUDIO_FORMAT_F64: in gst_spectrum_setup()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c2524 return GST_AUDIO_FORMAT_F64; in gst_ffmpeg_smpfmt_to_audioformat()
2674 case GST_AUDIO_FORMAT_F64: in gst_ffmpeg_caps_to_smpfmt()
3087 case GST_AUDIO_FORMAT_F64: in gst_ffmpeg_audioinfo_to_context()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Daudio.c976 for (f = GST_AUDIO_FORMAT_S8; f < GST_AUDIO_FORMAT_F64; f++) { in GST_START_TEST()