Home
last modified time | relevance | path

Searched refs:PA_SAMPLE_INVALID (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/pulseaudio/
DSDL_pulseaudio.c517 paspec.format = PA_SAMPLE_INVALID; in PULSEAUDIO_OpenDevice()
521 (paspec.format == PA_SAMPLE_INVALID) && test_format;) { in PULSEAUDIO_OpenDevice()
548 paspec.format = PA_SAMPLE_INVALID; in PULSEAUDIO_OpenDevice()
551 if (paspec.format == PA_SAMPLE_INVALID) { in PULSEAUDIO_OpenDevice()
555 if (paspec.format == PA_SAMPLE_INVALID) { in PULSEAUDIO_OpenDevice()
/third_party/pulseaudio/src/modules/rtp/
Drtp-common.c96 return PA_SAMPLE_INVALID; in pa_rtp_string_to_format()
/third_party/pulseaudio/src/pulse/
Dsample.c96 spec->format = PA_SAMPLE_INVALID; in pa_sample_spec_init()
252 return PA_SAMPLE_INVALID; in pa_parse_sample_format()
Dsample.h181 PA_SAMPLE_INVALID = -1 enumerator
/third_party/pulseaudio/src/pulsecore/
Dmime-type.c135 case PA_SAMPLE_INVALID: in pa_sample_spec_mimefy()
/third_party/ffmpeg/libavdevice/
Dpulse_audio_common.c43 default: return PA_SAMPLE_INVALID; in ff_codec_id_to_pulse_format()
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulseutil.c144 pa_sample_format_t sf = PA_SAMPLE_INVALID; in gst_pulse_fill_format_info()
/third_party/pulseaudio/src/modules/
Dmodule-combine-sink.c1378 slaves_spec.format = PA_SAMPLE_INVALID; in pa__init()
1389 if (slaves_spec.format != PA_SAMPLE_INVALID) in pa__init()
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1986 if (mapping->sample_spec.format != PA_SAMPLE_INVALID) in pa_alsa_source_new()
Dalsa-sink.c2281 if (mapping->sample_spec.format != PA_SAMPLE_INVALID) in pa_alsa_sink_new()